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. :)

Similar Messages

  • 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

  • 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 and displaying Milestones

    I have installed the "Box Charts -GANTT" chart and things look great. However, I would like to be able to display Milestones (start_date = end_date) as another object besides the BAR (ex: triangle). Any help/recommedations with this are greatly appreciated.
    - David

    use a query as the next for the task type parameter (it is on the help of jDeveloper 4 the gantt chart):
    second view object should query the details of each task. For example, it may look like this: SELECT project_id, top_task_id, task_id,
    task_number, task_name, scheduled_start_date start_from,
    scheduled_finish_date end_to, task_manager_name text_right,
    decode(scheduled_start_date, scheduled_finish_date, 'milestone',
    decode(top_task_id, task_id, 'summary', 'normal')) task_type
    FROM pa_tasks_v

  • 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,

  • ADF Gantt Chart refresh on drag and drop not working

    Hi All,
    I am using jDev 11.1.1.6.
    I have a bounded task flow with two page fragments. On the first fragment, I have some filters and on the second fragment I show the Gantt Chart.
    I have a data change listener associated to it. When I move a task from one time to the other, the data change listener is invoked and I can see that the database values are also updated with the new time values.
    But, after the refresh the task still shows up on its old time period and not the new one. But, if I open the application again as a fresh one, it shows up in the new time period.
    I have tried refreshing the iterator within the data change listener but it still doesn't work and the gantt chart in not getting updated instantly.
    Need help.
    Thanks in advance,
    Ankit

    Hi All,
    I raised a SR for this and the analyst filed a defect. The bug number is "Bug 18195263 : ADF GANTT CHART NOT UPDATED PROPERLY WHEN MOVING A TASK".
    As a workaround, I am manually refreshing the child rows after calling the update DB procedure (Procedure that updates the start date and end date).
    //Get the Master View
    ViewObjectImpl empVO = this.getemployeeList1();
    Row[] grpRow = empVO.findByKey(new Key(new Object[] { empNo }), 1); 
    // Get Child Rows using ViewLink Accessor
    if(grpRow.length>0){
    RowSet childRows = (RowSet)grpRow[0].getAttribute("empTasksView"); 
    //Execute Child Rowset
    childRows.executeQuery(); 
    Thanks,
    Ankit

  • Gantt chart databound

    Here is what I have:
    two jsff pages: search --> view
    On search page, I added an user input field to search for projects to be displayed on view page (done by programmatically changing the VO's where clause)
    On view page, I need a gantt chart that displays the schedules based on the previous query result.
    However, it seems that the gantt chart always displays every projects in the VO (without where constraint). It is not data bounded to the new query result.
    Is there anyway to solve this simple problem?
    Thanks.

    Noticed that this same question was posted to the JDeveloper ADF forum, which was more appropriate.
    Gantt chart databound
    I will try to get a response over there.

  • Traffic light in Gantt chart and Colour change in the same.

    Dear All,
    I have designed an interactive ALV report and put a button in the output to display Gantt Chart. The Gantt chart is displaying fine after pressing the button based on the output.
    I have two questions as below.
    1) Is it possible to diplay Traffic light in Gantt chart output from an interactive report. Please provide the code as well as process.
    2) How to change the colour of the fields like date or time field of the Gantt chart output from an interactive report. Please provide the code as well as process.
    Shyamal.
    ABAP.

    Hi friend,
    For displaying trafic lights there is a simple options in the layout
    under exceptions there are few fields,
    lights_fieldname type slis_fieldname,
    lights_tabname type slis_tabname,
    lights_rollname like dfies-rollname,
    lights_condense(1) type c.
    First two fields will server the purpose if you need extra manipulation can go for other two also.
    And for changing color in the fields there is an option called emphasize(4) in fieldcatlog which will do your purpose.
    I think you know your requirement and code better so its better to adapt this in your logic the using our logic which will make you confuse.
    if you want to highlight a particular cell in the ALV go for this codes in Wiki.
    If you still need any help please revert back to me i will help you.
    Thanks,
    Sri Hari

Maybe you are looking for

  • How can i delete old print jobs stuck in queue for printer no longer present?

    I've deleted the old hp printer from control panel (printers and devices) but the old stuck print jobs are still hanging out there and keep me from printing anything on the new printer.  Help please.  New printer is Dell V715w

  • Return of direct debits processing

    hello I have a question about the process of return of direct debit. In SAP release 6.0 you can do some customizing on return of direct debits. Some reason codes of returns can be set up and also the next step to do, like change the payment term, blo

  • ISE Custom portal language

    Hello all, is there a way to have a custom portal ( file uploaded )switching depending on the language of the browser used? I think the only way to have multiple language is to use the default portal. Any comments?

  • About 2 questions for jdbc adapter.

    1.     which transaction isolation level should i set for jdbc sender adapter to guarantee data to be selected correctly?     not error occurs. 2.     how to reslove time_out error for jdbc adapter. especially sync query in volume data case.

  • Where can I find the port of the adminServer,soa_server1,bam_server1?

    Dears I installed the SOA suite in default. I just remembered that I configued 7001 for the admin server. When i started the soa_server1, i passed two parameters: soa_server1 http://localhost:7001 and bam_server1 http://localhost:7001 for the bam_ser