Data values on Bar Chart in a BI Publisher report (11g)

I have a bar chart that I created via the layout editor in BI Publisher 11g, and I'm displaying the data values on the chart. That part works great. However, we're noticing that the chart adds zeros to the end of the data values depending on the length of the number being passed to the chart. My data item is a number that is 5 bytes in total, with 2 decimals. If the data value is *10.10*, the data displayed on the bar chart shows *10.10*. But when my data value is *1.10*, the data displayed on the bar chart is *1.100*. And if my data value is *.10*, the bar chart displays *0.1000*. The bar chart adds zeros to the end as the number of characters to the left of the decimal decreases.
I don't see a way to make it not do that. Has anyone else run into this, and been able to change it?

Basically what are you trying to do :
Attaching Mutiple Data Definition to a XML Program and deciding which one to call ased on parameter.Sorry you can not do that one Data DEfinition per Report.
ut there is one way of doing that.
Create multiple data defintion( mutiple programs) and then a master program something like
IF Master Program Param1 = 'X'
call BI Program 1
ELSIF Master Program Param1 = 'Y'
call I Program 2....
End IF;

Similar Messages

  • Selecting multiple values in a prompt for a BI Publisher report

    Hi,
    I selected multiple values in a prompt for a BI Publisher report and ran the report. The report run fine with single value. But it run to error with mutiliple value. The Oracle Business Intelligence Publisher version is release 11g (11.1.1).
    Thanks in advance
    Susan

    Thanks for your replies !
    Is there any other way to achieve this ?
    There is 1 InfoObject which has 2 fields Employee and Department.
    Employee     Department
    001                A
    001                B
    001                C
    In the report there should be 1 row for Employee 001 with all the Departments displayed in the same cell separated by commas.
    Can this be done in the backend through a ABAP code?

  • SSRS Hide one data value label in chart legend

    Is it possible  to hide one value in the legend? I've got a stacked bar chart, but there's one value that I don't want to display in the Legend. Is it possible to hide this particular color and label in the legend?
    Thanks,
    Chris

    Hi Chris,
    Yes. In Reporting Services 2005, you could add a filter to hide one value label in the chart legend. This can be done with the following instructions:
    In Report Designer, open the chart properties dialog box and go to Data tab.
    Double click the item in the Series groups to open the Grouping and Sorting Properties dialog box.
    Switch to the Filter tab. Add a filter using the following setting:
    Expression: =Fields!<FieldName>.value
    Operaiton: !=
    Value: =”value”
    If you have any further questions, please let me know.
    Thanks.
    ***Xiao Min Tan***Microsoft Online Community***

  • How to change the color of Data Markers in Bar chart

    Hi All,
    In OBIEE 11G, I have Bar chart with 4 measures, each measure is set to a color using Style properties of Graph. Now i want to change the color of the Data markers matching to the Bar color. Which means Bar and Data marker value should be set to same color.
    Please guide me on this.
    Thanks,
    GJ

    Here's a picture that may help in following Ian's instructions:
    I clicked on a green column to select the series as shown.
    Then this:
    Turns into this and you can click Style:
    SG

  • Negative values in Bar chart

    Hi,
    I have to plot negative values in a horizontal bar chart. Only the +ve values of the data column comes up in  the bars,
    How should i modify the xsl code
    Thanks in advance
    Krishna

    Hello,
    XI3 has several types of horizontal charts and there are some that seems to describe your requirements.
    I attach some pictures allowing you to see if it meets your needs.
    http://imageshack.us/photo/my-images/207/generalkg.jpg/
    http://imageshack.us/photo/my-images/513/deski1.jpg/
    Regards,
    Philippe

  • Are Multiple cfchartseries/seriescolor Values for Bar Chart Possible

    Client wants their reporting bar charts adjusted to show
    green bars when counts are better than 90%, yellow when better than
    80% but less than 90% and red when below 80%. It is possible to
    have multiple series color based upon count values?
    <i>If not, I would recommend this as a future nice to
    have capibility.</i>

    HI Smitha,
    Then try this.
    Create a formula. Inside Just use the Round function to round your Keyfigure.
    Then use this formula to be displayed in the Chart Experts, Data Tab on the Show Value column.
    Let me know if it works.
    Regards,
    Vinaya Paulraj.

  • Problems with date in stacked bar charts

    I am having a lot of problems trying to generate stacked bar charts where one of the fields is a date. Using the chart generator in word, the stacked bar charts work perfectly if I use (for example) Labels=Country, Series=Product, Values=Quantity(Sum) . The correct quantities are shown.
    However if I change Country to Expiry (date), the quantities are all wrong ? Such that I have no idea how it is obtaining the values.
    The generated code is :
    <Graph depthAngle="50" depthRadius="8" pieDepth="30" pieTilt="20"
           seriesEffect="SE_AUTO_GRADIENT" graphType="BAR_VERT_STACK">
      <Title text="" visible="true" horizontalAlignment="CENTER"/>
      <LocalGridData colCount="{count(xdoxslt:group(.//G_MED,  'EXPIRY'))}"
                     rowCount="{count(xdoxslt:group(.//G_MED,  'PRODUCT'))}">
        <RowLabels>
          <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                              select=".//G_MED" group-by="PRODUCT">
            <Label>
              <xsl:value-of select="current-group()/PRODUCT"/>
            </Label>
          </xsl:for-each-group>
        </RowLabels>
        <ColLabels>
          <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                              select=".//G_MED" group-by="EXPIRY">
            <Label>
              <xsl:value-of select="current-group()/EXPIRY"/>
            </Label>
          </xsl:for-each-group>
        </ColLabels>
        <DataValues>
          <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                              select=".//G_MED" group-by="PRODUCT">
            <RowData>
              <xsl:for-each-group select="current-group()" group-by="EXPIRY">
                <Cell>
                  <xsl:value-of select="sum(current-group()/QUANTITY)"/>
                </Cell>
              </xsl:for-each-group>
            </RowData>
          </xsl:for-each-group>
        </DataValues>
      </LocalGridData>
    </Graph>Any help would be greatly appreciated !
    Cheers,
    Brent

    Thank you all for your replies so far:
    @Alex: You are right, using your short script in sqlplus gives me also 2009 as result
    So, I am now posting the essential excerpts of the procedure because the whole one is to large:
    function insert_szrl (my_fremd_name varchar, my_elementadresse varchar,
    my_zeitstempel varchar, my_wert float,
    my_status varchar, my_zyklus varchar,
    my_offset integer,
    my_quelle varchar, my_nzm_daten integer) return integer is
    begin
    my_date := to_date (substr (my_zeitstempel, 1, 10), 'dd.mm.yyyy') + my_tageswechsel +1/24;
    if my_zyklus = 'mm' then
    my_zeitstempeldate := add_months(to_date(last_day(to_date(my_date, 'dd.mm.yyyy')), 'dd.mm.yyyy'),-1) +1 + (my_tageswechsel+1/24);
    my_days := to_date(last_day(to_date(my_date, 'dd.mm.yyyy')), 'dd.mm.yyyy') - add_months(to_date(last_day(to_date(my_date, 'dd.mm.yyyy')), 'dd.mm.yyyy'),-1);
    my_year := to_number(to_char(to_date(my_date,'dd.mm.yyyy'), 'yyyy'));
    ptime.umschalttage_tuned (my_year, my_ws, my_sw);
    end if;
    While debugging the complete procedure I see since the start only a date which looks like '01.04.2009 07:00:00'
    Edited by: user10994305 on 19.05.2009 15:58
    Edited by: user10994305 on 19.05.2009 15:58

  • Adding data to a bar chart "live"

    Is it possible to add data to a series during a presentation so that the bar chart stays on screen but an extra column appears. I don't want to keep fading in and out I want it on screen all the time. I'm trying to do a "live scoreboard" using bars to represent scores. Any ideas? Many thanks....

    Keynote builds what's going to be displayed prior to putting it up onscreen. So, there isn't currently a way to alter any of that information once the presentation starts.

  • Date Axis Line/bar Chart not working properly when rendering through SDK

    Hi all,
    When i render a existing Crystal report 2011 through java SDK code(Eclipse) bar chart is working fine, But the Date Axis line chart is not displaying properly. the properties are getting changed.. Any clue how to handle this? Do we have particular jar for Chart?
    Thanks in Advance!
    Regards,
    Mirthu

    Hi Mirthu
    I moved your post to the SAP Crystal Reports, version for Eclipse SCN Space. Unfortunately, all I know about Java is that it's in the cup in front of me . But I will get someone to have a look that should be able to help you ASAP.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada

  • 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

  • How to add multiple values in bar chart.

    I have three fields.
    1) Buyer Name:
    2) Number of PR
    3) Number of PO
    I want to display 2 and 3 in values corresponding to 1 (Buyer name) by using bar chart. I can display one filed either number of PR or PO but cant both in one chart.
    How can i do this.

    You should be able to do that,
    Multi-valued Bar chart.
    drop me mail with xml and template you have, along with required output.
    Id is n my profile.

  • How can we place values "onto" bar charts?  (Example Included)

    We need help! We don't know how to do this:
    Using Graphics, we are trying to place values onto a horozontal
    multilevel bar chart created with Oracle graphics from an Oracle
    report. We are trying to have the report dynamically place the
    values "ONTO" the bar(s) itself, so that the "reader" of the
    report can see the value associated with the bar, by looking at
    the value we've "overlayed" onto the bar. See this example:
    $10,000 | $5,000 | $5,000 | $20,000
    $ 8,000 | $5,000 | $5,000 | $18,000
    $ 5,000 | $10,000 | $15,000
    Please call or email:
    Shawn
    Cell: 214-649-0706
    email: [email protected]

    There is a solution to this somewhere on this forum. If I understand it correctly you can select the chart, right click, select field templates. Select the axis field tab. Enable the label check box. Select desired radio button from label rotation.
    Counts should appear above the bars.

  • Report data ( value ... tag) missing in the Webi report retrieved through RestFul Webservice

    I am trying the below URL to get the WEBi report from SAP BO using the Rest Webservice support that is now available.
    http://{serverIP:serverPort}/biprws/raylight/v1/documents/{documentId}
    I am able to get the report but as I compare the same report response when using SAOP Webservice, there seems to be a mismatch in the response. Here is what I see in the SOAP response:
    </td><td c="1" ><cell  ref="1.E.4t" bid="14" h="26" w="231" pad="6,7" sid="-10"><ct >Some arbitrary value</ct><value type="xs:string">Some arbitrary value</value></cell>
    But when I run it through REST, I am missing the <value ..> tag:
    </td><td c="1" ><cell  ref="1.E.4t" bid="14" h="26" w="231" pad="6,7" bt="1" sid="-10"><ct >Some arbitrary value</ct></cell>
    Apart from this right at the start of the xml response, I see some property mismatch as well.
    SOAP has this property extra:
    <property name="output.format.xml.valuemode">yes</property>
    While REST has these property extra:
    <property name="output.format.xml.option.style">1</property>
    <property name="output.format.xml.styledict.fontplatform">html</property>
    <property name="output.format.xml.td.bandinfo">yes</property>
    <property name="source.selected">data</property>
    <property name="xelement.xml.object">yes</property>
    <property name="xelement.xml.object.usemap">yes</property>
    <property name="xelement.xml.object.usersupportedformat">image/png</property>
    I am not sure if:
    the <value ...> tag miss is because of these missing/extra properties or
    current REST support has some issues
    For my application the value tag is a must and I can't do without this, but with REST it seems no way to obtain that.
    Any help or pointer(s) in this regard is appreciated!

    Hello Milind,
    According to our Product Owner Sam Polichouk, the solution should be available for you in 4.1 SP3, which is currently scheduled for release by the end of March 2014 (subject to change).  The product team recommends that you get the raw, unformatted data values from within the Dataset specific call.  This data contains a type to tell the end user what kind of data it is, so you can format it or use it properly.
    The updated documentation for the SDK will be available at SAP BusinessObjects Business Intelligence platform 4.1 – SAP Help Portal Page once the Support Pack is publicly released.

  • Display value in Bar chart conditionally

    I've a chart with Bar-Vertical Stacked type. In one bar 7/8 stacks are coming, some of value 1000 and some of very small values like 2, 5,6 etc. For each of these small bars when I'm displaying value in center position with markerTextPlace="MTP_CENTER", it becomes clumsy.
    In this case, I want to only show the slice in vertical bar but not to display value if value<10.
    How this condition can be checked to view value.
    Please suggest. Kind Regards.

    Can anyone please suggest.
    Regards.

  • Graphs and Charts output in XML Publisher Report

    Hi All,
    I have incorporated the graphs and charts as well as some bitmap images in XML Report (RTF File), When i am taking a output in pdf. it is coming fine and working properly, where as while taking the same output in excel, graphs/charts/bitmap images are not getting displayed. Only you can view the data.
    can you please suggest what's the issue on the same and how can be resolved.
    Thanks & Regards
    Ankur Dawra

    Not sure you are on the right forum...

Maybe you are looking for

  • Dynamic Filter in report omitted when characteristic not in output.

    Hi all, Hopefully someone can help me with the following: Since upgrading from 7.01 to 7.4, we encounter strange behaviour in a (WAD-) report. When filtering a free (compounded-) characteristic by excluding certain members via the navigation panel, t

  • I want to download adobe flash using safari on my I pad. Free download please.

    Hi I would like to download adobe flash on my I pad

  • Coding help?

    I am relatively new to web design and I just developed www.paintingbydarlene.com for a friend and on some monitors it shows up correctly, but on wider screens, the header, links, text, etc all show up to the left of the grey box and I'm not sure what

  • Error in Federated Portal - BEx iView

    Hello all, We have a federated portal configured. Portal A is the main portal and is the Content Consumer and Portal B a BI Portal is the Content Producer. Off some BI reports have started throwing errors. We found out that an iView BexWeb had gone m

  • Enhacement : Confirmation

    Hi Gurus, I want to add 4 fields for each operation in order confirmation through - COR6N - transaction. Can anyone explain me the right User Exit and How to create a table in the dictionary to capture these data? Please no SAP help. Please spare you