Chart Thru DATAWEBBEAN

hi all,
can anybody help how to create chart in JSP using DATAWEBBEAN in Jdeveloper.
thanks
Shakeel

yes that's annoying. try this if you are willing to try a workaround...
1) put a crosstab on top of the legend that contains your formula as the row.
2) while still in the crosstab expert, get rid of the gridlines, the cell padding
3) exit the crosstab expert and change the row height to match the line height of the legend
4) change the background of the crosstab so that you can't see the legend
a bit more work, but it works.
jw

Similar Messages

  • Organizational charts thru ADE

    Hi Guys
    Oracle have mentioned that it is possible to create organizational charts using ADE (Application Data Exchange) but not how to do it? Does anyone know how this is done or can they point me in the right direction?
    Many thanks
    Ciaran

    Hi Raju,
    thank you for taking this question!
    Please check the link below:
    FAQ:  HR-OCI 4.6 (Human Resources, Organizational Charting Interface )
    SAP Help answering your questions circumstences: <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/43/69acffed1b30f3e10000000a11466f/frameset.htm">Click here...</a>
    I hope i could help you!
    Kind regards,
    Zsolt

  • Line chart with 2 different y axis

    hi,
    i have a question on line chart in apex. i'm using apex 4.2. is it possible to generate a line chart with 2 different y axis? here's a sample data to illustrates what i'd like the chart to look like.
    date price percent
    1/1 1 100
    1/2 2 90
    1/3 3 80
    1/4 4 70
    the x-axis will be the date column. the left y-axis would be the price column. and the right y-axis would be the percent column.
    i know i can plot multiple lines in a chart thru different series. but they're based on the same x and y axis range. thanks
    jim

    You beat me to it.
    One of the problems I'm having is that the begining and ending point(s) coincide. So, instead of two completely separate lines, I have an area bounded by the series 1 line on top and the series 2 line on the bottom. Since the points overlay, the values of those points also display one on top of the other. I'll have to see if there is a way to separate the series. I've had 3 separate series before, but never with two y-axis.
    Regards,
    Howard

  • OBIEE vs Logitech

    Could you please provide me the list of points wherein OBIEE and LogiTech (LogiETL/LogiXML/LogiStudio) differs?
    Customer is on the way of finalizing the BI Tools between OBIEE, LogiTech and QlikView.
    Does OBIEE have the APIs calling functionality? i.e. Could we call OBIEE reports (or charts) thru the JAVA or any other 3rd party front end tools?

    Hi,
    Please check;
    http://www.rittmanmead.com/2009/08/15/a-quik-look-at-qlikview/
    .... for a closer look at Qlikview from an Oracle BI perspective
    check;
    http://oraclebizint.wordpress.com/2007/07/31/customizing-obi-ee-soap-api/
    .... for a closer look at the use of API's and Oracle BI.
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

  • Disappearing Legend Labels in Chart DataWebBean

    Hi all,
    I've used a Chart DataWebBean in a JSP page and have a problem with labels that simply don't show in the Legend Area of the chart. Can anyone tell me how to fix this?
    Thank you in advance.

    Hi,
    Sorry for the late reply but I had some problems with my OTN login and then another project also occupied some of my time, thanks for your reply and I will appreciate it if you can help.
    (1) JDev version: 9.0.2
    (2) Code, theres quite a bit but i've choped out some of the html formatting stuff:
    <%@ taglib uri="/webapp/DataTags.tld" prefix="jbo" %>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252
    import javax.sql.RowSet;
    import javax.sql.DataSource;
    import java.awt.Rectangle;
    import java.awt.Rectangle;">
    <% response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader ("Expires", 0); %>
    <TITLE>International Benchmarking System - Graph</TITLE>
    <LINK href="incl/ibproject.css" rel="stylesheet" type="text/css">
    </HEAD>
    <BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <TABLE width="764" border="0" cellpadding="0" cellspacing="0" class="holderTable">
    <TR>
    <!-- <TD width="119" align="center" valign="top"> </TD> -->
    <TD width="636" align="center" valign="top">
    <jbo:ApplicationModule id="IBSbc4jModule" configname="za.org.saawu.ibs.bc4j.IBSbc4jModule.IBSbc4jModuleLocal" releasemode="Stateful"/>
    <jbo:DataSource id="srcOutput" appid="IBSbc4jModule" viewobject="OutputView"/><%
    Integer nKpi = new Integer(srcOutput.getRowSet().first().getAttribute("Kpi").toString());
    String strQuery = new String("KPI='" + nKpi + "'"); %>
    <jbo:DataSource id="srcKpiLookup" whereclause="<%=strQuery%>" appid="IBSbc4jModule" viewobject="KpiLookupView"/><%
    // String strCurrency = session.getAttribute("currency").toString();
    strQuery = "CURRENCY='" + session.getAttribute("currency").toString() + "'"; %>
    <jbo:DataSource id="srcExchange" whereclause="<%=strQuery%>" appid="IBSbc4jModule" viewobject="ExchangeView"/>
    <jbo:DataWebBean id="graphOutput" datasource="srcOutput" wbclass="oracle.jbo.html.databeans.ChartRenderer" />
    <%
    String strTitle = new String(srcKpiLookup.getRowSet().first().getAttribute("Formula").toString());
    // String strTitle = request.getParameter("info").toString();
    String strYTitle = new String(srcKpiLookup.getRowSet().first().getAttribute("Units").toString());
    java.awt.Rectangle recSize = new java.awt.Rectangle();
    // -- Pre-processing --
    if(srcKpiLookup.getRowSet().first().getAttribute("Currency")!=null) {
    if(srcKpiLookup.getRowSet().first().getAttribute("Currency").toString().compareToIgnoreCase("y")==0) {
    String strHolder = new String();
    if(nKpi.intValue()>=203 && nKpi.intValue()<=208) {
    strHolder=strYTitle.substring(strYTitle.indexOf(" ")>-1?strYTitle.indexOf(" "):0);
    strYTitle=srcExchange.getRowSet().first().getAttribute("Hundredths").toString()+strHolder;
    } else {
    strHolder=strYTitle.substring(strYTitle.indexOf("(")>-1?strYTitle.indexOf("("):0);
    strYTitle=srcExchange.getRowSet().first().getAttribute("Description")+" "+strHolder;
    } // if/else nKpi
    } // if currency
    } // if the currency field is not null
    // -- Graph types --
    graphOutput.setCommonScriptName("chart_common.jsp");
    graphOutput.getChart().setGraphType(graphOutput.VERTICAL_CLUSTERED_BARS);
    graphOutput.getChart().setDepthRadius(0);
    // -- Series and data --
    graphOutput.setSeriesLabelColumnName("Wb");
    graphOutput.setDisplayAttributes("Hist3,Hist2,Hist1,Actual,Budget,Target");
    // -- Legend area --
    recSize=graphOutput.getChart().getLegendRect();
    recSize.height+=2000;
    graphOutput.getChart().setLegendRect(recSize,true);
    // graphOutput.getChart().setLegendTextAutofit(true);
    graphOutput.getChart().setLegendMarkersPerRow(2);
    // graphOutput.getChart().setLegendOrient(2);
    graphOutput.getChart().setLegendMarkerPosition(0);
    graphOutput.getChart().setLegendDisplay(true);
    // -- Graph Title --
    graphOutput.getChart().setTitleAutofit(true);
    graphOutput.getChart().setTitleString(strTitle);
    graphOutput.getChart().setSubtitleDisplay(false);
    graphOutput.getChart().setFootnoteDisplay(false);
    // -- Graph Y1 Title --
    graphOutput.getChart().setY1TitleDisplay(true);
    graphOutput.getChart().setY1TitleString(strYTitle);
    // -- Graph Image --
    graphOutput.setImageWidth(700);
    // -- Graph Renderer --
              graphOutput.render();
         %>
    </TD>
              </TR>
         </TABLE>
    </TD>
         </TR>
         <TR>
         <TD height="34" align="center" valign="middle" background="images/footer_bg.gif"> </TD>
         </TR>
    </TABLE>
    </BODY>
    </HTML><jbo:ReleasePageResources />

  • Chart

    hi all,
    can any body help me how i can use DATAWEBBEAN chart in jsp thru jdeveloper.
    thanks in advance
    Shakeel

    Hi,
    From my experience, first, we need to draw doughnut chart in Silverlight, second,
    embed Silverlight Chart in ASP.Net Application, for the first step, please have a look at this article:
    http://www.infragistics.com/products/silverlight/doughnut-chart, it demonstrate us the doughnut chart in Silverlight with the detailed sample code, for the second
    step, please have a look at this thread:
    https://social.msdn.microsoft.com/forums/silverlight/en-US/757cb403-fcd4-4f7e-ae70-78eecded04f4/embedding-silverlight-chart-in-aspnet-application
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Group Chart and Company code ??

    hey,
    i was working on 2 company codes with 2 chrts.... Cocd BHEL = Chsrt CHBE
    Cocd VBP = Chart RK
    group chart is = GROU
    now CHBE and RK has elements in it  (accounts) and assigned to a company code... what bout GROU... is it mandatory to assign this to any company code ?? how to create accounts in account groups of GROU...???
    plz help me...
    Bye...
    Suresh

    Hi
    Normally following happens
    co code xxxx ( group company code )       COA XXXX
    co code yyyy                                          COA YYYY
    co code zzzz                                          COA YYYY
    Now in COA YYYY we assign group COA XXXX ( t code OB13 )
    GL accounts are created in XXXX thru tcode FS00 and with same t code GL accounts will be created in COA YYYY with group GL account number specified in group account number field.
    In your case assign GROU to CHBE and RK in OB13 and create G/L account in GROU thru tcode FS00. Then create GL accounts in CHBE and RK and assign group GL account number. ( GL created in GROU )
    e.g Rent account in GROU 201000
    Rent account in CHBE  210100
    Rent Account in RK     215000
    So in group account number field , you will mention 201000 for Rent accounts 210100 and 215000.
    By doing this you will get details of Rent account ( 201000 ) for entire group.
    hope this helps
    pushkaraj

  • Can I connect a external hard drive to the TC thru the Ethernet instead of the USB port so it will transfer data faster

    I Want to connect the external hard drive so that I can transfer files faster then the USB 2.0. There is a thunderbolt to Ethernet adapter that you can buy  I I just want to know if the hard drive can be accessed thru the Ethernet line instead of the USB.  I think it will work faster than the USB.  But not sure

    It won't work.. the thunderbolt to ethernet adapter doesn't work without drivers and the external thunderbolt drive is not now or ever a network drive.
    Yes you can plug an ethernet type drive into the TC.. or into anywhere on the network.. it is after all another network drive..
    eg Another TC is a network drive.
    Seagate or WD make reasonably priced network drives. But they will not have the HFS+ format which the TC does.
    You can buy a NAS from any of a whole range of companies.. A NAS is an ethernet connected drive.
    See the reviews here to pick a NAS.
    http://www.smallnetbuilder.com/nas/nas-charts/view

  • Area Chart not displaying correct data - please help

    Post Author: nmellick
    CA Forum: Charts and Graphs
    Hello, I am new to Crystal Reports so any help would be greatly appreciated!  I have a report that counts incidents for each hour in a 24 hour period.  When I graph the results, the first line of the graph is wrong, but the rest of the graph is correct.  I don't understand why the first line is not charting what the amounts were calculated to be.  The hour ranges are in military time (x-axis) and the count is the y-axis.  I am using the Area chart.
    Any help would be greatly appreciated!
    Thanks,
    N. Mellick

    Post Author: nmellick
    CA Forum: Charts and Graphs
    The report first shows the list of totals.
              Acuity 1      Acuity 2     Acuity 3     Acuity 4     Acuity 5         Total
    0:00     0.00             11.00        21.00           9.00         0.00               41.00
    thru
    23:00   0.00             11.00        35.00            9.00          0.00             55.00
    And then graphs the chart into an area graph.  I recreated the report using the report wizard and now, the first item in the list will be a duplicate of some other time (no reason on why it chooses the one it does).  So for instance, this report date range will first show:
    19:00           0.00               7.00       39.00             8.00            0.00         54.00
    20:00
    21:00
    22:00
    23:00
    0:00
    1:00
    and so on.  When it gets to 19:00, it is the same data line as the first one.  The report should start at 0:00 and go through 23:00 (midnight hour to 11:00 pm).  The wierd thing is that when the chart graphs, it will put the first line item in the report as 0:00 (in this case it's plotting the 19:00 line item in the 0:00 spot) and then the remainder of the hours is plotted correctly.
    I did check and I do have it switching by hour.  Sorry if this is confusing.  I tried to attach the actual report, but I don't have rights to do that.
    Thanks,
    NMellick

  • Save excel chart as image (activeX)

    Hi community,
    I have to generate couple thousands xls files which have some data and a chart on the first sheet. Once the files are generated I'd like to sweep thru all of them and save the chart as an image (BMP, GIF, PNG, doesnt matter).
    I have no success though. I assume I am quite close, by using the Chart.export method, but actually nothing happens, the file is not created. (worksheet selection is good, and chart index must be one, as 0 or 2 gives me an error message while one is OK.
    Any ideas?
    thx.
    ps: i know how to export an image of a labview-chart, but I want the export to happen from excel..
    Solved!
    Go to Solution.

    Instead of getting a reference to the workbook worsheets collection you need to get a reference to the workbook charts collection (which is the collection of all the workbook chartsheets) . You select the chart sheet using its index and convert the resulting item to an Excel._Chart object (this is where you use this object). You can then export it.
    Ben64

  • Help required in order to produce a bar chart

    Hi,
    I want to create a bar chart. The first column I have is a label - the year. The second column is a frequency.
    If I highlight both columns, I get both variables plotted as values against the same y-axis. If I highlight just the frequency, I get that plotted, but have Untitled as the label for each column.
    I'd like a bar chart with each column labelled with the label in the first column. Can you take me through the steps needed to achieve this?
    Many thanks,
    Tris.

    Hello
    As I'm not really fluent with English, I tell you that detailed explanations are given in the Help in a chapter entitled: "About Charts"
    As values must be in a header to be used as labels
    and
    as a header can’t be used to display values defined by a formula,
    it’s necessary to use an auxiliary table in a mixed way.
    I assumes that we have a table containing most of our datas. I name it « main »
    I use an auxiliary table named « 4chart ». In this table the column A is a header one.
    As it can’t display formulas, the year values are typed here
    A1 2007
    A4 2010
    In the main table, the block of cells we want to chart is C3 :D6
    In C3 enter a formula grabbing the value of aux table’s A1
    C3 =4chart :: A1
    fill down until C6
    In D3 thru D6 I enter the values.
    Back to the auxiliary table.
    enter the formula
    B1 =main :: D3
    fill down from D3
    thru D6
    Yvan KOENIG (from FRANCE dimanche 27 janvier 2008 15:18:57)

  • Chart Legend Labels

    Hi all,
    It's extremely annoying to have to go thru all chart legend label displays and rename them to something else other than the formula.
    For example, I have a Sum of @Formula that's displaying and in order to change that, I have to go into every single chart and right click > edit label
    Is there a more round about way to do this update once?
    Thanks,

    yes that's annoying. try this if you are willing to try a workaround...
    1) put a crosstab on top of the legend that contains your formula as the row.
    2) while still in the crosstab expert, get rid of the gridlines, the cell padding
    3) exit the crosstab expert and change the row height to match the line height of the legend
    4) change the background of the crosstab so that you can't see the legend
    a bit more work, but it works.
    jw

  • Problem with Bar Chart using Date Data

    I am trying to make a simple horizontal bar chart as a Gantt chart.  I am trying to set the min and max for the X axis but it is acting strangely. As you can see in the screenshot below, I set the min to 1/1/2000 but the chart uses 9/28/2011.  Similar problem with the max setting.  Am I doing something wrong here? Can anyone duplicate this? Anyone have a solution other than this workaround I am now using (which I assume will break my chart once Apple fixes this problem)?

    BadUnit,
    I assume Numbers, like me, is confused why you would set min/max limits that do not include the data?
    I do get the same result as you when I enter the time range for the chart as 1/1/2000 thru 1/1/2004.
    I even tried making a separate table for the chart:
    There is definitley a problem.
    When I enter, what I think are reasonable,  min and max dates for the chart
    min = 1/1/2013
    max = 12/31/2015
    The chart adjusts like this:

  • Reverse the order of Legend in Column Chart

    Hello All,
    Hope all is well. I tried to find way of doing it .... I am currently getting my legends in order ... but I wanted to reverse it ...can it be done ?
    I can put simple text as legend but probolem is I have show/Hide series on and hence it wouldn't work ?
    Anyone ?
    Thanks in advance,
    Sam

    Hi,
    Since you are looking after reversing the Legends Only..
    I.g your column Order is A,B,C  With their correspodingin values in the cells A1:C2     
    Just change the order Map C1->D1, B1->D2, A1 -> D3 and with the values as well...
    This is only way if you want to reverse the order of legends..You can set any properites in the column char or if that matter any chart .There is no such property..
    I hope this helps......
    If you find that is done thru some other ways please do let me know...

  • Link in Word to Excel chart stored in SharePoint

    I want to embed chart from Excel in Word document. Both Excel and Word documents are saved in SharePoint library. What I did, was to paste chart from Excel with "link data" option enabled. I also went to Links window and set "Update method
    for seected link" to "Automatic update". 
    This works great, asking me to update chart everytime I open Word document, which is exactly what I want. Only as long as I have Excel file open. (I noticed, that when the file was on local PC, instead of SharePoint, it worked without opening Excel). When
    Excel is not open, chart is not refreshed. 
    If I go to Client Tools -> Design ribbon and click on Edit Data, source is opened in window and chart is updated. 
    My question is:
    How can I force chart to update with data, that might have changed in Excel located on SharePoint? Macro, that would open the file is fine. 
    Making users go thru ribbon and "edit data" option is unfortunately too complicated for inexperienced users. I need one-button-click solution or something that works automaticaly. 

    Hi Tschareck,
    According to your description , my understanding is that you want to update the excel chart data when editing the chart in the word.
    As a workaround, I suggest you can use SharePoint ItemUpdated Event Receiver, when you updated the chart data in the word, then reupload the excel file in the event receiver.
    Here are some detailed code demo for your reference:
    How to: Create an Event Receiver
    programmatically upload file to sharepoint list
    Best Regards 
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

Maybe you are looking for