Charts Not Displaying in 3.1.1

Hi,
I'm teaching a class, running APEX 3.1.1.00.09. Can't get any charts to display. If it is a chart in the Sample Application, I get a "Waiting for Data" message. We tried making a chart using Interactive Reports, get nothing at all. Have installed Adobe Flash Player 9.0.124.0 today from adobe website. Checked that column headings don't have " around them or blank spaces as suggested by others in forum. Any other ideas. Kinda hurts the class to not show off the charting capabilities.
Warren Capps

Hi all,
I have been having the same problem as described here and in my quest to get it sorted I came across the following post:
Link: http://beyondoracle.wordpress.com/2008/02/11/apex-charts-with-https-connections/
The significant configuration for by Joao (author of the above blog) and I is that we are using Apache as a reverse proxy in order to use SSL / https.
In my case I could see the charts without a problem if I went directly to the Apex host from within my firewall, but if I used https via the Apache reverse proxy (either side of the firewall) then I got either the "Loading data. Please wait" or "Waiting for data..." message in place of the chart.
In summary, I ran the following and it fixed by problem:
BEGIN
DBMS_EPG.set_dad_attribute ('APEX','cgi-environment-list','REQUEST_PROTOCOL=https');
DBMS_EPG.set_dad_attribute ('APEX','cgi-environment-list','HTTP_HOST=<my_host_fqdn>:443');
END;
* The effect was instant - no need to restart anything
I should mention that everything else I had tried in my Apex environment was accessible over https before running the above code.
I hope this solves your chart problems too, but if not then that it takes you at least one step closer...
Martin
Edited by: empee on Aug 31, 2008 11:22 AM

Similar Messages

  • Charts not displaying properly in Internet Explorer

    I have a component that takes in an xml formatted set of
    charting data and displays it in both chart form and in a data
    grid. In internet explorer I occasionally see spikes in the lines
    on my chart. It basically appears that the points are either being
    plotted higher or lower than they should be at random places. I
    have checked the xml input data and it appears to be correct. Also,
    the same data the chart is using is being displayed in a data grid.
    The data grid shows the correct values as well.
    So it appears that my xml data and the values in the data
    grid are correct, however the chart does not match. This is
    sporadic behavior. Most of the time, my charts are displayed
    correctly, however occasionally one or more data point will be in
    the wrong spot. Also, this only happens in internet explorer. I
    can't seem to reproduce it in Firefox.
    Has anyone seen anything like this? Any ideas on how to fix
    it?
    I appreciate any help. Thanks,

    That's exactly what IE conditional comments do.  They are ignored by all other browsers except IE.  And you must add the <![endif]--> or it won't be treated as an IE Conditional Comment.
    <!--[if IE]>
    <link rel="stylesheet" type="text/css" href="IE-only.css" media="screen" />
    <![endif]-->
    Also, I see errors in your IE only css file.  It must not contain HTML code.
    @charset "UTF-8";
    /* CSS Document */
    <style type>
    #Buy_DVD_Movie_Button a img {
    float: left;
    padding-left: 345px;
    #DVD_verbage li {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin-right: 250px;
    list-style: none;
    float: none;
    #Download_verbage li {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 710px;
    list-style: none;
    </style>
    Nancy O

  • WAD - Values above Bar Chart not displaying.

    Hi All,
    Please find the report that created in WAD using Chart.
    From the above image, the numbers above the Bars is not displaying except the first Bar. I have checked the Series in WAD and all the settings are same Bar 1 and Bar 2. But still, the values are not displaying except 1st Bar. Please find the settings i made in Web Application designer.
    And also some text is displaying "Missing text XXXX". Any settings i need to do for not appearing in the chart, pls suggest.
    Do i need to do any other settings for displaying the value above the Bar Chart.
    Thanks.

    Hello Jalina,
    I would echo recommendation from Sapna. Upgrade your IGS if possible.
    Goto the IGS Download area in the SAP Service Marketplace.
    Download the IGS executable and library patch (igsexe*.sar) for
    your platform from
    -: http://service.sap.com/swdc
    ->  Support Packages and Patches -> A-Z Index ->Select "I"
    -> SAP IGS -> SAP IGS <version>
    -> SAP IGS <version>   -> <operating system>.
    Also review notes
    896400  BC-FES-IGS  Upgrade your WebAS 7.x based IGS
    1491848 BC-FES-IGS  What IGS should I be using with my Web AS?
    844669  BC-FES-IGS  Profile parameter of IGS as of Version 7.00
    514841  BC-FES-IGS  Troubleshooting when a problem occurs with the IGS
    If this is not possible can you update the thread with your IGS version and system details?
    To find the IGS Version. Call transaction: SIGS - if the IGS server is running
    This page shows the versions of the IGS components. The number before
    the last number shows the patch level
    You will something like this: Version     7200.0.3.1
                                                                               ^
                                                    this is your patch level
    7200.0.3.1
    ^^
    this is your IGS Version level
    this means your IGS is 7.20 Patch 3
    You can also check your patch level as follows:
    - Start transaction SA38 (or SE38)
    - Run the report GRAPHICS_IGS_ADMIN
    - Choose the rfc destination, IGS_RFC_DEST should be the default
    - Select Status
    Best regards,
    Oisin

  • Gantt Chart not display

    Hi,
    When I login by "UserA" and view gantt chart on workplan screen, It show normally. but when I login by "UserB", It's not display Gantt Chart. How to "UserB" can view Gantt Chart on workplan screen? Please advice me.
    Thank you.

    Hi,
    Thank you for your suggestion. :)
    In this issue, I changed the value of Accessibility Features on the preference screen from "Standard Accessibility" to "None". It can view it but I'm nor sure the meaning of value that I changed. Could you explain me?
    Thank you again. :)

  • Web template chart not displayed properly

    Hi all
    I am facing an issue while displaying graph (column) in web template the graph is coming but only some horizontal and vertical lines. igs server is running but graphs are not coming properly if i am puting table then its coming properly..
    Regards
    Amiya

    Hi,
        What does it mean ? it is not displaying or partially displaying ?
    Regards
    Pcrao.

  • APEX and BI Publisher - chart not displayed in html

    Hi All,
    I have created a report using BI Publisher and created a report query and uploaded the RTF template into APEX. The report contains a chart then a table.
    When I run the report in HTML format the chart is not rendered, but the table is. The browser seems to show the page as loading for a very long time, but nothing seems to happen.
    If I run the report in PDF the report is rendered correctly. Also in the BI Publisher Word plugin I can preview the report in HTML ok.
    I'm using APEX 3.1.2, BI Publisher 10.1.3.4
    Any ideas?
    Thanks,
    Matt

    Hello,
    Remember that Apex and BI Publisher are different products (they just "play" very nicely together).
    Apex has the possibility to create SVG and Flash charts, SVG charts were great because they were very flexible, however Adobe has announced their discontinued support for the SVG plugin that some browsers need to display the SVG charts.
    So moving forward, use Flash Charts instead, as most browsers already have Flash player plugins installed.
    I'm guessing the reason your SVG chart isn't displaying in the browser is because you haven't installed the SVG plugin in your browser.
    If you have a lot of SVG charts already in your applications, fear not! There is a simple SVG->Flash migration wizard you can use (look on the right hand side of the page when you edit your Chart region, and also in the Shared Components section if you want to migrate a lot of them). If you use these wizards Apex will automagically convert your SVG chart regions to Flash chart regions.
    Hope this helps,
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

  • 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

  • Chart not displaying data during preview mode

    Hi
    I hope you can help me with the following issue.
    I have created a dashboard in Xcelsius however during preview mode the chart is not showing the data.
    The cells which the chart is looking at are containing formulas to update based on the input of a filter component.
    I have already checked the functions that are allowed by Xcelsius and my formula seems to be in line with the supported Excel function list.
    I am assuming that either Flash can not convert the Excel formula during runtime or I am having some problems with Xcelsius.
    The formula that I am using to to find the categories is the following (which is working in the creation mode).
    =IF(COUNTIF($B$11:$B$1216,INDEX($B$11:$B$1216,MATCH($E$3&$F$3&$G$3,$B$11:$B$1216,0)+L11))>=L11+1,INDEX($F$11:$F$1216,MATCH($E$3&$F$3&$G$3,$B$11:$B$1216,0)+L11),"")
    The logic behind it is that the formula will count how many times the lookup value is in the lookup range and will return them in the cells for the chart range.
    Anyway I would really appreciate any feedback that might help me resolve this issue.
    Thanks,
    Lucas

    Hi Suman,
    I am using the following Xcelsius / MS Office
    Xcelsius engage 5.5.0.0
    Office 2010
    Have send you the Excel document via email.
    Rgds,
    Robin Lucas

  • Animation chart not display in mac firefox

    i am viewing a stock index chart with firefox ver26.0 in mac and it is not showing up at all...
    but the stock index chart will show up with safari in mac without any issue...
    any idea why there is issue with firefox but not with safari?...
    i hope you could check if you have imac with firefox and safari on the provided link...
    http://money18.on.cc/info/liveinfo_quote.html?symbol=HSI
    please advise...
    cheers,

    Is only this single image missing or other as well on the page?
    Do you see this image in Tools > Page Info > Media?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    You can check for icons on the location bar that indicate that Firefox is blocking content.<br />
    You can also check the Net log in the Web Console (Firefox/Tools > Web Developer;Ctrl+Shift+K) for specific errors about this missing image (reload the page via Command+R or click the Reload button).
    *https://developer.mozilla.org/Tools/Web_Console
    If images are missing then check that you aren't blocking images from some domains.
    *Press the F10 key or tap the Alt key to bring up the hidden "Menu Bar" temporarily.
    *Check the permissions for the domain in the currently selected tab in "Tools > Page Info > Permissions"
    *Check "Tools > Page Info > Media" for blocked images
    *Select the first image link and use the cursor Down key to scroll through the list.
    *If an image in the list is grayed and "<i>Block Images from...</i>" has a check-mark then remove this check-mark to unblock images from this domain.
    Make sure that you do not block (third-party) images, the permissions.default.image pref on the <b>about:config</b> page should be 1.
    Make sure that you haven't enabled a High Contrast theme in the Windows/Mac Accessibility settings.
    Make sure that you allow pages to choose their own colors.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    Note that these settings affect background images.
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    There are extensions like Adblock Plus (Firefox/Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images and other content.
    See also:
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *http://kb.mozillazine.org/Websites_look_wrong

  • Charts not displaying in the PDF output

    HI,
    We have developed a rdf using the Oracle reports Developer (version 10.1.2.0.2) and developed a RTF Template using the Template Builder ( Version 10.1.3.3.2). We are able to view the data in the chart and table formats locally in the PDF format.
    But when we run from the ERP Applications Release 12 Concurrent program , We are able to view the data only in the tabular format and we are unable to view the "Chart" view in the PDF output.
    Thanks,
    Venkatesh.

    Xserver should be running.
    set X Host for your environment.
    or
    start the environment with a headless implementation in java option. Specify the following property at the java command line:
    -Djava.awt.headless=true

  • Charts not displayed correctly in OBIEE clustered environment

    Hi,
    Our environment setup is as follows:-
    1) Two OBI BI servers clustered
    2) Two weblogic servers hosting the presentation services in a cluster
    3) Two apache servers loadbalanced and redirecting requests to these weblogic cluster.
    The OBIEE reports run fine in a standalone instance however in a cluster a few charts go missing on the dashboards.
    Can someone please help.

    Hi
    I had  a similar issue and you might find the info  below useful for your charts problem . It has to do with the way jQuery mobile loads pages into the DOM. You have to add attributes to the links in order to force the page to be reloaded from the sever instead being fetched using Ajax, or using the existing copy already in the DOM. 
    Try Changing the list template to “button control group”. It contains the rel=”external” attribute which should hopefully force the page to reload.
    If you don’t want to change the template then you need to add data-rel=”external”  or data-ajax="false" to the link to force the page to be reloaded.
    For more details on the attributes to force a page reload see  JQuery Mobile pagecontainer widget. The Ajax page navigation section contains more details.
    https://api.jquerymobile.com/pagecontainer/
    also see  ajaxEnabled configurable option            
    http://api.jquerymobile.com/global-config/
    Cheers,

  • Charts in Apex 3.2 demo application do not display in Firefox browser

    Hi,
    just installed Apex 3.2 and launched the demo application using Firefox 3.5.7
    The charts are not displayed. Switching to MS Internet Explorer everything works fine.
    Is Firefox not supported or any idea what's missing to display the charts ? Adobe flashplayer 10 plugin and Adobe SVG 3.0 are installed on
    my WIN XP client.
    Regards, Werner

    It kept bugging me .. so I worked on it a bit.
    The charts actually show, then get hidden by the noplugin funciton.
    The problem is in Firefox ( the (ns || mo || !win) branch) the plugin check does not work.
    When I use either this, the check for SVG feature:
    function supportsSvg() {
    return document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Shape", "1.0")
    and
    hasSVGSupport = supportsSvg();
    or a check by mime types , like this:
    var hasSVGSupport = false;
    if (navigator.mimeTypes != null && navigator.mimeTypes.length > 0) {
    if (navigator.mimeTypes["image/svg-xml"] != null)
    hasSVGSupport = true;
    I get the correct result and the charts display (remain displayed).
    I simply modified plugins.js and use my modified version instead.
    if (ns || mo || !win) {
    if (hasSVGSupport) {
    null;
    } else {
    noPlugin('svgRegion');
    Hope this helps,
    K

  • Chart legend not displaying in ERP Menu

    Sir,
    I am create the Chart in graphics builder 6i and call the chart from form builder 6i it runnnig fine chart and Legend are displayed. then move the chart and form to Database(apps) then run the form in ERP menu Chart Only display but LEGEND not display.
    Please help me how appear the LEGEND on the chart.
    Advance Thanks,
    Kadavul. V

    Hi Pradnya
    The template I am using is the copy of 0ANALYSIS_PATTERN .
    Anway I have found the answer.
    The scenario is more related to Multiquery .
    Your main template which is copy of 0ANALYSIS_PATTERN contains additional Analysis and Chart Web items . In order to include Multi-Query or Single Query additional analysis and chart web items in the print output with desired output they must have the very same name as the analysis and chart web items defined  in the 0ANALYSIS_PATTERN_EXPORT template.
    Regards,
    Muhammad
    Edited by: Muhammad Zafar on May 7, 2009 5:12 AM

  • Graphics chart LEGEND not display on Form on Web.

    Sir,
    I am create the Chart in graphics builder 6i and call the chart from form builder 6i it runnnig fine chart and Legend are displayed. then move the chart and form to Database(apps) then run the form in ERP menu Chart Only display but LEGEND not display.
    Please help me how appear the LEGEND on the chart.
    Advance Thanks,
    Kadavul. V

    Hi
    pls post ur Question in the right forum...
    General EBS Discussion
    Regards,
    Abdetu...

  • Numbers will not display 3D charts on my new computer. I am running system 10.6.8. A 2D chart turns into a selected empty rectangle when I change it to a 3D chart. What do I do?

    Numbers will not display 3D charts on my new computer. I am running system 10.6.8. A 2D chart turns into a selected empty rectangle when I change it to a 3D chart. What do I do? I am running iWork 9.1.

    Hello
    Numbers 2.1 under 10.7.2 on my iMac described below.
    There is at least a thread describing what you get:
    https://discussions.apple.com/message/15526080
    It claims that it strike when the app is using the NVIDIA video card available in some macBook pro.
    Yvan KOENIG (VALLAURIS, France) samedi 7 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2

Maybe you are looking for

  • Unknown Error (-50) after syncing then attempting to update my IPod Touch

    After syncing my device and making sure everything was saved I clicked the update to the new OS for the IPod Touch and it downloaded it in about 6 mins then turned off and on a few times and then when it tried to reconnect to Itunes I recieve the -50

  • Airwaves Survey shows duplicate entries per WLAN SSID

    Hello Cisco WLAN-experts, I have a nice problem for You: Our WLAN-networks appear twice in every WiFi-Catcher ! We are running 1131LAPs in HREAP-Mode together with a 4402WLC and use two WLANs. One is the typical "Guest WLAN", another a more secure on

  • I've migrated my photos from PC. Where will I find them now?

    I've migrated my photo files from PC using Migration Assistant. Where should I find the files now?

  • XI adapter in proxies

    Hi, I have gone through previous threads but none of the thread were talked to the point. Could you please clarify my below doubt without any links. 1. Proxies in R/3 system work only if it is above of WebAs 6.40. And in case of proxies communication

  • CSS and Oracle Load Balancing

    Hi, I have CSS in single arm deployment model. I have multiple servers load balancing on this CSS on port 80 etc. Today I am trying to load balance one Oracle server but I am facing problem with it. Real servers are accessible on port 80 without any