BIEE Pivot Table Pie Chart Error

When we use pivot table and views in BIEE (Measure labels in the Rows), the label of the pie chart will only display the first measure name. There are only color box no text from the second measure name.
Does any one know how to fix this issue?

We are using BI Publisher stand-alone version 10.1.3.3.2 running on RHEL 4. We are using Excel 2003 SP3, and .NET Framework 2.0 SP1.

Similar Messages

  • Pivot tables and charts error: Please load datasource first

    hi all,
    i am getting a error: please load data source first in rtf template , only for pivot table and charts(note: normal tables and fields i can insert )
    Please help me with this.
    Thanks and Regards
    Prakhar

    Well... if you think and try long enough, you may find the solution .
    The core problem is to reference to queried values not shown in the table/chart. And there IS a solution.
    Just use...
    NoFilter(RelativeValue([measure prior year_1];([year/month]);-12))
    ... instead of
    RelativeValue([measure prior year_1];([year/month]);-12)
    NoFilter enables RelativeValue to reference to values not present in a table or chart, but available in the report .
    From there on, you can define e.g. the starting point of the category axis of a chart by defining a local filter without losing values to be referenced .

  • Pivot table - Grand total Error

    hi,
    I am getting incorrect totals in my Pivot table.
    i.e The Grand Total is not giving the exact sum.
    pls direct me..
    My scenario: I need to calculate the total expenses per region and quarterwise.

    i havent used any aggregation rule.
    In the Answers, i have designed the Pivot table in the below format
    [i simply drag-dropped the Columns]
    I should give the grand total regionwise and also quarterwise.but the grand totals arent displaying the proper results.
    pls advise.
    Ex:
    region          Q1     Q2     Q3     Region- Grand total
    AAA          20000     50000     120000     xxxxxxx
    BBB          22240     13456     111500     xxxxxxxxx
    Qtr-Grand Total     zzz     zzzz     zzzz     nnnnnnnnn

  • "Pie chart in pivot view  showing only the first column's results" in obiee

    Hi,
    In my pivot view(pie chart view+pivottable),i'm getting only the first column's result in pie chart..
    I have added a column named *'A*' in rows and '*moneyspent*' in measuresfield and the '*period*' in the columnsfield in the pivot view.I'm calculating the sum of
    the rows and columns..
    I'm not getting the sum valueof moneyspent in the pie chart..instead i'm getting only the first column of period in the pivot table in the pie chart.
    can anyone tell how can i get the sum value of pivot table in pie chart?
    Thanks in advance..

    Hi Prash,
    let me try to give you an example based on the paint sample:
    Use Markets.Region, Products.Brand, 'Sales Measures'.Units
    choose a pivot view to display the result: region goes into the rows-section, Brand goes into the columns-section and Units into the measures-section
    In the columns-section add a total using the 'add total' at 'Measure Labels' level
    the result is a total column on the right side of the pivot.
    looking like this:
    Units
    Brands
    Region Enterprise Magicolor Mccloskey Valspar Units Total
    Central 1032.....
    Eastern 1485......
    Southern 824.....
    Western 580
    What I am looking for is a new column 'Units Total pct'.
    If I duplicate the measure to show the values in percent, I'll get a second column per Brand (showing the absolute and percentage values) - that's what I don't want
    Regards
    Andy

  • Drill down is not working for Pivot tables,but working for chart

    I have two reports and trying to navigate betwen summary report to detail report. But details report is displaying all the records .The filter condition is not working and displaying all the filters .I have Case statement in my filter.But the summary report column where the filter condition is applied is aggregated in the RPD level. Does this might be the reason ?. Is it passing different type of data type to details report ?. The filter condition is not working for Pivot table .But Chart is working fine and displaying the only selected records based on the filter condition.
    Please help me with the below issue.

    Hi sil174sss,
    Per my understanding you are experiencing the issue with the excel report which have add the drill down action, after export to excel only the expanded nodes included and the collapsed nodes is not shown, right?
    Generally, if we expand the nodes before export to excel then the excel will display the expanded details row and keep collapsed the details row which haven't expand, but we have the toggle "+","-" on the left of the Excel to help
    control the expand and collapse, when you click the "+" you can expand the collapsed notes to see the details rows.
    I have tested on my local environment with different version of SSRS and can always see the "+","-" as below:
    On the Top left corner you can find the "1","2", this help to control the "Collapse All" and "Expand All".
    If you can't see the "+","-" in the excel, the issue can be caused by the Excel version you are currently using, and also excel have limit support of this, please provide us the Excel version information and the SSRS version. You
    can reference to this similar thread:
    lost collapsing columns when export to excel
    Please try to export other drill down report to excel and check if they work fine, if they did, the issue can be caused by the drill down action you have added in this report is not correctly, if possible, please try to redesign the report.
    Article below about how to add  Expand/Collapse Action to an Item for your reference:
    http://msdn.microsoft.com/en-us/library/dd220405.aspx
    If your problem still exists, please feel free to ask
    Regards
    Vicky Liu

  • Pivot table by formula?

    Hi,
    I have a strange client requirement, which I want to achieve without using a pivot table, if possible, as; -
    1. Pivot tables may not be scaleable to the volume of data which I will ultimately have in the solution
    2. I need to create two measures, which I can create separately in two pivot tables, but cannot find a way of presenting them together as one in a pivot table's chart.
    The measures are based on; -
    Company Name; Volume of Sales expressed as a percentage of total (for a data set which has numerous filters on various dimensions at runtime, so level based measures do not help as the entire total data set at runtime is dynamically determined)
    Product Type; Company Name, Volume of Sales expressed as a percent of row parent
    It is the two percentage values which I want to see alongside each other, with the Company Name based measure NOT being broken up by Product Type.
    So, to illustrate;
    Company Name   Volume  
    Company A           30
    Company B           15
    Company C           5
    Gives;
    Company Name   Measure 1  
    Company A           60%
    Company B           30%
    Company C           10%
    (And no - my data is not that well behaved, if only!)
    Product Type   Company Name   Volume
    Problem Child    Company A         20
                          Company B         10 
                          Company C          0
    Cash Cow         Company A         10 
                          Company B           5
                          Company C           5
    Result
    Product Type   Company Name   Measure 2
    Problem Child    Company A         66.67%
                          Company B         33.33%
                          Company C          0
    Cash Cow         Company A         50% 
                          Company B         25%
                          Company C         25%
    My desired output is; -
    Product Type   Company Name   Measure 2   Measure 1
    Problem Child    Company A         66.67%       60%
                          Company B         33.33%        30%
                          Company C          0                10%
    Cash Cow         Company A         50%            60%
                          Company B         25%            30%
                          Company C         25%            10%Any takers, or even suggestions as to how I can go about this without hard coding??
    thanks,
    Robert.

    Robert Angel wrote:
    Hi,
    I have a strange client requirement, which I want to achieve without using a pivot table, if possible, as; -
    1. Pivot tables may not be scaleable to the volume of data which I will ultimately have in the solution
    2. I need to create two measures, which I can create separately in two pivot tables, but cannot find a way of presenting them together as one in a pivot table's chart.
    The measures are based on; -
    Company Name; Volume of Sales expressed as a percentage of total (for a data set which has numerous filters on various dimensions at runtime, so level based measures do not help as the entire total data set at runtime is dynamically determined)
    Product Type; Company Name, Volume of Sales expressed as a percent of row parent
    It is the two percentage values which I want to see alongside each other, with the Company Name based measure NOT being broken up by Product Type.
    So, to illustrate;
    Company Name   Volume  
    Company A           30
    Company B           15
    Company C           5
    Gives;
    Company Name   Measure 1  
    Company A           60%
    Company B           30%
    Company C           10%
    (And no - my data is not that well behaved, if only!)
    Product Type   Company Name   Volume
    Problem Child    Company A         20
    Company B         10 
    Company C          0
    Cash Cow         Company A         10 
    Company B           5
    Company C           5
    Result
    Product Type   Company Name   Measure 2
    Problem Child    Company A         66.67%
    Company B         33.33%
    Company C          0
    Cash Cow         Company A         50% 
    Company B         25%
    Company C         25%
    My desired output is; -
    Product Type   Company Name   Measure 2   Measure 1
    Problem Child    Company A         66.67%       60%
    Company B         33.33%        30%
    Company C          0                10%
    Cash Cow         Company A         50%            60%
    Company B         25%            30%
    Company C         25%            10%Any takers, or even suggestions as to how I can go about this without hard coding??
    thanks,
    Robert.OK, here's my stab at it:
    1) For measure 2, your formula would be:
    Sum(table.sales BY table.product_type, table.company)/(SUM(table.sales BY table.product_type)*100.00
    2) For measure 1, your formula would be:
    Sum(table.sales BY table.company)/(SUM(table.sales)*100.00

  • Drill Down in Pivot Table with item on page level

    Hi,
    I've got a pivot table with Chart next to it. The chart is a separate view, I did not use the 'Chart pivoted results' option.
    My pivot table has one Page Level item being the Month Name.
    I now have the strange behavior that drilling down on the Pivot table elements gives me No Results as my filter would be too restrictive. The problem is with the 'Month Name'. Removing this item from the filter shows the correct data. When I use the chart next to my data to do the drilling I encounter no problems. This is because this way the restriction on the month name is not added when drilling.
    Has anybody encountered this behavior before and knows of a way to solve this.
    Thanks for your advice,
    Kris

    My query looks like this :
    SELECT TO_NUMBER (TO_CHAR (t1601.datum_prestatie, 'MM'), '99') AS c3,
    t1584.description AS c4, t1497.project_group AS c5,
    t1497.project_desc AS c6, t1497.project_code AS c7,
    CONCAT (CONCAT (t2241.firstname, ' '), t2241.lastname) AS c8,
    t2254.employee_number AS c9, t1601.duur AS c11,
    t1601.datum_prestatie AS c12
    FROM t_projects t1497 /* Dim_PROJECTS */,
    t_organization t1579 /* DimX_ORGANIZATION_Project */,
    t_organization t1584 /* DimX_ORGANIZATION_Project_Parent */,
    t_employees t2241 /* DimA_EMPLOYEE_Prestatie */,
    t_prestaties t2254 /* DimA_PRESTATIE_Project */,
    t_prestaties t1601 /* Fact_PRESTATIES */
    WHERE ( t1497.business_domain_code = t1579.department_code
    AND t1497.project_code = t1601.project_code
    AND t1497.project_code = t2254.project_code
    AND t1579.parent_department = t1584.department_code
    AND t2241.employee_number = t2254.employee_number
    AND t1584.description = 'Specialized Technologies'
    AND t1497.project_group = 'SUPP AP TM'
    AND TO_NUMBER (TO_CHAR (t1601.datum_prestatie, 'MM'), '99') = 3
    The last row being a check on the month number.
    At the same time in OBIEE I get this :
    No Results
         The specified criteria didn't result in any data. This is often caused by applying filters that are too restrictive or that contain incorrect values. Please check your Request Filters and try again. The filters currently being applied are shown below.
         Divisie is equal to Specialized Technologies
    and      Month is equal to 3
    and      Project Group is equal to SUPP AP TM
    and      Month Name is equal to Mar
    The physical query doesn't even show the restriction on Month Name which makes it even more spooky...

  • 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.

  • Trying to get Pivot table drop down list to affect bar chart below it

    Hi,
    In BI Answers I have a pivot table and a bar chart below it. At run time, I can choose a value from the
    drop down list for the pivot table, but the bar chart below it doesn't react to the new value chosen
    from the pivot table.
    Does anyone know a way to get the bar chart to receive new values, permeating down from a table view
    pivot table above it on the same report (apart from using prompted filters for the whole report).
    Many thanks,
    Jake

    you may want to try this...
    in you bar chart criteria, set prompted filters of all the dimension fields u want from the pivot table.
    in the pivot table, set action links on these dimension columns and loop it back to the current dashboard page.
    now, when u click on a value on the pivot table, the dim values of this will be passed as a parameter to the the bar chart filter set and your bar chart will change accordingly...
    -sharath

  • Keynote and Pages show unknown error editing tables and charts

    It is about 2 weeks that I am unable to edit charts and tables in both Keynote '09 and Pages '09 via the information panel. Adding a table or chart causes an unkown error without crashing the entire program but restricting editing both object types with the implemented attributes covered at the bottom of the application's task bar.
    I am running the lastest versions and OS. Deleting the plist files or font repair doesn't change anything to the situation.
    Someone else experiencing this phenomenon and may found a solution?

    Hi Kyn,
    By right click i assume you refer to ctrl key and click.
    The option Show Package Contents does NOT show.
    Duplicating the file and making a zip does not reveal more either.
    And yes, i saved the docs and copy them to a pen drive to copy in other mac.
    hv done that almost weekly since iwork came out. There were no problems before.
    Are the pndrives in fault?
    Thanks for your help.
    Rgds
    lorenzo

  • How do I link to a table from a slice of a pie chart?

    My project manager is after me to add a feature to a pie chart built on one of my tables. The code that selects from the table for the pie chart is this:
    select 'http://apexdevapp1.ci.raleigh.nc.us:7777',activity_type,count(ID) total FROM eba_ver2_cust_activity
    where ACTIVITY_DATE BETWEEN NVL(TRIM(:P23_START_DATE), '01-JAN-2001') AND NVL(TRIM(:P23_END_DATE),
    '31-DEC-2099')
    group by activity_type,'http://apexdevapp1.ci.raleigh.nc.us:7777';
    She wants to be able to click on a slice of the pie ("activity_type") and link to another page showing a report limited to that activity_type, selected from the same table. I know how to link from one interactive report to another, but I don't know how to do it from a slice of a pie chart. Does anybody know how?
    I'd appreciate some guidance on this.
    Steve the n00b in Raleigh NC

    Denes Kubicek wrote:
    Have you compared that link with any of your apex application links in the browser? ;) :)
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------I may be missing the point of your question, Denes, but all my links are implemented from the Link Column section under Report Attributes. They are not mentioned anywhere in the Select statement, unlike yours.
    Steve "the n00b" in Raleigh NC

  • Error while creating pivot table in recording macro

    im getting error " Run time error 1004: unable to get the pivottables property of the worksheet class
    below is the code
    Sub Macro16()
    ' Macro16 Macro
    ' Keyboard Shortcut: Ctrl+t
        ActiveWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:= _
            "Premium Data!R1C1:R25000C11", Version:=xlPivotTableVersion14). _
            CreatePivotTable TableDestination:="", TableName:= _
            "PivotTable14", DefaultVersion:=xlPivotTableVersion14
        Sheets("Premium Pivot").Select
        Cells(2, 2).Select
        With ActiveSheet.PivotTables("PivotTable14").PivotFields("RM")
            .Orientation = xlRowField
            .Position = 1
        End With
        ActiveSheet.PivotTables("PivotTable14").AddDataField ActiveSheet.PivotTables( _
            "PivotTable14").PivotFields("KL"), "Sum of KL", xlSum
    End Sub

    You have TableDestination:="" which means you are not specifying a destination and therefore a new sheet gets created and it becomes the active sheet. You are selecting Sheets("Premium Pivot") which will not
    have the pivot table and the remainder of the code references the ActiveSheet.
    Either delete the line Sheets("Premium Pivot").Select or set the table destination like the following.
    TableDestination:="'Premium Pivot'!R3C1"      (Note the single quotes around the sheet name that contains a space. Edit the range on the destination to suit your requirements.)
    Regards, OssieMac

  • When copying a Pie Chart from one Excel tab to a new Excel tab, the chart data is still referring to the original table

    Hi,
    In Excel 2007, I have a pie chart on sheet 1. I want to make a copy of the pie chart from sheet 1 and past into sheet 2, and change the table data in sheet 2 to get new chart recalculated based on new table values in sheet 2.
    However, the chart in sheet 2 is still pointing to the table data in sheet 1.
    All the cells in sheet 1 have relative cells.
    Please advise.
    Thanks - Bijan

    Hello Wind,
    As teylyn suggested:
    "An Excel chart is hard-wired to its data source. You can copy and paste a chart to a different sheet and it will still refer to the initial source data."
    So I did create the template and used in my 2nd tab which worked perfectly. However, I had an issue with merged cells which I am using for my data, and tylyn suggested that I provide the excel file that I am working with, and I did.
    So now I need help as how to make merged cells work when I try to create a pie chart from template based on new data (which reside in mergerd cells).
    P.S. I cannot resize my cells to make the data and labels fit into one call, so I have to have merged cells.
    Thanks
    Bijan

  • Error Message: "Excel cannot complete this task with available resources" when creating pivot table with Excel 2013

    Hi, 
    One of our users encountered this problem with Excel 2013 while creating pivot tables, particularly with large files. We tried to modify Virtual Memory
    of the pc but error still persist. Why does this happen and how can we resolve this? Thanks.
    Another error message encountered by the user, this time when opening large files. The files she tried to open are working fine in 2010. But when opened in 2013, it prompted : "There
    isn't enough memory to complete this action. Try using less data or closing other applications."

    Hi,
    In regarding of the issue, please provide us more information to assist you better.
    Did your user using the Excel 2013 and Excel 2010 with same PC? If not, please let me know the both of the 2 PCs' hardware list/Windows operation system info.
    Did you using Excel 2013 32bit version and Excel 2010 64bit version?
    General speaking, this issue usually occurs with Office 2013 32 bit version. It has a limitation of 2Gb of memory that can be used by its process. And the 64-bit Excel can handle larger workbooks.
    Thus, if your user using 32bit Excel, I recommend try 64bit Excel instead.
    Here is a similar issue, we also could try it:
    http://answers.microsoft.com/en-us/office/forum/office_2007-excel/excel-cannot-complete-the-task-with-available/d31b1822-ebde-4c9b-8d11-e54bb652847d
    If you have any update, please feel free let us know.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • MapViewer Html5 API. Error with Variable Pie Chart Style Model

    Hello,
    I have a serious problem related to Variable Pie Chart Style. MapViewer - Mapbuilder version: 11.1.1.7.3.
    [ALERT]  MAPVIEWER_9023:Cannot load style.
        Source: OM.style.StyleStore.parseXMLStyle
    OMS: oracle.mapviewer.share.stylex.VariablePieChartStyleModel cannot be cast to oracle.mapviewer.share.stylex.BucketStyleModel
    In Mapbuilder, I have a geometry theme with rendering style, an advanced variable pie with variable range, style. This is the XML of advanced style:
    <?xml version="1.0" ?>
    <AdvancedStyle>
        <VariablePieChartStyle startradius="5" increment="4">
               <PieSlice name="T004_2009" color="#0033FF"/>
               <PieSlice name="T004_2010" color="#FF0033"/>
               <PieSlice name="T004_2011" color="#33FF00"/>
            <Buckets>
                <RangedBucket seq="0" label="0 - 20%" low="0" high="100000"/>
                <RangedBucket seq="1" label="20 - 40%" low="100001" high="370000"/>
                <RangedBucket seq="2" label="40 - 60%" low="370001" high="1000000"/>
                <RangedBucket seq="3" label="60 - 80%" low="1000001" high="2500000"/>
                <RangedBucket seq="4" label="80 - 100%" low="2500001" high="2.0E7"/>
        </Buckets>
       </VariablePieChartStyle>
    </AdvancedStyle>
    and this is the XML of the theme:
    <?xml version="1.0" standalone="yes"?>
    <styling_rules key_column="ID" caching="NONE">
        <hidden_info>
            <field column="INSTITUTION1" name="Port Name"/>
            <field column="T004_2009_CHAR" name="2009"/>
            <field column="T004_2010_CHAR" name="2010"/>
            <field column="T004_2011_CHAR" name="2011"/>
            <field column="T004_2012_CHAR" name="2012"/>
            <field column="T004_2013_CHAR" name="2013"/>
            <field column="T004_2014_CHAR" name="2014"/>
      </hidden_info>
        <rule column="PASSENGERS_2009,PASSENGERS_2010,PASSENGERS_2011">
            <features style="V.T004_PASSENGERS_VPIE"> (NVL(PASSENGERS_2009, 0) !=0 AND NVL(PASSENGERS_2010,0) != 0 AND NVL(PASSENGERS_2011, 0) != 0) </features>
            <label column="INSTITUTION1" style="T.CITY_NAME_H"> 1 </label>
      </rule>
    </styling_rules>
    When I preview the theme in mapbuilder everything seems fine.
    The problem arises, when I try to add a layer with this theme and style in my map in my APEX (version:4.2.6) application.
    This is the javascript:
    layer = new OM.layer.VectorLayer("layer1",
                def:{
                    type:OM.layer.VectorLayer.TYPE_PREDEFINED,
                    dataSource:ds, theme:themename,
                    url: baseURL
            map.addLayer(layer) ;
    and this is the error I get:
    [ALERT]  MAPVIEWER_9023:Cannot load style.
        Source: OM.style.StyleStore.parseXMLStyle
    OMS: oracle.mapviewer.share.stylex.VariablePieChartStyleModel cannot be cast to oracle.mapviewer.share.stylex.BucketStyleModel
    I' d appreciate any help.
    Thanks in advance,
    Vasso

    Hi,
    You're setting XML data in a JSON model, that's why the binding is incorrect.
    Depending on what your MII transaction is returning, you need to either retrieve the JSON part in the XML, or use a XML Model.
    Regards,
    Tanguy

Maybe you are looking for