Interactive Report - Chart

I am using version 3.2 and I cannot get any charts working with interactive reports.
I have a report that select all from a personal-details table.
I want to display a chart showing a count of people by city. In the label part I select city, in the value part I select personal_id and in the function part I select count. Once I apply changes, no data is displayed just the edit chart link.
Can anybody help or point me to a page with examples
Thanks
Gus

Hi Gus,
Have those charts ever worked successfully for you?
Have you just recently upgraded? Perhaps whoever performed the upgrade did not copy all the necessary files to the webserver?
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!

Similar Messages

  • Interactive Report Chart Missing Labels

    I have a simple horizontal bar chart on an Interactive Report... There are 22 bars but only half of them (11) have labels. Bars 1, 3, 5, 7, etc have labels. If I click on the other bars I can see their labels but this is of no use when printing. The same issue happens frequently in various other charts whenever there are more than a few items to display. Our users have to download the reports to Excel and create the charts there in order to print or make presentations.

    Hi Rick,
    The behaviour you are seeing, where not all labels are displayed, is expected given the size of the region the chart is being displayed in and the number of labels you wish to display. AnyChart will automatically handle the display of the labels in this case, and it is not possible to customise an Interactive Report chart to override this behaviour. My suggestion would be that you create a new Chart region, where you have more control over the chart you generate. Please refer to the section Creating Charts - http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/app_comp.htm#CHDFEJAB - in Chapter 8 - Adding Application Components of the APEX User's Guide for more information. Once you have generated your chart, you can increase the height of your chart on the Chart Attributes page, and this will allow for the display of additional labels on the X-axis of your chart. Alternatively, you could look at the option of using the AnyChart axis label Stager mode, as outlined in the online AnyChart documentation here: http://anychart.com/products/anychart/docs/users-guide/axes-labels-text-formatting.html#stager. As the mode name suggests, the positioning of the axis labels will be staggered, which will allow for the display of all of your labels without having to adjust the chart height. For your presentations, you can easily create the chart regions on the same page as your existing Interactive Reports, and you'll also have the ability to print the charts, save them as an image or as PDF.
    I hope this helps.
    Regards,
    Hilary

  • Interactive Report - Chart axis value wrong data

    Hi,
    we created an interactive report based on demo_orders table.
    The interactive chart is displaying wrong data on the value axis (4,00000 instead of 4,000.00)!
    Values in the table are ok, even the value displayed when user clicks on specific data point is correct.
    Did somebody had similar problems?
    Application Express 3.2.0.00.27
    AnyChart #5.1.3
    Thanks.
    Regards,
    Kristjan

    Hi Kristjan,
    I'm able to reproduce the issue you report, using an Interactive Report in APEX 3.2.1 and 4.0, where the Application Language is a non-English option. So for example, if my chart label in English is *10,000.00* and when I switch the Application Primary Language to German, then the displayed values should be *10.000,00* however it is incorrectly appearing as *10,000*. When running in some non-English languages, the NLS decimal separator used is a comma ',', but this isn't been correctly applied to the Interactive Report chart. The problem is arising from the fact that the decimal separator setting in the chart XML is not being escaped correctly, and is therefore being ignored. I've logged bug 10154666 to track this issue, and a fix for this will be available in our next release. Thanks for bringing this to our attention. In the meantime, and to ensure the values on your chart are accurately displayed, it might be best to create a separate chart region on the page in question, rather than using the Interactive report chart.
    Regards,
    Hilary

  • Javascript error in interactive reports  chart - 3.1

    I created an application with the new interactive reports.
    http://apex.oracle.com/pls/otn/f?p=33003:1
    When I use the Chart option in IE I get a javascript error.
    'null' is null or not an object
    It is working fine in Firefox.
    I tried with 3 different themes and it is always giving me that javascript error on the charts. I also tried on different machines.
    Thanks
    Francis.

    Francis,
    I just tried with the exact same version of IE and didn't get any errors. Do you have version 9+ of the Flash Player? I'm not sure why an earlier version would cause a javascript error, but it's worth checking. You can check by right-clicking any Flash content and clicking "About Adobe Flash Player X..."
    - Marco

  • Interactive Report Charts

    When a user creates a chart in an interactive report, is it possible to set it so that clicking on a bar/pie wedge/value would take them to a report view filtered down to the records in that set?
    An example: we have an IR, and built a pie chart of users vs. number of requests; when we click on a particular user's wedge, it slides out from the pie slightly, but we'd prefer to be taken to a view of the IR filtered down to that user's requests (so we can view/edit them). Can we do this?
    -David

    That's what I thought. It's not what my users expect, of course, and would make a great feature (HINT, HINT, developers!).
    On the plus side, it's possible to build a report and a (separate) flash chart to give drill-down functionality. It's a more limited option, and might result in user confusion--why can I drill down in this report, but not in this other one?--but it is an option.
    -David

  • Interactive Report Chart Colors

    Is there anyway to change the colors that show for an Interactive Report Pie Chart Graph?

    The answer is almost certainly yes. If you'd like to know how you might want to be much more specific about which colors you're trying to change (background, font, bar, legend, etc....).
    Earl

  • Chart in Interactive Report always returns IO Error

    Hi everyone,
    Recently our company has a web application project that utilizes APEX and its powerful Interactive Report.
    However, everytime when we try to generate a chart based on the IR (by going to the "cog" and pick "chart"), we will get this "IO Error".
    For the last couple of days I have been researching on the net for solutions but still no luck on how to fix this problem.
    I have used Firefox to check into the source code of the page.
    To my surprise is that calling just the chart component is fine (the swf file does load up and wait for data), and so is calling that lengthy "...apex_util.flash2?..." xml-file under the variable "FlashVar" (an xml file is returned correctly).
    But when the chart is called in the IR it just keeps displaying "IO Error".
    This web app is hosted behind a reverse proxy server. Moreover, upon testing it is confirmed that the chart will be able to generate if the IP of the server is used to access the app... but not with the proxy domain name.
    Using the plain server IP is not an option as this IP cannot be accessed from outside of the company; all traffic is routed via the domain proxy server.
    It seems as is the proxy server is doing something in the middle, but I can't seem to find any information regarding conflicts between proxy server and anychart anywhere on the net.
    I did find some information about Flash and crossdomain data access, and had created the "crossdomain.xml" file under the root directory of the data server as instructed from Anychart documentation and Adobe Flash Support TechNote (http://www.anychart.com/products/anychart/docs/users-guide/security-error.html and http://kb2.adobe.com/cps/142/tn_14213.html).
    However it still does not solve the IO Error problem.
    Please help! My team do have a demo approaching next week.
    Sincerely,
    Nelson

    Hi,
    Try add to dads.conf
    PlsqlCGIEnvironmentList SERVER_PORT=443http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/trouble.htm#BABDFDDF
    Regards,
    Jari

  • Is it possible to create an interactive graph/chart using Report Builder 3.0?

    Hi All,
    I am using Report Builder for the first time. Here is what I am trying to accomplish. The data I plan to use in Report Builder is coming from SQL Server and in the Report Builder I want to create an interactive graph(chart).
    For example, The table in SQL Server consists of Hospital Name, Measure name, and Scores for each measures for different quarters.
    The idea is to create a graph that will allow the user to pick the measure name(from a drop down list or something similar) and Hospital name, then the graph will display the measure scores for different quarters and corresponding target scores for that
    particular Hospital.
     The data in SQL server looks like this :
    measure
    MC_NM
         q112
        q212
       q312
    XXY
    TARGET
    0.9
    0.9
    0.9
    XXY
    REGION
    0.832879
    0.848934
    0.865714
    XXY
    Hospital 1
    0.875
    0.916084
    0.92
    XXY
    Hospital 2
    0.833333
    0.876923
    0.905797
    ZZZ
    TARGET
    0.979167
    0.952381
    0.955556
    ZZZ
    REGION
    0.942029
    0.945205
    0.983871
    ZZZ
    Hospital 1
    0.22
    0.270833
    0.372549
    ZZZ
    Hospital 2
    0.990291
    0.989583
    0.98913
    YYY
    TARGET
    0.928934
    0.9
    0.891429
    YYY
    REGION
    0.590909
    0.655172
    0.703704
    YYY
    Hospital 1
    1
    1
    1
    YYY
    Hospital 2
    0.788462
    0.82
    0.836735
    Is this is possible to do in Report Builder 3.0? Please share your thoughts.

    Thanks a lot for your response.
    I was able to create the parameters and now able to select the measure and facility and display that data in the table and chart.
    Now I am trying to see if I can add a line(target values) on top of the column chart to show the whether the scores of each measures, for each quarters are how far from the target values.
    Please let me know if this is possible.

  • Passing Interactive report item values to flash chart.

    Hello,
    I am trying to pass an interactive report item value to a 2D column chart type in the chart query as :IR_EMPNO but the item value comes as null and the chart does not show any data. when I am passing this value to another form item and referencing it in the chart query as :P2_EMPNO, it works fine!! have anyone encountered such problem? Please help.
    Regards.

    Thank you Varad...
    Unfortunately, I am still getting no data found. (and there IS data).
    a) Do you mean in the link column section of the report attributes? that is done: item 1 name= IR_P2_FID, value = #FID#
    b) Do you mean my changing my hidden page item to ir_p2_fid with its source value as #FID# ? also done.
    Do I need this hidden item?, and if not how do I refer to link in the where clause of the called page's sql region?
    3) Where Fishery_id = :IR_P2_FID
    Where Fishery_id = &IR_P2_FID
    Thanks again!
    Pamela

  • Controlling Chart Axis limits in Interactive Report

    I have set up a bar chart in an Interactive Report where the x-axis is supposed to be a percentage. Currently, the bar chart's x-axis goes out to 120. Is it possible to limit it to 100 without having to create a chart region?
    Thanks in advance!

    Hi Dimitri,
    Firs of all thank you for your patience. I do not oblige you to answer or whatever. it was kind of showing you the error.
    There are date columns but they were not selected for the chart.
    SELECT
         a."FICHE_ID" "N°",
         b."AGENT_ID" "AGENT_ID",
         b."NOM" || ' ' || b."PRENOM" "Agent",
         a."EQUIPE_ID" "EQUIPE_ID",
         c."LIBELLE" "Equipe",
         a."DATE_ACTIVITE" "Journée",
         a."TOTAL_HEURES",
         a."TOTAL_HEURES_EXCEPTIONNELLES" "H. excep.",
         a."FICHE_CREE_PAR" "Fiche créée par",
            a."DATE_CREATION" "Le"
    FROM
         "OBSERVATOIRE"."FICHE" a,
         "OBSERVATOIRE"."AGENT" b,
         "OBSERVATOIRE"."EQUIPE" c
    WHERE
         a.AGENT_ID = b.AGENT_ID
    AND     a.EQUIPE_ID= c.EQUIPE_ID
    AND     (a.total_heures IS NOT NULL
             OR a.total_heures_exceptionnelles IS NOT NULL)
    group   by a."FICHE_ID" ,  b."AGENT_ID" ,
            b."NOM" || ' ' || b."PRENOM" ,
               a."EQUIPE_ID" ,
               c."LIBELLE" ,
               a."DATE_ACTIVITE" ,
         a."DATE_CREATION" ,
         a."FICHE_CREE_PAR",
         a."TOTAL_HEURES",
         a."TOTAL_HEURES_EXCEPTIONNELLES"
    ORDER BY
         a."DATE_CREATION" DESCThank you
    PS if you want we stay here, no problem I you do not want to go further with this thread.

  • Chart not appearing in Interactive report

    Hi,
    I have a nice interactive report. When I try to display a chart using the tools of the report, nothing appears. There is only a message, a kind of progression message saying "loading xml..... 100%", and then nothing appears.
    I am using Application Express 3.1.0.00.32.
    Thank you for your answers.
    Christian

    Hi Dimitri,
    Firs of all thank you for your patience. I do not oblige you to answer or whatever. it was kind of showing you the error.
    There are date columns but they were not selected for the chart.
    SELECT
         a."FICHE_ID" "N°",
         b."AGENT_ID" "AGENT_ID",
         b."NOM" || ' ' || b."PRENOM" "Agent",
         a."EQUIPE_ID" "EQUIPE_ID",
         c."LIBELLE" "Equipe",
         a."DATE_ACTIVITE" "Journée",
         a."TOTAL_HEURES",
         a."TOTAL_HEURES_EXCEPTIONNELLES" "H. excep.",
         a."FICHE_CREE_PAR" "Fiche créée par",
            a."DATE_CREATION" "Le"
    FROM
         "OBSERVATOIRE"."FICHE" a,
         "OBSERVATOIRE"."AGENT" b,
         "OBSERVATOIRE"."EQUIPE" c
    WHERE
         a.AGENT_ID = b.AGENT_ID
    AND     a.EQUIPE_ID= c.EQUIPE_ID
    AND     (a.total_heures IS NOT NULL
             OR a.total_heures_exceptionnelles IS NOT NULL)
    group   by a."FICHE_ID" ,  b."AGENT_ID" ,
            b."NOM" || ' ' || b."PRENOM" ,
               a."EQUIPE_ID" ,
               c."LIBELLE" ,
               a."DATE_ACTIVITE" ,
         a."DATE_CREATION" ,
         a."FICHE_CREE_PAR",
         a."TOTAL_HEURES",
         a."TOTAL_HEURES_EXCEPTIONNELLES"
    ORDER BY
         a."DATE_CREATION" DESCThank you
    PS if you want we stay here, no problem I you do not want to go further with this thread.

  • How to develop a Chart from Actions button of an Interactive Report ???????

    Hi
    I am trying to implement a chart from Actions button of an Interactive Report through frond end. I am getting the Flash Security error for this. I know we have to change the HOST variable for this. But i am not sure where exactly I do this. For a normal Flash Chart , i know that we have to do in the Region Source but for a chart from Interactive Report what do I do??????????
    Thanks
    Shruthi.

    Hi
    It seems you are using EPG.
    Replacing #HOST# works for flash charts which you create yourself but I don't think you can do it for the charts generated by Interactive Reports. To fix this issue you either need to update host variable of EPG or the best is to use Apex Listener.
    I would recommend you to use Apex Listener as it will avoid further issues if you use a Reverse Proxy with your Apex Server such as Lighttpd or Apache and use multiple Virtual Hosts etc.
    To install Apex Listener see http://download.oracle.com/otn/java/appexpress/1.1/docs/AELIG/E21058_01.pdf?AuthParam=1324310446_77b28dc5a93555586fc93c0c8804e8de
    You can use Stand Alone mode with Apex Listener as it is easy to very configure.
    Zulqarnain
    MaxApex Hosting
    http://www.maxapex.com

  • Refresh Interactive Report based on Flash Pie Chart selection

    I have an Interactive Report:
    select ename "Employee Name",
    mgr "Manager
    from     emp e, dept d
    where e.deptno = d.deptno ;
    That i'd like to have filtered by MGR when a Flash Pie Chart is clicked:
    select null link,
    mgr label,
    count(emp_id) value
    from     emp e, dept d
    where e.deptno = d.deptno
    group by mgr ;
    Can someone indicate how i'd do this?
    Thanks in advance!
    John

    Hi,
    This post might help
    Re: Navigable pie-chart
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • Interactive report Several series within same chart?

    Hi
    I'm about to develop a Chart-report showing several series within same chart
    ex
    serie1: Product A , amounts, dates
    serie2: Product B , amounts, dates
    etc.
    It would be nice to use IntractiveReports in this case but is it possible?
    Thanks for any tips & hints
    Regards GASon

    Hi Gunnar,
    It's not actually possible to create a multiple-series chart using the Actions menu for an Interactive Report. Only single series charts can be generated using that option. You will need to generate a separate chart to handle your requirements, which you could obviously position on the same page as your Interactive Report. The advantage of generating a separate chart means that you can choose from a wider range of Flash chart types exposed via the Create wizards. We only support the generation of 4 chart types (Horizontal Bar, Column, Line, Pie) via the Charts Action menu on Interactive Reports, but we support 26 chart types (ranging from 2D Column to Gantt charts) via the Create wizards. You might find it useful to take a look at my sample application (http://apex.oracle.com/pls/apex/f?p=36648), and also the AnyChart online documentation (http://anychart.com/products/anychart/overview/) and chart gallery, for further information on charts.
    I hope this helps.
    Regards,
    Hilary

  • Interactive Report Displaying Multiple Values (Chart)

    Hi guys,
    Is there a way to display multiple values into a chart report. Normally there is a combobox and you can only select one value. But i want to display multiple values into one chart and i have to use interactive report because sql report is not enough for me.
    Apex product build is 4.0.2.00.07.
    Thanks

    Any ideas ?
    Thanks.

Maybe you are looking for

  • READ REPORT for specific version

    I'm using function module RPY_PROGRAM_READ that calls READ REPORT. However I'd like to get the code for a previous version. The READ REPORT is very limited with it's options and I can't find a function module (RFC enabled) that does this. Any suggest

  • HP M5035-MFP - How can I enable Fax-to-Email AND Save to Network Location?

    Good morning experts! In our business, we currently use the fax-to-email functionality of the M5035 MFP to email incoming faxes to an email address, attached to which are a set of forwarders that proceed to send copies to everybody who needs one. We

  • Compact flash card reader

    My MacBook Pro mid 2012 is having problems reading my Hoodman USB 3.0 UDMA card reader. Any ideas what I can not to get my Macbook Pro to read the card reader

  • WLC ignore redirect from ISE

    Hi all, I have a question about redirect on a WLC 2504. The problem is that with domain computers the WLC skip POSTURE_REQD an goes in RUN state directly when connecting to the guest SSID. No CWA and guest portal. If I use a non-domain computer, or a

  • Batch rename of avi files

    I am looking for the solution to batch rename multiple avi files simply. In iphoto, I just select a bunch of image files and using the ctrl+Shift+CMD keyboard shortcut, I input the name something like 'boat_trip_kids' I get the files renamed instantl