Pivot Table Chart - Show chart axis as "percent of"

Hi all,
I have a pivot table being generated, with the rows as year/month and the columns as web browser. However I'm only showing the top 5 browsers used, so the columns used are dynamic.
I'd like to show the chart as "Percent of row". I know I can turn this on the table data, but this does not filter though into the chart. Does anyone know how to achieve this? Can you add the total for a row and use that in a formula?
Thanks in advance

Hi,
Not sure about doing it in the pivot table, but we might be able to pull this back as a seperate column in the criteria tab which you can then use.
Whats your metric name?
Lets say you have Time.YearMonth, Browser, Count
Include another column, edit the fx for that column and use sum(count by time.yearmonth) - this will give you the total for that year regardless of browser.
Add another column and simply do count / sum(count by time.yearmonth) * 100 to get the percentage of the total for the year - play about with using that in the pivot or you might get away with a straight table view?
Hope this helps, an alternative would be to set up a level based measure in the RPD.
Edited by: Alastair_PeakIndicators on 31-Mar-2010 08:26

Similar Messages

  • Chart in pivot table not shows computed data

    [related thread|http://forums.oracle.com/forums/thread.jspa?threadID=945178]
    !http://img194.imageshack.us/img194/4729/asuifuadsfuiasduifuasdf.jpg!
    in the example above,
    "market" is put on the "rows"
    "brand" is put on the "columns"
    "value" is put on the "measures", and set "Show Data As -> Percent Of -> Row" for measure "value"
    the table of the pivot table shows correct computed data
    but why does not the chart show by computed data (percentage)????
    is there any setting to show in term of percentage.
    or any alternatives to achieve the goal (show in term of percentage) ????????????
    thank you very much!!!

    When you chart pivoted results, what type of chart are you using? You may not be able to display marketwise % in a bar chart. You may want to try out the pie chart where you can display marketwise % values.

  • How to make a layer from the ADF pivot table invisible , show-hide column-row-data

    Hello all ,
    I need to create a pivottable with ADF 12c for reporting purposes.
    I have a table or view with 10 items of type VARCHAR2 , C1,C2,C3,C4,C5,C6,C7,C8,C9,C10  and   10 items of type NUMBER N1,N2,N3,N4,N5,N6,N7,N8,N9,N10
    The items of type VARCHAR2 are for Column and Row areas and the items NUMBER are for Data Areas
    I want to create a jsf page with one empty pivottable and in code Show or Hide the items in the Column area , Row area , Data area
    Con you send me a small sample ?
    I test with this code that i find in oracle OTN but not work.
    <dvt:pivotTable id="pt2" value="#{bindings.WebPivotDataView1.pivotTableModel}" var="cellData"
    varStatus="cellStatus" splitMode="enabled"
    binding="#{backingBeanScope.CmfPivotBean.pivotTable}"
    >
    <dvt:headerCell>
    <af:switcher facetName="#{cellData.layerName}" defaultFacet="Default" id="s1">
    <f:facet name="DataLayer">
    <af:outputText value="#{cellData.label}" id="ot1"/>
    </f:facet>
    <f:facet name="C01">
    <af:outputText value="#{cellData.dataValue}" id="ot2"/>
    </f:facet>
    <f:facet name="Default">
    <af:outputText value="#{cellData.dataValue}" id="ot3"/>
    </f:facet>
    </af:switcher>
    </dvt:headerCell>
    <dvt:dataCell>
    <af:switcher facetName="#{cellStatus.members.DataLayer.value}" defaultFacet="Default" id="s2">
    <f:facet name="N01">
    <af:outputText value="#{cellData.dataValue}" id="ot4">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.WebPivotDataView1.hints.N01.format}"/>
    </af:outputText>
    </f:facet>
    <f:facet name="Default">
    <af:outputText value="#{cellData.dataValue}" id="ot5"/>
    </f:facet>
    </af:switcher>
    </dvt:dataCell>
    </dvt:pivotTable>
    DCBindingContainer bindingContainer = (DCBindingContainer)ADFContext.getCurrent().getRequestScope().get("bindings");
    CubicBinding cubicBinding = (CubicBinding)bindingContainer.findCtrlBinding("WebPivotDataView1");
    CubicEditor cubicEditor = cubicBinding.getCubicEditor();
    cubicEditor.removeLayer(DataDirector.ROW_EDGE, 0); //remove 1st row edge
    cubicEditor.removeLayer(DataDirector.COLUMN_EDGE, 0); // remove 1st column edge
    cubicEditor.removeDataItem(0);
    CubicDefinition def;
    def = cubicBinding.getProjection();
    LayerDefinition layerDefinition = new LayerDefinition("C3");
    cubicEditor.addLayer(DataDirector.ROW_EDGE, 0, layerDefinition);    
    LayerDefinition layerDefinition2 = new LayerDefinition("C4");
    cubicEditor.addLayer(DataDirector.COLUMN_EDGE, 0, layerDefinition2);
    DataItemDefinition def3 = new DataItemDefinition("N1");
    cubicEditor.addDataItem(def3);
    AdfFacesContext.getCurrentInstance().addPartialTarget(pivotTable);
    Can you help me if is possible to create a pivottable binding to a one ViewObject and in code show/hide or compose the layout of the pivottable ??
    I search in google and OTN oracle and not find any code.
    Only find the code of the samples that is very complex for me , the code of the samples create the PivotTableModel from one Array , and i want to binding from one ADB BC ViewObject.
    Thanks in advance

    The solution I presented for your use case an DOAG 2013 was to create a pivot table binding out of user defined attributes from the table. For the defined attributes a VO is dynamically created as well as the pivot binding. The pivot binding is then exchanged at runtime together with the activation of the dynamic VO needed to only get the data needed for the particularly pivot table.
    Your solution using the CubicEditor is hard to implement due to the missing documentation. This was the reason I did not follow this approach, However it's not impossible (done it on a very small scale).
    None of the solution are what I call simple. They are complicated, complex and in part not supported solution (exchanging the pivot table binding at runtime need to use internal classes, which is not supported).
    I can't give you a working sample as it's too complex. I can make the slides available, however they are in German.
    Timo

  • Pivot table charts Y axis scale

    Hi,
    My Pivot Table creates 6 charts as my Dimension in Section for Pivot Table has 6 values. But each chart depending on the values for Y axis has a different scale, for example my first chart has $0.000, $4.000, $8.000, $12.000, $16.000, $20.000 my second chart has $0.000, $15.000, $30.000, $45.000, $60.000, and my 3rd chart has a whole set of different numbers, is it possible for me to make all the charts have the same values in my Y axis, even if my graph is going to look odd(thats what the client wants)?
    Please help.
    Thank you.

    Hi
    We can give the minimum axis value and max value for axis.Give this min and max for all the charts and try.In pivot view top left corner-->Axis scaling-->mark specify manually and mark max and min and give values.Hope it will helps u.
    Thanks
    Don

  • Showing Zero values in OLAP Pivot Table for Excel 2007

    Hello,
    I needed a help to a problem. Is it possible to show the values with No sales in an Olap Pivot Table ??
    I have a sales Cube, and brwsing it via excel i wanted to filter on a Product Category and see how many products in this category had made no Sales. By default the Pivot table doesn't shows the empty values, so if i check the Showm empty rows option for
    Pivot Tables, i see the whole of the products populated with and without sales, and i can't filter further. Is there a way i can only get those which have no sales.
    Vinish Viswanathan

    Happy Holidays,
    I can slice on product categories in Excel 2013 with these settings for the Pivot Table:
    Activate "Show items with no data for rows and columns"
    Apply a value filter that says that the measure should filter on values = 0
    Have the product natural hierarchy on rows with levels product category->subcategory->product.
    Expand the levels below product category
    Use the product category attribute and not the hierarchy as the filter.
    I do not have Excel 2007 installed anymore.
    HTH
    Thomas Ivarsson

  • How to show two seperate pivot tables with one select column

    Hi All
    My client wishes to have two pivot tables, one showing positive results and the other showing negative results.
    For Example:
    DIMENSION
    BUSINESS A          1000
    BUSINESS B          500
    BUSINESS C          100
    DIMENSION
    BUSINESS A          -1000
    BUSINESS B          -500
    BUSINESS C          -100
    Is it possible to then select the different DIMENSION with one select column for both?
    Thanks

    Not sure I got it right try this
    for Number column pull twice and set col*-1
    use 2 pivot table for each number type
    cool as ~ http://cool-bi.com

  • Black background in a pivot table

    Hiiiii, I have a page in sharepoint that contains tables and charts from Excel and it was working perfectly.One of a sudden some parts of this page gives me black background in the pivot table or the charts or the tables that have BI tools.. can u plz helped me 2 solve this weird issue. Regards

    I have had a very difficult time with PivotTable Report formatting, holding onto the formatting that has been set.. The only way I was able to achieve the formatting necessary for one client was to build the pivot report in one location and reference it with the appropriate formatting from another.... Not very fun...
    Cheers,
    Ivan Sanders
    SharePoint Architect
    Dimension Solutions, Inc.
    http://dimension-si.com/blog
    http://linkedin.com/in/iasanders
    http://twitter.com/iasanders
    http://delicious.com/iasanders
    Ivan Sanders
    http://linkedin.com/in/iasanders
    http://dimension-si.com/blog

  • How change the graph dynamically based on pivot table.

    Hi,
    My Report having pivot table and bar chart. Organization Name column set as pivot table prompts in pivot table.So Organization Name is appear as dropdown list.If i choose the diffrent Organization Names the pivot table data is according to the Organization Name but no changes in chart.How change the Graph dynamically based on pivot table.
    Please help on this.

    ok.I created pivot table with 4 columns and created chart using pivot table chart options but all 4 columns are displaying chart.But I need only 2 column in chart ..unable to edit the only chart in pivot table.Please help on this.Thank you..

  • Customizing Pivot Table format in answers

    Hi,
    I have some questions about formats of a Pivot Table.
    1) I want to change the position of row headings in Pivot Table view, show them on the right side of the table. Is there any way to do that? The reason is to show "results" column (sum on the columns in results tab) only for one part of the table, like | data | results | data |, combining two reports with the same rows edge to edge. Maybe it's a bad idea, but I don't know better way...
    2) In the report we make links on values in the table grid to another report (detailed). But while exporting to Excel they became not numbers (and not summable), because it adds a space after a number. Overriding the default format by "number format" is not helpful. Can I control format while exporting?

    I'd make sure the default compound view has only the objects you want to show (ie pivot, title), Remove the table and your all set. That should do it.

  • Pivot table - calculate difference between 2 data points

    I have a pivot table that shows Q1 2008 revenue, and Q1 2009 revenue, by account.
    How do I create a summary column on the right that shows the difference between these 2 values? 2009 value minus 2008 value.
    example:
    2008 2009
    Account Q1 Q1 Revenue Growth
    Joe's Garage $1000 $2500 $1500
    Thanks

    You can try one thing. In the pivot table design, if you have any field in columns then create a formula,name it growth and write $3 - $2.
    This will represent the subtraction of 2nd column from 3rd.
    IF you don't have any field in columns, then duplicate any of the existing ones,pull it in columns and build the same formula.
    Let us know if this works.

  • How to change labels in pivot tabls

    I have created a report combining two cubes. From one cube I select the total room nights and total revenue, and from the other cube I filter on room nights and room revenue for a certain company.
    The goal is two compare how much revenue and room nights from the total is coming from this company.
    I used there the combine with similar request functionalities and added one column in each cube for the purpose to create the labels "Tot room nights", "Company room nights". This works as well, however under Room Revenue in pivot tables it shows "Tot room nights", "Company room nights" as well, which is wrong.
    Attached screens shots for better understing.
    I have tried to create the label for the revenue as well, but it doesn't work.
    Any suggestions?
    http://imageshack.us/photo/my-images/809/company1z.jpg/
    http://imageshack.us/photo/my-images/99/companyq.jpg/
    Thanks

    Hi,
    to handle GuiXT central in SAP: use transaction SHD0. There is also an online help for further information.
    in SHD0 transaction variants are defined: alternative tcodes, where normally fields are hidden and default values are assigned.
    Enter standard tcode in field TCODE, enter z-tcode in field TCVARIANT and create just something for playing...
    In upper part you will find flag GiuXT-Script and in upper part is 'i'-button for help in using this transaction (this blue-i-help-button is also in starting screen, docu is implemented like SPRO-docu).
    Approach with SHD0 ensures transportation of scripts and automated download to local Guis - so some help to handle bigger installations.
    Regards,
    Omkar.

  • Dates Appearing in Tabular Model but not appearing on Pivot table

    Hi all,
    I am using SSAS tabular Model 2012, in tabular model all dates are appearing correct in date column but not when i drag attribute to my pivot table it shows only one date. Does anyone has the solution of this issue.
    Regards,
    Piyush

    Hi Piyush0308,
    According to your description, you have date column displayed all dates correctly in Tabualr. When showing in a Excel Pivot table, it only get the first date. Right?
    In this scenario, firstly please check the source table data in database, then make sure the data type of this column is Date in Tabualr. In Excel, please make sure there's no aggregation setting on this field. As I tested in our local environment, it should
    display same thing in tabular.
    If the issue still persists, please share some information about your date table so that we have some deep analysis.
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Required Help in Pivot Table

    Dear
    i am working on BI Publisher Desktop Version and trying to generate a RTF Template in which pivot table has to be used
    Below is the format of my XML File.
    -<G_C1>
    <R>1</R> row 1
    <C>1</C> column 1
    <C1>1300001 ASL 112531 2</C1>
    <C2>1 10 1.5</C2>
    <C3>120000105 12.5</C3>
    <C4>120000105 </C4>
    <C5>OPeration</C5>
    </G_C1>
    -<G_C1>
    <R>1</R> row 1
    <C>2</C> column 2
    <C1>1300001 ASL 112531 2</C1>
    <C2>2 10 1.5</C2>
    <C3>120000106 12.5</C3>
    <C4>120000106 </C4>
    <C5>OPeration</C5>
    </G_C1>
    -<G_C1>
    <R>1</R> row 1
    <C>3</C> column 3
    <C1>1300001 ASL 112531 2</C1>
    <C2>3 10 1.5</C2>
    <C3>120000107 12.5</C3>
    <C4>120000107 </C4>
    <C5>OPeration</C5>
    </G_C1>
    ......... and sow on till row 16 and column 8
    i am facing two issues,
    first i have to show 5 columns in cross product, but pivot table option shows option for 4 columns only
    secondly characters are not shown when i preview the template its shows 'NnN' in all columns
    Kindly help me in generating the template.
    I have to define the template in XML Publisher of Oracle E-Business Suite R12
    Regards,
    Muhammad Usman

    check these samples
    http://winrichman.blogspot.com/2008/08/pivot-table-cross-table-with-fixed.html
    and
    https://blogs.oracle.com/xmlpublisher/entry/new_skool_crosstabbing
    i will let you if i know i get anything.

  • Pivot table subtraction row

    Hi there,
    Is it possible to subtract the values of two rows in a pivot table and show as the third row if we can assure that there will always be only two rows in the pivot table?
    Pivot table view:
    h2. Year  M01   M02   M03    Q01 Total_
    *2009*    493    437    529    *1459*
    *2010*    599    579    643    *1,821*
    Problem: I am trying to generate another row in the bottom (In the place of Grand Total) and show the result of M01-M02.
    Underlying data columns:
    Year, Month, Quarter, #Orders
    Underlying Filter: (this assures 2 years)
    Year IN "Previous Year", "Current Year"
    Version: OBIEE 10
    thanks!
    Edited by: obitime on Dec 28, 2011 9:45 PM

    Instead of using a pivot table that way, create seperate measures using the filter function:
    current year amt = filter(measure using year=[current year])
    previous year amt = filter(measure using year=[current year] - 1)
    change amt = filter(measure using year=[current year]) - filter(measure using year=[current year] - 1)
    You may want to define [current year] using a prompt which sets a variable.
    A second option is to write a formula like case when year = [current year] then 'Current Year' else 'Previous Year' end, and use that in your pivot table in place of Year. That way you can create your calculated item formula on something more dynamic.
    Regards,
    Robert

  • Pivot table printing problem

    Hi,
    I am using pivot tables to show data. I also need to print it but I have problems.
    When I use ShowPrintableBehavior i only see one litlle part of my pivot table.
    Is there a way to print all pivot table or it is impossible?
    Thanks :)

    In my experience I couldn't print all the table records, so I give 100 for table fetch size.
    eg:.
    Table is not fetching all VO data at once?
    thanks..

Maybe you are looking for