Bug in chart parsing variables?

Chart Title: &P671_ERR8.
Series Name: &P671_ERR8.
Here the result:
<rect id="background" x="1" y="1" width="598" height="398"/>
<text x="20" y="20" class="title">Farbe</text>
<text id="XAxisTitle" x="50%" y="390">Zeit</text>
<text id="YAxisTitle" x="15" text-anchor="middle" y="50%">Fehlerzahl</text>
<g id="legend" transform="translate(0,25)">
<rect class="legend" x="1" y="0" width="598" height="60"/>
<g class="legenditem" transform="translate(20,18)">
<line x1="0" y1="-5" x2="-15" y2="-5" class="data1"/>
<text class="legend" y="0" x="2">Fehler 1</text>
</g>
<g class="legenditem" transform="translate(20,36)">
<line x1="0" y1="-5" x2="-15" y2="-5" class="data2"/>
<text class="legend" y="0" x="2">F2</text>
</g>
<g class="legenditem" transform="translate(20,54)">
<line x1="0" y1="-5" x2="-15" y2="-5" class="data3"/>
<text class="legend" y="0" x="2">F3</text>
</g>
<g class="legenditem" transform="translate(120,18)">
<line x1="0" y1="-5" x2="-15" y2="-5" class="data4"/>
<text class="legend" y="0" x="2">&P671_ERR8.</text>
</g>
</g>
the chart title was parsed correctly,
but the legend not.
are there any reasons for?
my htmldb version is:
1.6.0.00.87
i am not able and not allowed to update my version.
are there any bugfixes for this problem?
if there are in which version was it fixed?

P671_ERR8 := Farbe
the session state says the same.
the xml file for the svg chart contains the following data
<text x="20" y="20" class="title">Farbe</text>
<text class="legend" y="0" x="2">&P671_ERR8.</text>
in the first line &P671_ERR8. was parsed and in the second not.
if the different session state for the chart is the reason, even the first could not parse the variable.
am i right?

Similar Messages

  • How to populate data for SharePoint Team Foundation Server web part burndown, bug progress chart

    Hi,
    We are configuring the Team Foundation Server web part to show dashboards associated with burndown, user stories, etc. I added some active but when I click on the Bug Progress link, the chart does not display any data. I click on the Burndown link to
    add some issues data. When I click on the Task burndown or the  user story progress, I get the following message
    "The error occured during an attempt to establish a connection to the external data source. The following connections failed to refresh:
    TfsOlaReport"
    I would like the see the data correctly populated in the chart. Any help is greatly appreciated.

    Hi Comicrage86, 
    Thanks for your post.
    What’s the version of your TFS and SharePoint?
    Do you mean the burndown report and bug progress chart in team project site? If yes, your current team project created using which process template?
    As far as I know team project Release Burndown report shows in team project site by default. How did you add the active to show Bug Progress chart and did you custom your Burndown in team project site? Please share the detailed steps here. And you can share
    your screenshots here, it will help us provide the better response.
    If reports cannot show correctly in your team project site, please check the default reports in your team project>>Reports, ensure that default team project reports working fine in your Reporting Service site first. Then follow the
    steps in this
    article to troubleshooting the SharePoint Dashboards data source issue.
    Or refer to the solution in this post:
    https://social.msdn.microsoft.com/Forums/en-US/af054ca3-110b-4414-85d8-f36ea2416b0c/new-sharepoint-portal-excel-refresh-issues?forum=tfssetup.
    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.

  • Automator problem parsing variable as filename in disc image

    Dear apple/automator forum.
    I have just recently started using Automator, and i am experiencing a little problem which im hoping to get a helping hand with.
    First, heres my screenshot (sorry its in danish, ill explain what iwe done): www.bergsorensen.dk/screenshot.png
    - As for text
    - Set new variable
    - Get finder items
    - New disc iamge from finder items (variable as filename)
    I made a service which creates a new disc image of the selected finder items. Now, "in front" of that, i wanted a dialog box, where you could type the name of the new disc image - filename.
    The creating disc image flow works perfectly, though i cant get the dialog box to parse the variable as name to the disc image.
    Any suggestions?
    Best
    Kasper

    You might want to update your forum settings, since your screenshot indicates you are running *Snow Leopard's Automator*.
    The problem seems to be that you are mixing the text from your dialog with the input items - note that any selected items are already passed to the service, so you don't have to use additional actions to get the input. You just need to add a few actions to save and restore the original input when getting your other variable(s):
    1) *Set Value of Variable* { Variable: _Original Input_ } -- save the input items
    2) *Ask for Text* ( *Ignore Input* ) -- get a name for the disk image
    3) *Set Value of Variable* { Variable: _Image Name_ } -- now we can use this variable in other actions
    4 *Get Value of Variable* { Variable: _Original Input_ } ( *Ignore Input* ) -- get the input items back
    5) *New Disk Image* { (drag _Image Name_ variable to the "Volume name" and "Save as" fields) }

  • Crystal reports - charting a variable to simulate a running total

    I have 2 sets of data as below :
    units
    costs
    What I am trying to do is generate a chart that for each month, reports the result of the formula
    sum of costs to date / sum of units to date
    Ideally, I would create 2 running totals
    RT costs
    RT units
    then a formula avg. cost to date = RT costs/ RT units
    and then for each month (x axis of the chart) plot avg/ cost to date
    BUT - crystal won't plot a data set based on running totals.
    So, I created a field with a psudo running total
    i.e.
    whileprintingrecords;
    numbervar unitsum;
    unitsum:=unitsum+units
    and similar for the costs.  Variable called costsum.
    Then a variable field
    whileprintingrecords;
    numbervar results;
    results:=costsum/unitsum
    So I though I could then plot the field with the variable results in it in the chart.  But no, I cannot see the field name in the data select list.
    Please advise how I can create my chart.
    Thanks
    Edited by: newbyr on Jul 7, 2010 12:20 PM

    With the best will in the world, I realise that charting does not like running totals,  What I am looking for is a workaround, or clever way of circumventing the problem.
    Before posting I did extensively search the forum and saw the link that DebiHerbert has suggested, and it is of no help at all.
    Thanks
    Edited by: newbyr on Jul 9, 2010 2:40 PM

  • Is it a bug in supporting Characteristic Variable?

    Hi all,
    I just had a POC on BOE XI 3.1 + SAP Integration Kit 3.1 + SAP BW 7.  We use WebI as the front-end and use OLAP universe to connect to the BEx queries.  I discover that there seems to be an issue with the Characteristic Variable.  If the variable is Mandatory, I will get MDX error when I run the WebI report.  But if I change to Optional, it will be fine.
    As I read the "Using SAP BW in Universe Designer" guide, seems either optional / mandatory variables are both supported.  So I think it may be a bug or something.  Anyone encountered this before?
    Regards,
    Derek

    The problem is that if the variable is set as mandatory, it will prompt the following error?
    A database error occured.  The database error text is MDX
    SELECT {} ON COLUMNS,
    [ZB1STORE].[LEVEL01].MEMBERS DIMENSION PROPERTIES
    [ZB1STORE].[4ZB1STORE] ON ROWS FROM
    [ZPZB1OA1/ZPZB1OA1_02_TEST] SAP VARIABLES [ZSTORES]
    INCLUDING [ZB1STORE].[0000001011001]. (WIS10901)
    But then if I set it back to optional, no error will occur.
    Therefore I want to know if it looks like a bug since I understand both optional/mandatory variables should be supported.
    Thanks.
    Derek

  • Bug in TNS Parser of ojdbc14.jar

    Hi,
    we recently had problems with two customers using ojdbc14.jar in association with tnsnames.ora. The following exception was thrown:
    java.lang.ArrayIndexOutOfBoundsException : Array index out of range: 148
    oracle.net.nl.NVTokens.parseTokens(Unknown Source)
    oracle.net.nl.NVFactory.createNVPair(Unknown Source)
    oracle.net.nl.NLParamParser.addNLPListElement(Unknown Source)
    oracle.net.nl.NLParamParser.initializeNlpa(Unknown Source)
    oracle.net.nl.NLParamParser.<init>(Unknown Source)
    oracle.net.resolver.TNSNamesNamingAdapter.loadFile(Unknown Source)
    oracle.net.resolver.TNSNamesNamingAdapter.checkAndReload(Unknown Source)
    oracle.net.resolver.TNSNamesNamingAdapter.resolve(Unknown Source)
    oracle.net.resolver.NameResolver.resolveName(Unknown Source)
    oracle.net.resolver.AddrResolution.resolveAndExecute(Unknown Source)
    oracle.net.ns.NSProtocol.establishConnection(Unknown Source)
    oracle.net.ns.NSProtocol.connect(Unknown Source)
    oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:858)
    oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:268)
    oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:441)
    oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
    oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
    oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
    I checked with JAD what's wrong in that NVTokens class and found the following code fragment:
    public boolean parseTokens(String s)
    _numTokens = 0;
    _tkPos = 0;
    _tkType = new Vector(25, 25);
    _tkValue = new Vector(25, 25);
    int i = s.length();
    char ac[] = s.toCharArray();
    int j = 0;
    do
    if(j >= i)
    break;
    for(; j < i && _isWhiteSpace(ac[j]); j++);
    switch(ac[j])
    case 40: // '('
    as you can see, the whitespace-eating for loop could loop until j == i, and then the switch(ac[j]) would cause a ArrayIndexOutOfBoundsException.
    The tnsnames.ora which led to the exception all had an entry of the form:
    ORCL.WORLD =
    (DESCRIPTION =
      (ADDRESS_LIST =
       (ADDRESS = (PROTOCOL = TCP)(HOST = 10.20.30.40)(PORT = 1521))
      (CONNECT_DATA =
       (SID = ORCL)
    It was sufficient to insert a blank before the "(DESCRIPTION =" token to prevent the parser from running into the bug. However, if we have to instruct all our customers how and where to insert blanks in their tnsnames.ora, it will get a bit annoying.
    I downloaded the latest 1.4 driver version (the used driver was about 3 years old, so I was hoping the bug was corrected in the meantime), but the bug was present there, too.
    So please, if any Oracle personnel read this thread, report this to your jdbc driver developers, and hopefully there will be a bug fix in the future.
    Best regards,
    Hans Vetter
    Edited by: user1649592 on Jun 23, 2010 1:11 AM
    Edited by: user1649592 on Jun 23, 2010 1:11 AM

    Hi,
    To supplement my last post, I only get the ArrayIndexOutOfBoundsException on a 64-bit Windows Server 2008 machine. When I run 32-bint Windows Server 2008, the exception does not occur and the database connection works fine. Has this problem been fixed for 64 bit machines ? Or is there something additional that needs to be configured for 64 bit machines ?
    Thanks,
    Tom Vicker

  • Chart on variables

    Hello All,
    We have variables (measures) TypeA, TypeB, TypeC created at report level in webi. It has the below mentioned example data:
    TypeA
    50
    TypeB
    30
    TypeC
    80
    I am expecting bar/line chart with TypeA, TypeB, TypeC in Category (X) axis and values on Value (Y) axis. Any suggestion please..!!
    (If TypeA, TypeB, TypeC are coming from dimension object (for ex Type) and Values are coming from any keyfigure (for ex Volume) then it is easy to convert it to graph, but all above are variables (measues))
    We are using BI 4.0

    Hi Suri,
    Assign your chart data as per screenshot,
    Regards,
    Samatha B

  • BPEL designer bug changing local scope variables

    My appologies if this was already known.
    I am using bpelz version 0.9.10 and encountered the following bug:
    When I use the BPEL Inspector to change the XML variable name in a scope (the variable is defined locally in the scope), the name change occurs in other scopes (including leaf scopes not in the local scope chain).
    Perhaps I am using to old a version and this has been fixed.
    Cheers,
    -Dustin

    Thanks a lot Dustin. I will check it and communicate the same to dev team.

  • Php parse variable using javascript

    hey there,
    i am trying to parse a php variable using the allwebmenu
    program. Never done this before and wondering what javascript needs
    to be created and inserted to replicate the
    http://www.backyardcanvas.com/coremember/profileview.php?recordID=<?php
    echo $row_table['field'];?>
    normal syntax.
    Help greatly appreciated
    Thanks

    Hi there,
    Thanks for the reply, and yes you're right it IS a bit of an elephant.  However, when I posted it, I had formatted it so that one little bit was highlighted showing the problematic portion of code.  The rest was just there for background (and was formatted to be much friendlier to read).
    For some reason this forum wipes all text formatting.  Anyway, here's the query - now extracted from the elephant...
    Let's say that stored in my form1.SCO variables object there is the following...
    var Cityscope_NorthSydney_CostUser1 = 120.55;
    Now let's also say that in the scope of a specific form object...
    var ScopeAreaSelected = "NorthSydney";
    Within the form object scope (same scope as ScopeAreaSelected), I am trying to create a variable called "CostUser1" that stores the price of the variable in the form1.SCO as follows...
    var CostUser1 = sco.window["Cityscope_" + ScopeAreaSelected + "_CostUser1"];
    I've used both "window" in Javascript before to make such frankenstein variable names work (using "window" to reference the top-level variable scope) but the code I am using here doesn't work.
    While it's probably not the greatest all-round solution, do you know how I would get this to work?
    Cheers,
    Stanbridge

  • Bug? Chart formatting

    Hello,
    This has been driving me mad all evening and today. I have two charts, one line one combo, in a dashboard that is pretty much finished. I realised that the text colour for mouseovers was white on pale blue and needed to change it to black. I do this in teh text properties of teh appearance tab for the line chart, go to the Combo and...no text properties in appearance. All gone. Only the tab remains. I restart, reload etc: no luck.
    I try a new combo chart on teh same dashboard and a new dashboard: both work normally. I copy my combo chart to a new dashboard and it's all wrong again (this time, I lciked the first tab in apperance, Layout, first and ALL the other tabs have the Layout properties displaying! I check my original dashboard again and realise that now, only the layout tab has properties at all. All the others are blank.
    I have not been able to edit any properties in appearance since then, for that chart only. Is there something obvious I am missing (I unlocked all the components) or is this a bug and I just don;t understand how to reproduce it on another chart.
    My dashboard is available if someone wants to take a look. Thank you for your help.
    EDIT
    Restarted again. I now have no visible property on any tab in Appearance. For info, I am running 2008 fix 2 under Vista Business.
    Edited by: Cricri on Mar 15, 2009 6:04 PM

    I am sorry for inconvenience it brought to you, the issue you described is vary similar with one issue we are investigating to fix. Hopefully, you will get the problem fixed soon in the later service pack.
    BTW, when you go to Appearance -> Text first time, try not to leave cursor available in the property sheet. It is easy to encounter that in this way.
    Regards,
    Christina

  • Line charts of variable thickness in a series

    I'm trying to create a line chart where a small subset of the line [i.e. between points 1 and 3] has a different thickness than the rest of the line in order to highlight that region. Any ideas as to how to create that (or if it's even possible in this release of Numbers)?

    Thanks, but what I'm really trying to do is change a subset of that line's thickness.
    I don't think it's possible using a line chart, though it would be if I could use an XY-Scatter chart with lines. The trick there would be to have two series with one overlapping point, and to set the different thicknesses for the different series. Unfortunately, this requires Scatter Lines, which (if I'm not mistaken, and I do hope I am), Numbers can't do.

  • Bug with date parsing

    import java.util.*;
    import java.text.SimpleDateFormat;
    public class DateUtils3 {
    public static void main(String arg[]) {
         try{
         SimpleDateFormat sdf = null;
                             Date date = null;
                                  sdf = new SimpleDateFormat("yyyyMMddHHmmss");
                                  sdf.setLenient(Boolean.FALSE.booleanValue());
                                  date = sdf.parse("20100314021602");
                             System.out.println(date);
    }catch(Exception e){
         System.out.println(e);
    I get this error java.text.ParseException: Unparseable date: "20100314021602"
    But if you change the date to be 2009 or change it to march 13 or 15 or anything else , it works!!!

    sabre150 wrote:
    DrClap wrote:
    Yes, that's right. I didn't have a 2:16 in the morning on March 14 where I live either. The clock went straight from 2 AM to 3 AM and skipped all the times in between.Interesting. We (in the UK) usually change the clocks on the last weekend of March so the 14th would be far too early for us.Yeah, the Americans made us change a couple of years ago so they could save a ton of energy. Or so they said, I haven't seen the review which determines how much energy was actually saved. I prefer the theory that the change was made so that people would have 3 extra weeks per year to go golfing after work.

  • Bug in dom parser ?

    Hello,
    I am using the method org.w3c.dom.Node.setTextContent() to set the text child node of a DOM node. The oracle DOM implementation just appends a child node to the existing one and does not replace it like it is specified in the interface documentation of org.w3c.dom.Node
    Is this a bug or a feature or am I doing something wrong?
    Any help is welcome.
    Thank you,
    frebin

    Seems like a bug in the API... With ldapsearch the filter is rejected immediately by the client, and not seen by the server.
    Regards,
    Ludo

  • P Chart With Variable UCL

    Hello,
    I am trying to use an iSPCChart in P mode.  My sample size varies per point and I am specifying a Sample Size Column on the display template's Data Mapping tab. I have the box checked to Calculate Control Limits on the Limits tab.
    My problem is that the upper control limit does not show up on the chart even though I have Show Control Limits checked on the Upper Chart tab.  The lower control limit does show up.
    Is there a way to get the UCL to show up on the P chart when it is calculated and it varies due to varying sample sizes?
    Thanks,
    Mike

    Hi Udayan,
    It appears that the UCL is being calculated.  If I do a right-click on the applet and then Data -> SPC Results Detail, each position has a UCL listed.  They range from 0.02 to 0.05 (depending on the sample size).
    In the summary section at the top of the SPC Details, however, it says NA for UpperChartUCL. I think this is because I did not specify a static UCL in the template.
    Also, on my chart one of my plotted points is red indicating that the upper control limit alarm point has been exceeded.  The control limit alarm is the only alarm I have turned on.
    So, I think it is calculating the UCL properly and that it is using it properly in terms of assessing the alarm conditions but, for some reason, it is not drawing the UCL on the chart.
    Thanks for your help.
    Mike

  • BUG 1.5: Parser error in worksheet.

    I have the following statements in my worksheet.
    Putting the cursor in either the create... or the select.., F9 highlights both and runs the create....
    I know I don't have an additional separator after the create... block, but the parser should be know when a pl/sql block ends.
    create or replace package body randomizer is
    begin
      procedure random_updater
       is
        begin
         null;
         end;
    end;
    select * from projects_control;

    OK - I'm with you here - if you did this in SQL*Plus, then you'd still need a / or ; to indicate the end of the pl/sql block and to execute that before moving to the next statement.
    In this situation I use a / in the SQL Worksheet to separate the statements.
    I have passed the query on to a developer for further detail though.
    Sue

Maybe you are looking for