Pie Chart - Funny Behaviour

I have a funny problem since this evening. I have this pie chart which I haven't touched since months. Suddenly it shows the following behaviour:
1. IE7 and FF 1.07 and lower do not show the graph but only the legend
2. FF 1.5 brings the following error message:
XML-Verarbeitungsfehler: Nicht übereinstimmendes Tag. Erwartet: </svg>.
Adresse: http://pd2.synventive.de:7777/pls/htmldb/f?p=100:1:3744672020718222378:FLOW_SVG_CHART_R257606147512709117_de
Zeile Nr. 27, Spalte 4745:.legenditem rect{stroke:#000000;stroke-width:0.5px;}</style><script xlink:href="/i/javascript/svg_js_includes/svg_common/oracle.svgInit.js"/><script ......
and a lot of code following.
Any ideas what could be the reason?
Denes Kubicek

This is quite strange. I just increased the width of the chart and everything works now as it did before.
Denes Kubicek

Similar Messages

  • Pie chart legend total does not calculate correctly

    Hi All
    I have a pie chart in a CR 2008 report (SP0). 
    The pie has one "On Change Of" and one "Show Value" field.
    The datasource for the report is an Oracle 10g (Rel 2) Stored Procedure (SP).
    The SP signs the value per each transaction (record), so if the txn is a reversal is will arrive in the report as a negative value
    The records that are listed in the report have the correct sign on each line, and totals in the report are correct
    So, if the first record has a value of 10,000 - these would be known as Cash txns
    and the second record has a value of -5,000 - these would be known as Cash Reversal txns
    The report total will be 5,000
    In the legend entry of the pie chart the values per series are being displayed correctly.  There is a series per Txn type (so one series represents Cash txns, the second series represents Cash Reversal txns)
    From the example above my pie shows 1 txn for Cash @ 10,000
    and 1 txn for Cash Reversal @ -5000 (it has the negaitve amount in brackets)
    But the total in the legend is 15,000
    I cannot figure out why that the legend total is not calculating correclty.
    Has anyone seen this behaviour before?
    Any help would be great thanks
    Best regards
    Patrick

    Just realised why....  The total is counting all txns, and my formula is not telling it that Reversal should be subtracted - duuhhhh!!!!

  • Change colors in multiple pie chart - with legend

    I need to change the colors of groups shown in multiple pie chart diagram in CR XI.
    I managed to actually change the colors in the diagram by using highlighting rules in the wizard. (Sorry, I need to guess the correct English terms since I am using the German version.)
    But the colors in the legend are not affected by the rules, so the legend displays colors which are not shown in the diagrams at all. How can I fix this?
    Thanks in Advance
       Andreas

    Hi Andreas
    I have the same problem.
    I found this BO note:
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3131383434373026
    I says that this behaviour is by design and cannot change
    Not what you would expect really! 
    If the series colour can be changed then why does the series marker colour not match the series it represents?
    Patrick

  • Can a Pie Chart have a variable number of slices?

    Is there a way to dynamically limit the NUMBER of slices that a pie chart shows?
    For instance, sometimes there might be 10 elements, sometimes 6 (last 4 are 'blank') or maybe 5 (last 5 are blank).
    Yes I know I can keep on reducing/increasing the Excel cells to include...but is there a way to include only certain ones as the data exists?

    My Behaviour tab for my pie chart does not HAVE the "ignore end blanks option"
    A Pie chart behaviour only includes "Display Status, Display Status Key, Entry Effect, Entry Duration and "Animation Enabled"
    I can't seem to find the "Ignore End Blanks" on any tab

  • Pie chart in combintion with a Slider control in Dashboards 4.0

    Hi,
    Following the my requirement for creating a dashboard.
    1) i have to display employee count for different regions in a pie char for a particular month.
    2) This month needs to be selected from a slider control(Horizontal).
    3) The slider control needs to show Month and year (MON-YYYY format) for the last 13 months.6 months above the slider and 7 months below the slider.
    4) So when a user selects a particular month by dragging to the particular month in slider, then the pie chart should display employee count for the selected month.
    5) And Also the slider control by default should show last month employee count in pie chart when the dashboard is opened every time.
    So Any body knows how to implement this requirement please send me the solution in a step by step approch.
    Thanks in Advance,
    Regards,
    Nanda Kishore.

    Hi,
    Set up your data like this
    For the months we just use 0 for the selected month and we mark our min & max.
    (I just took a few months, just as test, in real, you have to have all your months, off course)
    Link the slider component, data to B2, min to B3 and max to B7
    Create combobox, link labels to cell B3:B7
    setup of data insertion, see screenshot below. (destination: j4:J7)
    for behaviour column do as follows...
    Your pie chart component
    results in
    now you have to put some makup on your dashboard, (hide the combobox - hide the values -6,0and 7), create some textcomponents to show the correct months (create a key row (-6 >0>7) and a month-text row), you can use vlookup or via a combobox to fetch the correct month-text
    Have fun with it

  • Pie Chart Exploded On Load

    Hello All,
    Anyone here knows where to place the exploded="true" so that the chart will be exploded when the page load:
    <?xml version = "1.0" encoding="utf-8" standalone = "yes"?>
    <anychart>
      <settings>
        <animation enabled="true"/>
        <no_data show_waiting_animation="False">
          <label>
            <text>#NO_DATA_MESSAGE#</text>
            <font family="Verdana" bold="yes" size="10"/>
          </label>
        </no_data>
      </settings>
      <margin left="0" top="0" right="0" bottom="0" />
      <charts>
        <chart plot_type="Pie" name="chart_30009006600473016877" exploded="True">
          <chart_settings>
            <title text_align="Center" position="Top" padding="0" >
              <text>Pies Chart</text>
              <font family="Tahoma" size="14" color="0x000000" />
            </title>
            <chart_background>
              <fill type="Solid" color="0xffffff" opacity="0" />
              <border enabled="false"/>
              <corners type="Square"/>
            </chart_background>
            <data_plot_background>
            </data_plot_background>
            <chart_animation type="Appear" interpolation_type="Quadratic" show_mode="OneByOne"/>
          </chart_settings>
          <data_plot_settings enable_3d_mode="true">
            <pie_series style="Aqua" >
              <tooltip_settings enabled="true">
                <format><![CDATA[{%Name}{enabled:False} - {%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format>
                <font family="Tahoma" size="10" color="0x000000" />
                  <position anchor="Float" valign="Top" padding="10" />
              </tooltip_settings>
              <label_settings enabled="true" mode="Outside" multi_line_align="Center">
                <format><![CDATA[{%Name}{enabled:False} - {%Value}{numDecimals:,decimalSeparator:.,thousandsSeparator:\,}]]></format>
                <background enabled="false" />
                <font family="Tahoma" size="10" color="0x000000" />
              </label_settings>
              <pie_style>
              </pie_style>
              <marker_settings enabled="True" >
                <marker type="None" />
              </marker_settings>
              <connector color="Black" opacity="0.4"/>
            </pie_series>
          </data_plot_settings>
    #DATA#
        </chart>
      </charts>
    </anychart>
    Thanks in advance

    Hi,
    To set the slices of your pie chart to "exploded" upon page load, the setting of 'exploded="True"' would need to be applied to each point of the data component of the chart XML. So you would need to replace the substitution string #DATA# with the customised data containing this new attribute. For example:
    <data><series><point name="ADAMS" y="1100" exploded="True"/></series></data>
    How you choose to do so is up to you, but I've outlined one possible option on my sample application, https://apex.oracle.com/pls/apex/f?p=36648:117, which uses PL/SQL to generate the data XML with the new attribute. As you'll see in the AnyChart online User's Guide, specifically in section Pie and Donut Chart, they've referred to a series level attribute <series exploded="True" />,but this option currently doesn't appear to be working.  I've contacted AnyChart regarding this behaviour, and will hopefully receive clarification on whether or not the documented series level attribute works.  In the meantime, applying the attribute to each point of the data series will provide the behaviour you're looking for.
    I hope this helps.
    Regards,
    Hilary

  • Show pie chart data block by block

    Hello experts,
    imagine you have a list of suppliers and their invoice volume. Now you want to display the suppliers in a pie chart, but as this list can be quite long the pie chart gets complex.
    Now it's the question whether it's possible to display only N values at one time (e.g. display the first 10 values, the second 10 values and so on).
    I know that you can use the Top N-property in a query, define N as a variable and display the (e.g.) Top 10, Top 20 and so on values. But that's not what we need.
    Does anyone have an idea?
    Thanks in advance and greetings,
    Daniel

    I think that should have been fixed in Design Studio 1.2 SP01, if its happening in a newer release, then it is unfortunately a regression:
    1953578  - Chart values defaulting to 1 or 0
    The expected behaviour is to display the percentage share in the chart, and the absolute value in the tooltip.
    Best regards,
    Victor

  • Illustrator CS5 won't save pie chart

    I created a pie chart in Illustrator 5 using a much-loved Veerle tutorial ... drew a square, entered my data, created pie, applied gradient colors and a 1 pt white stroke between the pieces. Hit save, and got this message: "Can't save the file." That's it. No reason, no funny sequence of numbers and letters denoting an error. Thought maybe my gradients used too large a spectrum of color, but even after I applied plain colors I got, "Can't save the file."
    Is this a version 5 glitch, or am I doing something wrong? The workaround was to enter data and create the pie only, then move it to InDesign for the remaining steps. But, if anyone knows why I couldn't save a color pie chart in Illustrator, I'd appreciate knowing, too! Thanks.

    I'm having similar problems, and can't seem to find any answers online anywhere - though I am seeing comments elsewhere that indicate I'm not alone. This thread is the closest I've come! I'm hoping somone can shed some light on this. (I  am working in CS5 as well)
    I've created my pie charts, and then cannot do anything else (except change the data numbers).  I would like to do a 3D effect - and can't, all of my menus are grayed out. I couldn't even expand or un-group if I wanted to. I can't copy, paste or delete the charts either.
    I've been using illustrator for many years, and haven't come across a problem like this before.

  • Pie chart drill down problem

    Hi,
    We are facing an issue with the drill implementation in the Pie chart of the dashboard. Initially, the drill functionality worked fine but now, we observe that the drill happens ONLY on the edges of the pie chart
    Now this behaviour is observed when we make following changes in the dashboard:
    1) If we add new filter in the existing qaaws connection for pie chart. (The problem persists even if we remap the qaaws connection)
    2) If we apply some color coding based on certain condition(formula) specified in the excel.
    if we revert the above conditions, then the Pie chart works fine
    We have tried the following things:
    1) deleting the existing pie chart and remapping the new one.
    2) Tried changing the destination cells for the pie chart.
    We are stuck up with this problem without any solution from a long time. We even tried redeveloping the whole dashboard but the problem persists.
    Version :Xcelsius 2008 SP3,fp3.1
    Thanks.

    This is actually an issue of the flash player.
    Installing Windows Flash Player 10.3 ActiveX control content debugger (for IE) will solve the problem.
    Or switch to Flash Player 10.1
    Windows Flash Player 10.3 ActiveX control content debugger (for IE) is available here: http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_ax_debug.exe
    For Netscape-compatible browsers, the version is available here: http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_plugin_debug.exe
    No need to remove the existing flash player.

  • Reporting Services in 2005 Secondary Pie Chart?

       Hi,
             In 2008 and 20012, secondary pie charts with a percentage threshold from a main pie chart can be easily created. Is it possible to do in 2005?
    *CustomAttributes
    Thanks.

    Hi Robb,
    It seems that you are using Dundas Chart Control for SQL Server 2008 R2 Reporting Services not the Dundas Chart Control 2005 that Microsoft has purchased.
    Microsoft purchased the license to use Dundas Chart Control 2005 in Reporting Services 2008 and above. Therefore the supported upgrade is from Reporting Services 2005 Dundas Charts to SSRS 2008 (R2) and SSRS 2012 Charts.
    If you are using a particular component released by Dundas for SSRS 2008 R2, you won’t be able to upgrade Reporting Services 2008 R2 Reports with Dundas Charts to Reporting Services 2012 Charts.
    To confirm this, please check the details of this assembly “DundasRSChart.dll” located under the /Report Server/bin directory.
    If the Product Name is “Dundas Chart for Reporting Services 2008 R2”, it indicates that this is a new version of Dundas Chart for SSRS 2008 R2 (i.e. a third party control). If the Product Name is “Microsoft SQL Server”, it indicates that this is the version
    that Microsoft has purchased.
    In this condition, you have to migrate the DundasRSChart.dll to the SSRS 2012 instance and reference it as the custom assembly in the reports. Please make sure to rename the DLL file so that it won’t replace the native DundasRSChart.dll installed by SQL
    Server 2012.
    For more information about referencing custom assembly in a report, please see:
    Using Custom Assemblies with Reports
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Need help to make a Pie Chart

    I am trying to draw a pie chart for the Uptime Report.
    I have the Following table definition.
    create table downtime_detail ( env_code number, down_start date, down_end date );
    insert into downtime_detail values (1,to_date('26-JAN-2008 02:00:00','DD-MON-YYYY HH24:MI:SS'),to_date('26-JAN-2008 03:00:00','DD-MON-YYYY HH24:MI:SS') );
    insert into downtime_detail values (2,to_date('26-JAN-2008 02:00:00','DD-MON-YYYY HH24:MI:SS'),to_date('26-JAN-2008 03:00:00','DD-MON-YYYY HH24:MI:SS') );
    insert into downtime_detail values (2,to_date('01-FEB-2008 02:00:00','DD-MON-YYYY HH24:MI:SS'),to_date('03-FEB-2008 03:00:00','DD-MON-YYYY HH24:MI:SS') );
    insert into downtime_detail values (2,to_date('15-FEB-2008 02:00:00','DD-MON-YYYY HH24:MI:SS'),to_date('15-FEB-2008 03:00:00','DD-MON-YYYY HH24:MI:SS') );
    insert into downtime_detail values (2,to_date('26-FEB-2008 02:00:00','DD-MON-YYYY HH24:MI:SS'),to_date('28-FEB-2008 03:00:00','DD-MON-YYYY HH24:MI:SS') );
    Now the Below Query returns me the values val1 and val2 on the basis of which I need to draw a Pie Chart.
    ==========================================================
    select round((DOWN/TOTAL)*100,2) val1 , round(100-((DOWN/TOTAL)*100),2) val2
    from
         (select sum((DOWN_END - DOWN_START)*24) DOWN from DOWNTIME_DETAIL where ENV_CODE=2 ) a ,
         (select ((sysdate - to_date('01-JAN-2008','DD-MON-YYYY')) * 24) TOTAL from dual ) b
    VAL1 VAL2
    3.64 96.36
    ==========================================================
    Can someone help me try do this ?
    Actually I tried but I couldnt put my custom query to get this Pie chart. Or if there is any other better approach please let me know.

    nikhilskamik,
    I believe all that you are missing in your sql is a NULL. Below is the help text for creating a Flash pie chart.
    Specify the SQL query that will populate your chart, for example:
    select null, ename, sal
    from emp
    Alternatively you can write a PL/SQL function return a SQL query, for example:
    begin
    return 'select null, ename, sal from emp';
    end;
    Your query should then read:
    select null,round((DOWN/TOTAL)*100,2) val1 , round(100-((DOWN/TOTAL)*100),2) val2
    from
    (select sum((DOWN_END - DOWN_START)*24) DOWN from DOWNTIME_DETAIL where ENV_CODE=2 ) a ,
    (select ((sysdate - to_date('01-JAN-2008','DD-MON-YYYY')) * 24) TOTAL from dual ) b
    Jeff

  • No data in Active sessions pie-chart and availability is 0%

    Hi All,
    Does anyone know why my Enterprise Manager cosole in Oracle 10g installed on windows xp professional is not showing any data? Availabilty is always 0% for the instance ORCL and the active sessions pie-chart is always showing 0.01 since May 17,2005.
    Can anyone tell me how to configure EM so that instance ORCL and the active sessions start showing data again?
    Thanks

    Hi,
    Kindly activate the data request. Post that, Under "request available for reporting" a symbol will appear which means that the data has been moved to Active table and is available for reporting at further levels.
    And you can then check for contents in the active table of the DSo, you should get the records.
    Change log: Contains the change history for the delta update from the DataStore object into other data targets, such as DataStore objects or InfoCubes. It makes sense in case of delta uploads.
    Regards,
    hemlata

  • PIE chart report for planned, Actual and variants cost

    Hi Gurus,
    Is there any report provides information of Plan cost, Actual cost and Variants cost for sales order or production Plan in PIE CHART format or any other chart diagram.
    Regards,
    Ram Krishna

    Hello,
    Go to relevant S_ALR* report.
    For example execute
    S_ALR_87013611
    Settings ==> Options
    Office Integration => Microsoft Excel
    Remove Worksheet Protection
    ignore the warning message.
    Go to insert tab on the MS excel.
    Select the report data.
    Click on pie chart.
    You will be able to see the pie chart.
    Regards,
    Ravi

  • ActiveX and pie chart problem

    I am trying to create a bar of pie chart in Excel 2003. I am able to insert my data and create the chart, but I need to set the "SplitValue" to 6. I was able to find the property for doing this but I get an error when I run the vi (see attached).  Any thoughts?
    Solved!
    Go to Solution.
    Attachments:
    ActiveX Error.PNG ‏45 KB

    I think your problem is that you don't have "Index" wired for the ChartGroups property. Thus, it may be returning a collection of chart groups, but you are typecasting it to a single chart group.

  • SSRS Report Builder 3.0 - Pie Chart

    Hi,
    I have Pie chart that displays Number of  items by Country,
    My data set is pulling the correct values.
    The 3D effect is true for the pie chart and the Series Labels are set to diplay out of the Slice.
    I used the collected style to be SingleSlice and not using percentages but just the values less than or = 5 to be collected to other countries slice.
    for labels format I am using a column value from the query where I Concatenate the Value and Name of the country as string as I am not showing the legend on the chart for more space
    All the values are showing up right except for one value for one slice which is added extra numbers at the beginning of the number part of the string.
    For Example , if for USA there are 320 items  it should should show up as USA - 320  as that is the value that the query bring and I double checked that. But that value dipslays USA - 12320 for some reason and this is happening only with one
    label.
    I might be missing somethign silly but if someone can save my time and help me it would be appreciated.
    Please let me know if you have any questions.
    Thanks,
    Chaitanya

    Hi Chaitanya,
    Sorry for the delay.
    I am unable to reproduce the issue in my test environment. The issue seems rather odd. Here, I suggest that you create a new report and design the Pie Chart from scratch, and then check the issue again.
    If the issue persists, please post the expression of the label data as well as the CustomAttributes settings of the target series of the Pie Chart. 
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • Satego X200 - XP Display Driver (Nvidia Geforce 8600M GT)

    Hi, finally I managed to install XP on my 2. HDD - beside Vista (in order to get rid of Vista later). What I still need is a suitable display driver, since Toshiba offers only one for ATI. I found many posts with similar topics in the www (laptopvide

  • File Adapter: Flat-file to XML

    New to the Oracle ESB. I am using the file adapter to read in a fixed-length flat file, have mapped it to an xsd and now I just want to dump the resulting xml into a directory. I don't see an obvious way to do this without converting it back to a fla

  • Is it possible without a self join

    Hi oracle guru I have this query result expected is same but without using a join with t as ( select 1 job_id,'First a' mess,to_date('18:08:2010 13:54:21','DD-MM-YYYY HH24:MI:SS) jtime from dual union all select 2 ,'First b' ,to_date('18:08:2010 13:5

  • UCM placeholders/sites in WebCenter

    I'm wondering if/how Site Studio sites can be utilized in WebCenter. There are few wonderful functions that can be gained from Site Studio: - data files, ie. ability to assign a query on the document repository - secondary page, ie. ability to displa

  • Can I create a Smart Collection for images with Paths?

    I'd like a folder that automatically collects any image i have in my library in which i've drawn a vector clipping path in Photoshop. Is this possible?