Create Charts With APEX

Hello, may someone help me with charts on apex?
I need to create a Radar Chart, this kind of chart isn't avaible on APEX then, I should buid it,
I have found some models of this chart, but I'm not getting sucefull when I try to use the data from my database.
I'm using APEX 4.1.
Thak's everybody.

LeoVic - Hello,
Can you make an example on apex.oracle.com to show us what you have so far?
Here's an example of mine -- but with a line chart. http://apex.oracle.com/pls/apex/f?p=43250:3 Login: Dever PW: Ima9Dever
And then tell us what you would want to be different.
Best wishes,
Howard

Similar Messages

  • How to get multiple value on html chart with apex

    Hi All,
    I'm looking for a way to compare 2 value on a html chart with apex (ex. Budget with expense).
    Some one know how I could make a chart with 2 value ( a kind of histogram with the bar Budget and expenses side to side with only one title)
    Thanks all !
    Edited by: 844999 on 2011-04-05 07:59

    sims wrote:
    Hi Anil,
    Its a standard page & i want it on click of apply button but my question is when i click apply button it navigates to other page..is it possible in such scenario to extend the controller.
    Thnx for ur suggestion
    SimsThat is not an issue, you can extend the controller of that page and get the value of sequence and set it to the VO attribute.
    Thanks
    --Anil
    http://oracleanil.blogspot.com

  • Gantt Charts with APEX

    Hello
    Has anybody managed to integrate Gantt Charts with APEX and got them working. I'm required to provide some similar reports.
    I understand Gantt charts are available in AnyCharts 5 but I need the XML to convert or at least a How To Do document.
    Any any other ideas would be appreciated.
    Cheers
    Ade

    Hi Ade,
    We have built an Anychart Integration Kit for APEX, if you take a look at -
    http://anychart.apex-evangelists.com
    and specifically -
    http://anychart.apex-evangelists.com/pls/apex/f?p=454:14:0:
    You'll see that anything is possible ;)
    We've concentrated on the core Anychart Functionality in the Integration Kit and will be releasing more powerful versions shortly.
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • AnyChart Radar chart with APEX

    Hi all,
    I need to create Apex application that requires page to display radar chart, combined chart (bar & line). I understand that those charts are not come with APEX 4.1.0 (my APEX version). I look at AnyChart product since I see people talked in Oracle Forums. I would like to know if someone who has used AnyChart product creates radar / polar charts in APEX can give me any suggestion. My current environment is
    Apex 4.1.0, oracle 11g and a browser is IE 8.
    The company that I work for doesn’t have any plan to upgrade IE version. So I have limited tools to work with. On AnyChart web site, it shows radar chart in Flash, HTML5, and XML code. I can see the chart in Flash and XML code ok. I don’t know how radar chart will work in APEX and IE 8. Any helped explanation would be appreciated.

    Hi jessi,
    We can combine both line and bar chart in apex.
    Try by doing the following,
    1.Create the chart region with the chart type as 3D Column.
    2.Then parse the query that you want to show in chart(it will select the series type as bar by default).
    eg. select null link,ename, sal from emp; 3.Create the second series by editing the chart attributes.
    4.select the series type as line. Then parse the query that you want to combine with the above bar chart.
    eg. select null link,ename, avg(sal) over() avg_sal from emp; By this way we can combine the charts by adding the series,Check whether this is your requirement.
    Thanks,
    SreeNithi.

  • How to get list data to Excel to create chart with date filter?

    Hi all,
    I have to create chart from a custom list in o365 site. There is one column named "Due Date" in my list. I want only those records whose Due Date is today or gone, I mean Due Date <= Today.
    How can do it?
    I have tried following ways.
    I have tried with REST (OData Data Feed) but not able to use Today's date (I mean dynamic) as filter.
    I have tried by Export to Excel my view and it is working but if I am uploading my excel file to o365 and refreshing data connection, it is showing error and not working.
    NOTE : I cannot user Power BI features like Power Query we have not that licences.
    Thanks,
    Ritesh
    Ritesh Goswami

    Hi Ritesh
    Not sure if I understood you correctly but what about creating a calculated field which has an if condition like
    if([Due Date]<=today(), "past", "future"
    and then just filter the 'past' / 'future' column?
    Kind regards,
    https://www.sharepointbay.com

  • How to Create Charts with the variable value

    Hi,
    I have to create a crystal report in which i have given variable under "Facility:". I have kept two variables under facility of which one is like you can select one or more values and other one u can select only one value and i mentioned it as mandatory.
    What i wanted is, I have to create a bar chart based on the facility . I also want to create a pie chart using the value of facility which comes from the mandatory variable.
    To be more clear, I selected two facilities, say X & Y under the first variable and one facility, say Z under the second variable (mandatory). I was able to prepare bar chart with these three facilities. Now i want to prepare a pie chart using the value Z.
    Can anyone please help me out?

    Likely a bug in the ChartBuilders or the JDK.
    ScatterChartBuilder.<Number, Number>create().build(); // does not work either.javac is unable to determine if the create() method from SceneChartBuilder or the create() method from RegionBuilder should be applied.
    The AxisBuilders which also derive from RegionBuilder work because they don't define their own create method with obscure generic type info.
    How can I resolve the ambiguity?new ScatterChart ;-)

  • Create Chart with Workpoint

    Hi.. sorry I'm newbie here.
    I'm currently working to develop a chart report for a WorkPoint site. (I'm a bit confused what is the difference between SharePoint and WorkPoint. I assumed, both are same.)
    What is the best way to create chart report, where user can select the filters (mainly combobox), here is what I've tried :
    1. Chart Web part, not capable to choose filters from user
    2. Using access view-report, but strangely I cannot publish it to my site, no option for that in Access.
    3. Using bamboo solution, but maybe there is no filters also.
    4. Using AE SQL chart web part, but I don't know where to place the dll files. (How can I manage file in WorkPoint, I mean in windows explorer style?)
    I also facing some difficulties, in my workplace computer, I cannot install additional software, e.g. Visual Studio, SharePoint Designer. And, I cannot bring my own notebook because I cannot connect to network using our own computers.
    I have only InfoPath installed in this workplace computer. But as I know, I can only build List using InfoPath.
    Anyone have a solution? Please help. I'm near my deadline.
    Many thanks and appreciate your help.

    WorkPoint, afaik, is a 3rd party Danish product built on top of SharePoint, so it's not SharePoint itself but offers additional features.
    When creating charts, I wouldn't go for option 1 and 2, not powerful enough in this case. 3 and 4, I don't know, but I see no reason to buy additionial 3rd party products when SharePoint offers powerful capabilities regarding charting.
    In this case, I'd probably go for either an SSRS report or PowerPivot report (those are SharePoint solutions to the problem). If you don't have an Enterprise license for SharePoint, you can Always use the free powerpivot add-on for Excel, create the chart
    and upload it to SharePoint. If those options are not feasible, then it's back to your solution 3 or 4 again.
    Btw, any DLL files of a custom solution will have to be placed in the bin folder of the SharePoint web application or the GAC.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Trying to  create user with APEX 4.1

    We have recently upgraded to APEX 4.1. This procedure worked in 3.1. I have given the user all necessary privs. I am getting this error when I run the procedure. I will also send procedure.
    The user has APEX_ADMINISTRATOR_ROLE execute on HTMLDB_UTIL,WWV_FLOW_ADMIN_API,WWV_FLOW_ERROR,WWV_FLOW_FND_USER_API,WWV_FLOW_SECURITY select, update,delete, insert on table WWV_FLOW_FND_USER.
    I don't know what other privs to give it. Can you please help me.
    Connecting to the database dwprod.
    ORA-20987: APEX - User requires ADMIN privilege to perform this operation. - Contact your application administrator.
    ORA-06512: at "APEX_040100.WWV_FLOW_ERROR", line 704
    ORA-06512: at "APEX_040100.WWV_FLOW_ERROR", line 1008
    ORA-06512: at "APEX_040100.WWV_FLOW_FND_USER_API", line 76
    ORA-06512: at "APEX_040100.WWV_FLOW_FND_USER_API", line 1198
    ORA-06512: at "APEX_040100.HTMLDB_UTIL", line 1454
    ORA-06512: at "DW_DATA.APEX_ADD_USERS", line 20
    ORA-06512: at line 2
    Process exited.
    Disconnecting from the database dwprod.
    create or replace
    procedure APEX_ADD_USERS
    as
    cursor NEW_USERS is select
    NUL_ID, nup_dsm, nul_date, last_name,
    first_name, email_address, nup_pwd
    from ods_stage.nulfile, dw_data.cd_customer, ods_stage.nupfile
    where nul_id = dw_data.cd_customer.rcn and
    to_number(nul_id) = ods_stage.nupfile.nup_dsm and
    (nul_cng_ty = 'ACTIVATE SERVICE' or
    nul_cng_ty = 'NEW ACTIVATION FREE' or nul_cng_ty = 'PASSWORD UPDATE') order by nul_date, nul_tm;
    BEGIN
    DBMS_OUTPUT.ENABLE(1000000);
    apex_040100.wwv_flow_security.g_security_group_id := 20;
    apex_040100.wwv_flow_security.g_security_group_id := apex_040100.wwv_flow_security.find_security_group_id('bonus_work_area');
    FOR I IN NEW_USERS LOOP
    -- wwv_flow_fnd_user_api.remove_fnd_user
    -- ( p_user_id => i.NUL_ID );
    APEX_UTIL.REMOVE_USER(p_user_id=> i.nup_dsm );
    commit;
    WWV_FLOW_FND_USER_API.create_fnd_user
    ( p_user_id => i.nup_dsm ,
    p_user_name => i.nup_dsm ,
    p_email_address => i.email_address ,
    p_web_password => 'MMM',
    p_default_schema => 'DW_DATA' ,
    -- p_web_password_format => 'CLEAR-TEXT' ,
    p_first_name => i.first_name ,
    p_last_name => i.last_name);
    commit;
    wwv_flow_fnd_user_api.edit_fnd_user
    ( p_user_id => i.nup_dsm ,
    p_user_name => i.nup_dsm ,
    p_email_address => i.email_address ,
    p_web_password => i.nup_pwd ,
    p_new_password => i.nup_pwd ,
    p_default_schema => 'DW_DATA' ,
    p_first_name => i.first_name ,
    p_last_name => i.last_name);
    commit;
    update ods_stage.nulfile set nul_cng_ty = 'PASSWORD UPDATED'
    where nul_id = i.nup_dsm and
    nul_cng_ty = 'PASSWORD UPDATE';
    update ods_stage.nulfile set nul_cng_ty = 'ACTIVATE SUCCESSFUL!'
    where nul_id = i.nup_dsm and (nul_cng_ty = 'ACTIVATE SERVICE' or
    nul_cng_ty = 'NEW ACTIVATION FREE');
    END LOOP;
    COMMIT;
    NULL;
    END;

    I found this example
    http://apex.oracle.com/pls/apex/f?p=36648:13So I tried this code (now I have an extra table GUS_CITY_LOOKUP).
    select case when connect_by_isleaf = 1 then 0
                when level = 1             then 1
                else                           -1
           end as status,
           level,
           name as title,
           null as icon,
           id as value,
           null as tooltip,
           'javascript:popUp2("http://www.oracle.com");' as link
    from (
    SELECT CITY_ID as id,
           null as parent,
           CITY as name,
           NULL,
           NULL,
           NULL
      FROM GUS_CITY_LOOKUP
    UNION ALL
    SELECT CITY_ID||':'||SHOP_ID as id,
           CITY_ID as parent,
           SHOP_NAME as name,
           NULL,
           NULL,
           NULL
      FROM GUS_SHOP_DETAILS
    UNION ALL
    SELECT CITY_ID||':'||SHOP_ID||':'||EMP_ID as id,
           CITY_ID||':'||SHOP_ID as parent,
           LNAME as name,
           NULL,
           NULL,
           NULL
      FROM GUS_EMPLOYEE
    start with parent is null
    connect by prior id = parent
    order siblings by nameIn sql workshop I am getting ORA-01790: expression must have same datatype as corresponding expressio error.
    Gus
    Edited by: Gus C on Jun 26, 2012 1:33 AM
    Edited by: Gus C on Jun 26, 2012 1:33 AM
    Edited by: Gus C on Jun 26, 2012 1:34 AM

  • Creating chart with "Time Scale" on group axis

    Hello,
    I am using Visual Studio 2005 with Crystal Reports (ver 10.2) and I would like to create a report with a "Date axis line chart". The group axis of the chart should act as a timeline, so I selected "Show Time Scale" in the general options of the group axis. I'll give you a short example of the input data:
    It is just a simple table with 2 columns. In the first column there is a timestamp (X/group axis), in the second column an integer value (Y/data axis) that represents a status of something:
    col1. . . . . . . . . . . . . . . . col2
    2012-01-01 00:00:00 . . . . 2
    2012-01-01 01:00:00 . . . . 1
    2012-01-01 09:00:00 . . . . 3
    2012-01-02 12:00:00 . . . . 1
    .... and so on.
    As you can see, the differences between the timestamps are not equal. Therefore I have selected the "Time Scale" option to get the values placed correctly on the timeline. When I execute it, the line is shown correctly, but the group axis has just one label per day. I would like to have one per hour, but I did not find any way to realize it. Is it possible to change the division of the group axis? In the tab "scales" of the options dialog you can only select "Day", "Month" and "Year" for the base unit. Is there any way to change the base unit from day to hour?
    Thanks,
    Jan

    This being more of a design question I asked the CR design guys for some guidance / comment. (BTW., you posted to the correct / prefered forum here as you're using the bundled CR). Anyhow, the answer I got is not particularly encouraging.
    We looked at the stand-alone / full version of CR but only confirmed that  there is no other options than Day, Month or Year for this type of chart - even in the full CR designer.
    Suggestions that did come up:
    - Create a SQL Query that generates the missing data. Unfortunately, it would be up to you to figure this out...
    - Use the subreport technique to fill the missing time. ( I have attached a sample report with some explanations )
    If you have more questions, I'd recommend creating a thread in the [SAP Crystal Reports Design|SAP Crystal Reports, version for Visual Studio; forum. Quote this thread and see if they can provide further assistance.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Create .war with APEX images

    I have problems with the deployment of the created i.war with the APEX images.
    I create i.war according the listener guide:
    jar –cvf0 <temp directory>\i.war –C <apex directory>\images .
    When I deploy this file in a OC4J standalone environment then it gives me an error message: unknown format.
    Do I need to use a web.xml and/or application.xml and what should be the contents?

    Hi, can you help me? I Also would like to use OAS to control the APEX, in the same way that today it is controlling all systems that we have already developed using Forms/Reports.
    My OAS was configured different from the default. I have two FARMS in OAServer Console. The first one is INFRA and the second one is FORMS.
    I have already tried to install the APEX in this environment with Oracle Support Help (MyOracleSupoort), but they don't give suggestions different from the ones that they considered as 'standards':
    Standalone, configurating a private https or apexlistener. In other words, they don't accept the use o OAS to also control APEX. But as we now, it is a Apache server...
    I would like to create another Entrance, besides the ones that I already have (Infra and Forms). Thus I would have INFRA, FORMS and APEX.
    Of course, to the APEX area I also have to configure everything to be accessed in Intranet and/or Internet.
    Do you have any document that explain how to proceed? Can you help me???

  • Creating Chart with LOV

    Hi All,
    I would like to draw a chart which would display number of projects owned by an analyst.
    I have used the following queary:
    SELECT NULL LINK,
    project_modified_by Analyst,
    count(*) Projects
    FROM dm_project
    GROUP BY project_modified_by
    which works fine...
    However my "project_modified_by" column is just numbers related to real user names in another table.
    How can I change the numeric values under each graph into an LOV value so that instead of 23 45 78 under each bar char I would see John Frank Lindy ?

    Yes. Outer-join your two tables like:
    SELECT NULL LINK,
           CASE WHEN a.person_id IS NULL THEN 'Other'
                ELSE a.PERSON_FIRST_NAME||' '||a.PERSON_LAST_NAME
           END Analyst,
           count(*) Projects
      FROM dm_project dp, dm_users a
    WHERE dp.project_modified_by = a.person_id (+)
    GROUP BY CASE WHEN a.person_id IS NULL THEN 'Other'
                   ELSE a.PERSON_FIRST_NAME||' '||a.PERSON_LAST_NAME
              ENDMike

  • How to create a Power Pivot Chart with Dynamic X-Axis (date time) similar to that in Performance monitor (Start-- Run-- Perfmon)?

    Hi,
    I want to create a Power Pivot Chart and a Power View chart in Power BI where the x-axis should be the current system date time axis and it's functionality should be similar to that in Perfmon.exe tool (Start-->Run-->Perfmon)?

    Hi Manjunath,
    Do you mean you want to programmatically create such a dynamic chart which has a X axis of time? If you just want to do this manually, please take a look at this document which is talking about how to create charts with Power BI:
    Charts and other visualizations in Power View
    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.

  • Help create chart..

    i'm trying to make chart application for mobile.
    the application that i want, it can create chart with the input from phone keypad
    is there anybody can tell me how to make it?
    i use netbeans 6.1 for developing.
    are there any API to make chart?

    Make use of graphics class in the javax.microedition.lcdui package and use the appropriate methods, like drawRect() , drawLine... etc.
    Look at the API documentation for clearing understanding.
    Regards,
    Hithayath.

  • Charts with formulas

    Post Author: archon4239
    CA Forum: Charts and Graphs
    I'm using Crystal Reports XI and I can't seem to use the chart functionality with formulas.  I see detail formulas available in the chart wizard (data tab), but I don't see my sum formulas in the wizard.  The sum formulas are based variables that total numbers in the group footer. 
    Anyway I can create charts with these formulas that sum up values in the group footer?

    Post Author: acarey
    CA Forum: Charts and Graphs
    A big short coming with CR is that it doesn't let you chart WhilePrintingRecords formulas. I tore my hair out for a while with this one.
    Eventually I found a document with a work around on the Business Objects website. Its a SERIOUS pain in the *** but it does work.
    The Doc is for CR9 but I'm using XI and it works. The document is called cr9_charting_print_time.pdf. Unfortunately I can't remember the exact location but you should be able to search for it.
    If anyone knows an easier way don't hesitate to TELL SOMEONE. The thing with these forums is that questions like this don't seem to get answered to often.
    Good luck mate

  • How to Create downloadable charts in Apex ?

    Hi All,
    I m using Apex 4.
    I want to know that how can i create charts that can be downloadable as image, pdf etc.
    Thanks in advance

    You cannot with apex out-of-the-box.
    You need some kind of plugin for charts.
    Maybe Dimitri Gielis's non-flash-charts could do that (www.apex-evangelists.com) but I'm not sure.
    regards,
    Richard

Maybe you are looking for