Pie Chart Slice Label Percentage + Label

Hi,
i'm newbie of Publisher 11. I've a problem. I've created a DataSet and a report containing a pie chart using wizard of Publisher as written at following link:
http://allaboutobiee.blogspot.it/2012/04/working-with-bi-publisher-11g-part3.html
My chart shows near each slice the percentage value, but it should show the percentage value + corresponding legend text. I've changed all chart properties on left side of window, but it doesn't work. I read that i must set the value LD_PERCENT_TEXT. But where????? How can i modify XML? I must export the report in OBIEE to have more functionalities? Can you explain me what to do step by step because it's the first time i use Publisher 11
Thanks
Giancarlo

do paste this in the alt text of the chart ,
Right click the picture , select format picture and go to alt text tab.
paste this in between the graph element and not at the end or beginning.
<SliceLabel visible="true">
<ViewFormat decimalDigit="1" decimalSeparator="." decimalDigitUsed="true" decimalSeparatorUsed="true"/>
</SliceLabel>

Similar Messages

  • Bind RGB color values to pie chart slices?

    Is there anyway IN CR XI R2 to data bind Red, Green, and Blue colors to the Color property of a pie chart slice?

    Something like this, JS Bin - Collaborative JavaScript Debugging&lt;/title&gt; &lt;link rel=&quot;icon&quot; href=&quot;http://static.jsbin.…

  • AMX Pie Chart Slice Label

    I'm trying to customize the slice labels in my pie chart. It looks like the textType attribute of the dvtm:sliceLabel tag might provide me what I need, but there is little information. Where does the component get the "text" to display? The percentage is based on the pieDataItem's value attribute in relation to the whole as expected. I have the label and sliceId attributes also set for the pieDataItem component in the dataStamp facet but these are not showing up in the slice label as the text. Is there another component I need to add to the dataStamp facet that will be consumed by the sliceLabel text?

    do paste this in the alt text of the chart ,
    Right click the picture , select format picture and go to alt text tab.
    paste this in between the graph element and not at the end or beginning.
    <SliceLabel visible="true">
    <ViewFormat decimalDigit="1" decimalSeparator="." decimalDigitUsed="true" decimalSeparatorUsed="true"/>
    </SliceLabel>

  • Round Pie Chart Slice Labels

    I need to round the slice labels of my pie chart to 0 decimal places. I have looked and looked around on how to do this, and the only solution I have found does not work (using the ViewFormat element under the SliceLabel element). Here is the code for my chart. Typically, the labels end up with 2 decimal places, but some seem to randomly be rounded to 3 instead. What am I doing wrong? Any help would be greatly appreciated.
    chart:
    <Graph graphType="PIE">
    <SliceLabel textType="LD_PERCENT"/>
    <Title text="Total Compensation Package" visible="true" horizontalAlignment="CENTER">
    <GraphFont font = "Arial" size="12"/>
    </Title>
    <LegendArea position="LAP_BOTTOM"/>
    <SliceLabel visible="true">
    <ViewFormat decimalDigit="0" decimalSeparator="." decimalDigitUsed="true" decimalSeparatorUsed="true"/>
    </SliceLabel>
    <LocalGridData rowCount="2" colCount="2">
    <RowLabels>
    <Label>Annual Wages</Label>
    <Label>Benefits</Label>
    </RowLabels>
    <DataValues>
    <RowData>
    <Cell>
    <xsl:value-of select=".//CK_BENSTMT_ANNUAL"/>
    </Cell>
    </RowData>
    <RowData>
    <Cell>
    <xsl:value-of select=".//CK_BENSTMT_TOT5_ER"/>
    </Cell>
    </RowData>
    </DataValues>
    </LocalGridData>
    </Graph>

    That is exactly what I am using though, and it still doesn't work. Do I have to place the slice label element somewhere specific within the code for it to work correctly? I will try moving it around, but any other advice would be greatly appreciated.

  • Pie chart value and percentage

    is it possible to show both value and percentage when holding mouse cursor over the pie chart?
    I find there is no option for it.
    thank you very much!

    hi,
    Your requirement is to show the legends and data values at a time (when mouse rollover the pie chart)
    Chart View -->Select the Graph as PIE then the Advance properties is enabled
    In Advance Properties ( Start symbol ) click on that you will get chart type special and select show the labels and label values. Let me know if this is not the solution
    Thanks,
    Saichand.V
    Edited by: saichand on Jul 7, 2009 10:46 AM
    Edited by: saichand on Jul 7, 2009 10:48 AM

  • Pie Chart slice breakup

    Hi Experts,
    I am having a requirement in OBIEE 11g of showing data as Percentage in a Pie Chart,the chart will be be having two slices(SLICE 1, SLICE 2).
    And the SLICE 1 breakdown needs to be displayed as STACKED BAR CHART.the bar chart should also show data as percentage.
    I am using a common measure for both the charts, in PIE CHART i have shown the measure count as Percentage,But in Staked bar chart i am not able to show the data in percentage.
    A SLICECODE column i am using for the SLICE 1 and SLICE 2 breakup in the PIE CHART, and in the BAR CHART i am showing only SLICE 1 data by placing the SLICECODE column in the Section, and set the "Maximum number of section slider values" as 1 in the section properties
    .Plz suggest me how to show the data as percentage in the bar chart
    Refer the link below for the image.
    http://img577.imageshack.us/img577/2631/waiver.jpg
    thanx in advance.

    The image given uploaded in the link in my below post is the required report output.

  • Saving individual 3D pie chart slices

    I want to create an animated pie chart...with individual slices appearing one at a time.  I will do the actual annimation outside of Illustrator (likely in Flash or Motion).  The question is...after making a pie chart, can I save each slice as an individual graphic within Illustrator CS4?  Thanks in advance.

    Yes you can create an art board for each slice you can pull them apart with the direct select tool.
    You can the export them as individual files in a variety of ways.
    However this is the kind of thing you can do straight from Illustrator by releasing the art to a layers to a sequence and exporting as a swf and bring that into flash. You can also choose the option to save the Illustrator layers as flash symbols and simply import that file to the Flash Library.

  • Pie chart slice color

    Hi otn ,
    using JDev 11g 11.1
    i have status table
    SELECT DocStatus.ID,
    DocStatus.DESCRIPTION
    from DocStatus
    and 6 status inside (inprogress , not finish yet , finished , last date ,finished after due date , x)
    and i have a view object to represnt a table to dispaly docs report
    also a view object to dispaly pie chart
    SELECT
    COUNT(DOC_TRANSACTION.TRANSACTION_STATUS) TRANSACTION_STATUS,
    DOC_STATUS.DESCRIPTION DESCRIPTION
    FROM
    DOC_TRANSACTION,
    DOC_STATUS
    WHERE
    DOC_TRANSACTION.TRANSACTION_STATUS = DOC_STATUS.ID
    the requirment is to display pie chart with this color for status (not regular) ( inprogress --> yellow , not finished yet --> red,finished-->green,last date-->white,finished after due date-->blue,x-->brown)
    any one can help ?
    Edited by: nour3eny on 21/11/2009 02:00 م

    the following article shows the integration of jfreechart with oracle adf/jsf in a very simple and elaborate manner. I found this one very useful.
    http://oracle-latest-technology.blogspot.com/2010/02/creating-chart-in-oracle-adf-using.html

  • Keep pie chart from shrinking due to long labels outside of chart

    I was wondering is there a way to keep my pie chart from shrinking when I have labels outside of the chart that are long?  Is there an option to wrap the labels, or dynamically shrink the font size of the labels, or both, so that my pie chart doesn't
    have to be shrunk?
    Please provide details on how this is done if you know how.  Thanks.

    Hi jiwalkersm,
    According to your description, you want to avoid your pie chart shrinking when the label outside is too long. Right?
    In Reporting Service, if we want to always keep the pie chart size, we can set Docks into Default in Legend Properties, and let the legend not to show outside of chart. This will keep the position and size of the chart, but the legend will stay above the
    chart which is not good for view. So we try to use expression to set font size in Legend Properties. However, we don’t have any function which can make the label wrapped. So we can only set font size based on the length of the label (For example: =IIF(Len(Field!Name.Value)>10,”5pt”,”8pt”)).
    If this workaround still can’t be effective, we suggest you delete the legend, and create a tablix next to the chart, put the data into it.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
      

  • 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

  • Pie Chart Legend Question

    Running CR XI R2
    I have a pie chart that is displaying both Percentages and values in the legend. Is there any way to remove the $ from the value in the Legend as the Value is not currency but a count.
    Thanks
    Joe

    I tried that and it didn't work. I've actually played around with it more and got them to go away
    I don't have data elements (labels) on the pie chart slices, and I'm sorry i forgot to mention that. I put the labels on, changed their formatting and took them off again and it affected the legend in the way I was hoping for.
    Thanks for the response

  • Overlay a graphic on a Pie Chart, & Rotate text in a Pie Chart

    Is it possible to overlay a graphic on a pie chart?
    I've tried manipulating the Wrap Inspector, but regardless, when I paste a graphic on topic it drops below the pie chart and deletes one segment of the pie.
    In a related pie chart question, is it possible to rotate the text to face into the central axis, think spokes in wheel (vs. the default horizontal). I can rotate the pie chart in about 3 dif. inspectors, but no luck here...and my texts is just a little too long to fit nicely in the default (and too hard to read if I reduce the font size).
    Thanks

    I assume you want to have a graphic that sits over the chart, and that you see the values underneath? Something like a shine, worn texture or logo?
    If you are wondering what happened to your particular 'missing slice' open the Graph inspector and select that section. Chances are you have changed the tiled image which was assigned to that particular piece of the pie chart.
    To overlay a graphic, draw a circle shape. In the graphics inspector assign an image fill to that shape. Choose tiled or scale to fit as required (a png. file with transparencies will show the underlying values, as will setting the opacity of the circle)
    Turn the wrap off for the circle (It sounds like your pie chart may be set to 'moves with text' instead of 'locked to page') And then place it overtop of the pie chart. Resize to fit. Since this is now 'locked to page' and above the pie chart, any movement of the pie chart means you will have to reorient your overlay. To avoid this, set the pie chart to Locked to Page as well.
    At this point you can set the wrap for the pie chart so the text moves around it if you like. Your overlay and the pie chart will remain in sync if they are both fixed to page.
    Regarding your text question, no. You can't set that. What you can do is use a numerical, letter or symbolic value and include a legend manually to indicate the true names of the portions using a text box.
    (I've seen someone with a pie chart whose segments were labeled with seven words, the last two of which were the only ones that changed. I suggested using the unchanging portion as the graph title and the changing portion as the individual slices. Not sure if that would apply to your project.)

  • Showing Data in A Pie chart

    As part of a school wide intiative i must show pre and post test data in my classroom. I must be able to show how many studetns were proficient on the pre test and well as on the post test. I have my data all ready to go with each kids test score. How do i create a pie chart that show the percentage of students with a 85% or high?

    k,
    Select the Data in your Table.
    Insert a Pie Chart.
    Set the label display format option for "%" or "Number", as you wish.
    That should do it.
    Generally the best place to start with charting is to sketch one, as you imagine what you want it to look like, and most importantly, write in some labels describing the chart. That helps you to think about how to construct the chart. Unless you know what it should look like, it's difficult to know what data to chart and what options to use.
    Jerry

  • Pie chart question

    HI,
    I am trying to create a Pie chart report for the first time. How does one go about creating such report? I have looked everywhere, but have found no documentation on Pie charts.
    Also, will the following query work in pie chart:
    select null,
    resolution_type label,
    count(resolution_type) value
    from ht_issues
    where category = 'Help Desk Issue'
    group by null, resolution_type
    order by resolution_type
    Thanks,
    Wally

    Hi Vitaly,
    Yes, my problem is the query reurns a zero in the valur coumn and therefore displays in the chart as 0%
    Thanks,
    Wally

  • XSL for a Pie chart with a very simple XML data file

    Hi All
    Using BI Pub Desktop 10.1.3.2.1 with Oracle Apps R12.1.3.
    I am trying to do a pie chart for the below data in an xml file. Normally this is pretty straight forward but with the below simple data structure I am a bit stuck, maybe thinking about it too much. Appreciate any help on what the xsl should like.
    xml file contains only the below. There is no other data in the file.
    <G2>
    <ITEM>ALL</ITEM>
    <AA>10</AA>
    <BB>20</BB>
    <CC>50</CC>
    <DD>30</DD>
    </G2>
    I want to be able to have a pie chart that shows the labels: AA, BB, CC and DD with the corresponding data values of 10,20,50 and 30.
    Thanks for viewing the question.
    Cheers Cel

    Please disregard. i went back to the original blog code and started over, and figured this out.

Maybe you are looking for

  • ID 5.5 Interact. PDF, cannot remove white background for Multi-States and buttons.

    Hi I am working on an Interactive PDF Portfolio document. The problem I have is with Multi-State object feature with several buttons going to states that need to be exported as a SWF and imported back into InDesign 5.5. See, the background of my enti

  • Switching to Mac form PC

    Hello I just made the switch from PC to Mac and am expecting my new MacBook Pro to arrive tomorrow. I have enabled my iPod as a hard drive and backed up all the files I want to transfer on it. Once I have them on my new Mac how do I reformat the iPod

  • Grapher doesn't import point sets??

    Howdy, I'm trying to import a CSV of points into Grapher as a point set. I go to the "Points" panel of the Point Set, where I see a button that says "Import...". I select my CSV file to import, but nothing happens. The file selection box closes and I

  • ImageView under ScrollView wont scroll - Xcode 4 IB

    So I am using the Xcode 4.2.1 Interface Builder. I have embedded a Textview into a Scrollview, and it scrolls just fine. But when i insert an ImageView under the ScrollView, it wont scroll with everything else. While the text scrolls, the image is st

  • Am I able to set alarm only active for specific co...

    Hi, In previous Nokia phones it was possible to set a profile for phone sounds so that only specific contacts will alarm when they are calling, otherwise the phone is silent. Is this still posibble somehow in Lumia 800 as well?