How to create a graph in ADF Faces

Hi there,
I am working with ADF using JDeveloper 10.1.3 with Business Components (BC) and ADF Faces.
I am trying to create a graph base on a View object, but I can't see any options on the Data Control Palette.
Is there a graph wizard component for ADF Faces?
Thanks for any help.
Jim

Thanks Frank.
A graph was created successfully using the following steps:
1. using BIGraphDef1.xml (with Oracle BI Graph library)
2. add to pageDef.xml
<iterator id="EmployeesView1Iterator" RangeSize="10" Binds="EmployeesView1"
DataControl="AppModuleDataControl"/>
<graph id="pageGraphid"
IterBinding="EmployeesView1Iterator"
ControlClass="oracle.dss.graph.Graph" SeriesLabel="EmployeeId"
GraphPropertiesFileName="view.BIGraphDef1"
SeriesType="SINGLE_SERIES">
<AttrNames>
<Item Value="Salary"/>
</AttrNames>
</graph>
3. add to .jspx (with Graph 1.0 as library )
<h:form>
<af:panelGroup>
<f:verbatim>
<graph:Graph imageHeight="300" imageWidth="500" data="${bindings.pageGraphid}"/>
</f:verbatim>
</af:panelGroup>
</h:form>
4. add to web.xml
<servlet>
<servlet-name>GraphGeneratorServlet</servlet-name>
<servlet-class>oracle.jbo.html.jsp.graph.GraphGeneratorServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>GraphGeneratorServlet</servlet-name>
<url-pattern>/faces/jspx/GraphGeneratorServlet</url-pattern>
</servlet-mapping>
Jim

Similar Messages

  • How to create statistical graph?

    Could any of you give me some suggestion on how to create statistical graph (line)?
    Is there any documentation or reference about this?
    Thank you so much for your help.

    I would like to create a chart using swing.
    The chart is a line plot and it should be able to be printed.
    Could you give me some suggestion?
    Thank you very much.

  • How to create a graph representing a big tree(parents and children are know

    How to create a graph representing a big tree(parents and children are known)?
    Thank you so much!
    Also, I need to write the graph into a jpg/gif file or display the graph in the web browser.
    I got a code from JGraph and can create the graph I want, although unextendable. However, JGraph define the graph as class Gscene instead of Img or BufferedImg or RenderedImg. Therefore, I couldn't use ImageIO.write(image, ext, file) to write the graph into a jpg file.

    aiGrace wrote:
    How to create a graph representing a big tree(parents and children are known)?Hierarchical data structures are covered here all the time. Please search before you post. This topic has been covered over and over.
    Thank you so much!
    Also, I need to write the graph into a jpg/gif file or display the graph in the web browser. I got a code from JGraph and can create the graph I want, although unextendable. However, JGraph define the graph as class Gscene instead of Img or BufferedImg or RenderedImg. Therefore, I couldn't use ImageIO.write(image, ext, file) to write the graph into a jpg file.Did you read the JGraph API? I'm guessing it exposes a method to get the image data somehow.

  • I am using keynote for iPad. Can somebody guide me on how to create 3d graphs ?

    Can somebody guide me on how to create 3d graphs in keynote on iPad ?
    Sn

    I tried. I think 3 d charts are not available in keynote version on iPad. Is this correct ?
    SN

  • How to develop web app by ADF Faces rich web client ?

    i want developer web app by adf face rich
    but have not adf rich tag library in jdev 10.1.3
    how to develop by adf rich?

    Hi,
    don't know what you mean by ADF Faces rich web client, but if you mean our Ajax component set, then this is not yet available outside of Oracle. If you mean ADF Faces as we have it in JDeveloper 10.1.3, create a JSF page and step through the creation process, toggle the ADF Faces libraries to make ADF Faces available
    Frank

  • [solved] what tag can create "ul" "li" in ADF FACE

    i want to make a dynamic menu with CSS and JS in ADF FACE. it will use "ul" and "li" .
    if i create a static menu, there is no problem. i can write the following code
    < ul>
    < li>
    <af:commandLink ...../>
    </ li>
    </ ul>
    now i will construct this menu with data from DB, plan to use the method like this,
    <af:menuList var="menuSubTab" startDepth="1" value="#{menuModel.model}">
    <f:facet name="nodeStamp">
    <af:commandMenuItem text="#{menuSubTab.label}"
    action="#{menuSubTab.getOutcome}"
    rendered="#{menuSubTab.shown and menuSubTab.type=='default'}"
    disabled="#{menuSubTab.readOnly}"/>
    </f:facet>
    </af:menuList>
    how can i output < ul> < li> with ADF FACE. pls help me .
    thanks
    null
    Message was edited by:
    Guo Qinghua

    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/panelList.html
    Frank

  • How to create different Graphs in SharePoint 2013 without using Excel service?

    Hi All,
    I want to create different graphs in SharePoint without using Excel Service.
    I do not want to create excel and then upload that to SharePoint.
    Any one knows how to do that? Isthere any option to do that?
    Thanks in Advance

    Hi Darsh,
    You can use
    SharePoint chart webpart to display charts. Or you can use any jQuery charting library and feed data using JSOM or REST. Ex. high charts:
    http://www.highcharts.com/products/highcharts
    http://office.microsoft.com/en-us/sharepoint-server-help/sharepoint-lists-vi-exciting-ways-to-display-your-list-data-RZ102425636.aspx?section=3
    Best Regards,
    Brij K

  • How to create ONE graph with a growth trend ($ and %)?

    I would like to create a graph with a growth trend.
    The graph should have figures on one side reflecting $ values and on the other % growth.
    I cannot make a trend on the same graph and usually spend ages adding another graph to show the trend. I end up making 2 graphs instead of one.
    Please refer to the following really basic graph that will give you an idea.
    ex : http://www.tellurideareahomes.com/images/graph1.jpg
    Can anyone show how to do that?

    What you want requires a bit of trickery.
    Chart the bar graph
    Chart the trend
    then move the trend one above the bar one after setting its background to none.
    If this workaround is not OK for you,
    _Go to "Provide Numbers Feedback" in the "Numbers" menu_, describe what you wish.
    Then, cross your fingers, and wait _at least_ for iWork'09 (possibly for iWork '99)
    Yvan KOENIG (from FRANCE mercredi 19 novembre 2008 11:18:45)

  • How to create weighted graph using as 3.0

    Hello Frnds,
    I want to create weighted graph using AS. Using
    flash.graphics.* package I can create edges and nodes but I dont
    knw how to assign weight to the edges. I am also facing one issue,
    our client has created some legacy classes for graph generation,
    how can I create a similar class in AS.
    Regards,
    FlexBee...

    Hi,
    can anyone tell me about weighted graph...??

  • How to create a graph for the exact values in pivot table

    hi all,
    how can i create a graph exactly that shows pivoted values. i created one pivot table and deleted the table view. when i am creating the graph it is not showing the graph for pivot table values.

    for that you need to edit the pivot table properties and then select graph pivot results tab in the top middle .. hope this helps

  • How to use JavaScript Calendar with ADF Faces ?

    Hi All,
    Our application is running under limited bandwidth so that we want to use clientside/javascript calendar instead of the ADF Faces calendar (server side).
    I already have the javascript that will pop-up calendar selection dialog when invoked.
    Using JSP, this is working perfectly, BUT I don't know how to integrate this Javascript calendar with ADF Faces form.
    How can I do that ?
    Attached below is the JSP that works with script :
    <f:view>
    <html>
    <head>
    <script language="JavaScript" src="ts_picker.js">
    </script>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <title>Calendar</title>
    </head>
    <body>
    <form name="tstest">
    <input type="Text" name="timestamp" value="">
    <img src="cal.gif" width="16" height="16" border="0" alt="Click here to get the date">
    </form>
    <h:form>
    </h:form>
    </body>
    </html>
    </f:view>

    Hi,
    ADF Faces does not provide a method that allows you to call JavaScript on the client. This may change in upcoming versions
    Frank

  • How to create a Datagrid in ADF ?

    Hi,
    I have to create a datagrid having only one empty row with 3 columns.when I fill that row ,a new row will generate dynamically.After finishing my work ,I need to insert these records in to database.Please advice some ideas.
    Edited by: user5605031 on Mar 19, 2009 11:08 PM
    Edited by: user5605031 on Mar 20, 2009 4:06 AM
    Edited by: Yank on Mar 26, 2009 1:40 AM

    The DataLayer is ADF BC . I Started with creating 3 RichSelectOneChoice in a managed bean when a button is pressed and PPR to place it on the page. Then I manually created
    a single row from row iterator of the view object .
    Re: How to create multiple new rows in ADF Table? similar to above link.
    But I don't know how to set attribute of View Row to the created RichSelectOneChoice and also . . how to populate the LOV on it.
    Edited by: user13566043 on Oct 11, 2011 10:15 PM

  • How to create a graph like in Sales Oportunity - closing % field

    Hi,
    I need to create a graph like in Sales Oportunity -> closing % field.
    Any ideas how?
    Regards,
    Ana Silva

    If it is no problem to have the text with value of % outside the "graph", you may use rectangle (it_rectangle) with width x and height y and inside the rectangle put it_picture (height x) with file where is one color. Based on percent change the width of it_picture. You may easy simulate it in screen painter.

  • How to save multiple rows using ADF faces ?!

    Hello;
    I am developing a search page using ADF faces (jdeveloper 10.1.3).
    after building my view i dragged it as search form on my page then i dragged it again as a read only table to display results with different iterator.
    I have a field act as a flag with 'Y' and 'N' value so i converted this field in the table to select boolean checkbox.
    what i need is ...
    after processing search operation i want to update this flag by 'Y' or 'N' (select/un-select checkbox) then click on a save button to save all result rows flag with its new status to the data base.
    Wish to know how to implement that.
    Thanks a lot

    Searching this forum yields How to do a bound af:SelectBooleanCheckbox inside of af:Table
    Hope this helps

  • How to create a graph(9i reports) with 3 queries in 1 Chart

    Hi, i have 3 query's which creates three groups.
    The x-as is de month,month1,month2.
    The Y-as ClaimsInEURO.
    There has to be one BAR which displays the top10 reasons.
    And two lines one with Total Claim and one with SUM Claim.
    Can onyone explain me the settings and especially how to set the groups?

    Hi,
    You may not be able to create one graph with multiple queries. You must get all the data into ONE query, and create a graph based on that query.
    Navneet.

Maybe you are looking for

  • Broadcast E-mail, online link to current data- Issue

    Hi team, i have set up the above mention settings in my IB settings, i am receiving the email, however i am receiving a very very long link in the email as shown below, "http://bomw064a.in002.siemens.net:8110/sap/bw/BEx?CMD=LDOC&DATA_PROVIDER_ID=D5UD

  • One-many relation

    I have two classes like this: class A private Collection classBs; class B If I want the relation for classBs field to be one-many how do I state that in my .JDO file? Best regards, /Jan

  • IPOD not working at all - help!

    I have a 60gb IPOD photo. Recently, about a week ago, it stopped working - was frozen on a playlist but would not play or go back to the menu. I have tried the 5 r's and now the ipod is stuck on 'do not disconnect'. It is currently plugged into my us

  • Multiple content switches on same subnet

    Can anyone confirm if there is an issue having two pairs of content switches (11500s) on the same subnet? The circuit addressing, interface redundancy and VIPs all use the same subnet. Wondering if there would be any issues with the redundancy, arps,

  • How to make a Thread alive througout the process like Listener threads

    Dear Friends , How to make a Thread stay alive throughout the process i.e even after the completion of the execution . My requirement is to create a Listener...in Java Listener threads will stay alive throughout the process(Ex: MouseListener..wheneve