Page Totals in Pivot View

How to generate page totals in pivot view?
Can you please help me ASAP?
Regards,
Sanx

I want to achieve this http://gerardnico.com/wiki/dat/obiee/answer_xml but with the version 11.1.1.6.6 .

Similar Messages

  • Hiding Drop down box in Pages Section in Pivot View

    Hi ,
    I have a report condition where I need to use columns in Pages section in Pivot view But I need to hide the display as it cannot be shown to the user .
    Is there any way we can acheive this. I am able to hide the values in it by using hidden option or by giving the font as White in color But still the drop down box exists . I want to hide even that dropdown box also , the user shouldnt know that there is any dropdown box . I cannot delete these from pivot as my report is dependent on those columns showing rolling months data . There is lot of customization in this report , Can anyone please let me know any workaround for this issue .
    Thanks
    Karthik

    Hi Karthik,
    You can hide the drop down by adding css code,
    In Answers add a static text/ narrative view and add the below code (enable html)
    <style type="text/css">
    .PromptTable
    { display:none; }
    </style>
    otherwise in dashboard add text and enter the above code there..
    this will hide the drop down.
    Thanks,
    Vino

  • Grand total in Pivot view in OBIEE

    Hi
    I have a requirement to show a particulra report in a pivot view whereby I have to keep the yearly values in the "ROWS" portion and the monthly capex values in the "Measures" portion.
    The problem is when I am using the grand total functionality, the grand total is coming only for the monthly values which have kept in the "Measures" and not for the yearly capex values in Rows portion even though the aggregation rule is set as "sum".
    I have to show the grand total for the yealy capex value as well.

    Raghu
    I tried that option but nothing is coming out.
    the requirement is as such : Pivot Table
    Year - 2009
    -----------Rows -------------------- ----Measure----
    Capex id Act Amt. Jan feb Mar
    1-5d 500 50 60 70
    1-6d 600 50 50 50
    Total -------------------<>-----------100 110 120
    I want the Total for Act Amt. as well but its not coming

  • How to sort column totals in pivot view

    Hello guys
    I have a report in pivot view where I have put call type on the column section. So the report looks like below with SUM applied at the column section:
                                       Call Type1         Call Type2       Call Type3               TOTAL
    ID                                        SALES TOTAL
    A                                  100                  200                300                       500
    B                                  200                  200                400                       800
    C
    D
    EMy question, how do I sort the data in 'TOTAL' field? The challenge it seems is that since 'TOTAL' isn't a table column, but just a display of pivot Sum, it can't be sorted H-L or L-H..
    But I'd like to have some advice from you guys before I make my conclusion
    Thanks
    Edited by: user7276913 on Jan 11, 2010 10:05 AM

    You can't have the sorting on the total in Pivot table.
    On a workaround,
    you can create a column in the criteria which calculate the sum
    SUM(sales_total by ID)Assign sorting order on this column
    You can exclude this column in the pivot table
    Regards,
    Raghu

  • Rows Per Page option in Pivot view.

    Hi,
    If our report is returning more no of rows and if it is in table view , we have and option in table edit view "Rows per page". Do we have same "Rows per page" option available in Pivot table view.Because i have a report which is returning more than 150 rows and i want only 10 rows to be displayed and then scroll.
    Regards,
    Som.

    Currently, we do not have that for Pivot tables. You can use another approach to show the pagination. I have an example here http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-pagination-in-pivot-tables/.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Conditional formatting of Totals in Pivot view

    Hallo all,
    Am I able to format the totals based on some condition in version 11.1.1.6.6?
    I found some tutorials for older versions however the report XML has changed since then.
    I tried lots of variations but none of them worked as expected.
    Please feel free to post any ideas, any help appreciated.
    thx

    I want to achieve this http://gerardnico.com/wiki/dat/obiee/answer_xml but with the version 11.1.1.6.6 .

  • Width of pivot view dropdown box

    Hi All,
    here I have a question,how can we increase/decrease the width of the pivot view dropdown box?
    Any help will be appreciated.
    Thanks
    Aravind.

    Hi Srikanth,
    Whenever we add a column into the pages area in pivot view,then one dropdown box will be appeared above the view to select values like in dashboard prompt.
    I wanna increase width of That dropdown box.
    Thanks
    Aravind

  • Issue in pagination of pivotal view (10 rows per page)???

    Hi All,
    I’m implementing pagination in pivotal view, report has to show 10 records per page.
    Report has to show for 8 weeks data per employee and 10 employees information per page, however report is displaying data for more than 10 employees and for a week single week, in second page its showing for 2 week and so on ….
    I used all the following functions however issue persists.
    1. FLOOR(RCOUNT(1) /10)
    2. CEILING((RCOUNT(1))/10.0)
    3. TRUNCATE((RCOUNT(1)-1)/10, 0) +1
    4. CASE when rcount(1)<11 then '1-10' when rcount(1)<21 then '11-20' when rcount(1)<31 then '21-30' else '30+' end
    Any suggestions
    Thanks,
    SMA

    Look in criteria add one more column
    in FX write this formula
    Go to the formula window of this column and enter the formula shown below
    CASE WHEN RCOUNT(1) < 11 THEN ‘1-10′
    WHEN RCOUNT(1) < 21 THEN ‘11-20′
    WHEN RCOUNT(1) < 31 THEN ‘21-30′
    ELSE ‘30+’ END
    Once this is done, drag and drop this column into the Pages section of your pivot table. Now you can paginate through your pivot table report.
    let us know if its solve your problem
    Thanks

  • Rows per Page for PIVOT view.

    Hi,
    Is there any way we can show limited no of rows in pivot. Rows per Page for PIVOT view.
    on the click on next one should move to the next page.
    Thanks

    Pagination in Pivot Solves your problem at UI Level only.
    Below is the link that guide you how to implement Pagination in Pivot:
    [http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-pagination-in-pivot-tables/]
    Hope it helps you..
    -Vency

  • Customizing grand total columns in pivot view

    Hi,
    I need to customize grand total column name in pivot view
    ex: If i have two measure order quantity and order amount when i am selecting aggregation after in column properties it is getting grand total i need to display as grand total for OQ and grand total for OA
    Please give suggestions
    Thanks,
    Kartheek.
    Edited by: 998231 on May 26, 2013 11:31 PM

    Hi Kartheek,
    In Pivot View, the default Grand Total can not be renamed to have measure specific grand total labe (The one which we specify in the pivot view either by row or column).
    But you can try having one seperate measure (in criteria) which will calculate the grand total of each measure by dimensions, which are available on the report.
    In sort you can achieve this using table and narrative view together (Not by pivot view).
    Expresion to be used for grand total in report criteria is Sum( Measure By Dim1, dim2... DimN)
    where Dim1 and dim2 are the dimesional column available on the report and measure is you OQ/OA.
    Create a table view as a default view (do not add any report level agg) and then add narrative view to display the Grand total OQ and Grand Total OA. You can add your custom lables with HTML tag, disply the 1st row only as the values will be repeated for grand total.
    If you find any other solution do let me know. As of now I can think of this as a best solution.
    Regards,
    Kashi

  • How to hide % measure column Grand Total  value in Pivot View in obiee 11g?

    Hi ,
    I am facing a issue in obiee 11g .I am using a Pivot table to display the grand total of 3 metric columns eg: A , B,  C out of which B is percentage  so I need to remove the grand total value of the percentage column. We have to stick to Pivot View only. Anyone can sugest me on this?
    Thanks ,
    Shruti

    Move B to rows section or cast to char in Criteria tab by keeping the B in Measures section only.
    cast(B as char)

  • Pivot view grand total navigation

    Users want to navigate on pivot view grandtotal to next level report based on grand total value.I can only do column heading and column value navigation as per my knowledge.Anyway these values are calculated on the fly and not stored in the database.Storing these totals seems to be impossible as this values change dynamically.
    Do we have any alternate solution ?
    If this was discussed in this forum before- my apologies as i coudn't find in search criteria.
    Thanks

    This doesn't make sense to me. Why would you want to drill/navigate based on a grand total value? The value displayed in the grand total comprises individual rows summed up. Therefore, it is the rows that give the total significance. If it is an individual row that makes the total "something worth investigating," the user should click on a value. If the pivot table is one of many in the view, than each table has a common value (region, account number, product code, etc.). Use this value as the interactive value. These make more sense as link to a more detailed report.
    Having said all that, please explain why it is essential that the grand total value be use as the link, because there just might be a good reason. But as far as I know, it can't be done.

  • OBIEE 11g PDF "extending" to 9 pages, Pivot view extending with blank pages

    Hi,
    I have an issue when printing to PDF. The last report in the dashboard,especially the pivot view is not getting contained in the dashboard. It is running
    to 9 pages.
    I tried increasing the file size
    (referred from the below link)
    http://123obi.com/2012/01/obiee-11g-exportprint-to-pdf-does-not-include-all-rows/
    This also did not work.
    When I try printing it to HTML, its perfect. Problem is only with printing to PDF format.

    Hi Malli,
    Have you restarted the BI Services after the changes?
    Regards,
    Kalyan Chukkapalli
    http://123obi.com

  • Row count in Pivotal View (10 rows per page)

    Hi
    I tried following options to restrict row count in Pivotal view of a report, however the out put is inconsistent in pivotal view.
    1. CEILING((RCOUNT(1))/10.0)
    2. TRUNCATE((RCOUNT(1)-1)/10, 0) +1
    3. Even Case statement also
    Appreciate the help extended

    just a note now its ok..i think its a transactional database ....some how the data has changed it modified the query and ur getting correct results am i correct ?
    think of a solution to get a bug free report ;)
    thanks,
    Saichand.v

  • Can't see Pivot view in Navigated report.

    Hello all-
    I have a main page report and a navigated report which is linked to one column of main page report.
    I used Pivot views for boh the reports.
    However, I could see Pivot results on dashboard for main report but, When I navigate to the second report, it is not being shown in Pivot view ( I need Totals which can be obtained through pivot view).
    Where do I need to check?
    Thanks

    Insted of giving navigation to a report give navigation to a page.Create a separate page for the navigated report(pivot) and hide the page.Then try it will work.

Maybe you are looking for

  • How-to: how do I check the disk speed on MacBook Pro?

    I ordered and received a MacBookPro 15". I ordered the faster disk: "200GB Serial ATA @ 7200 rpm [Add $100.00]" QUESTION: how can I verify that I did in fact got this 7200 rpm disk? thanks Foad

  • IMac startup failure

    Earlier today my iMac crashed in a whole new way for me. The display tore (best way I can think to decribe it) then went to a gray screen. I waited hoping it fix itself, but the random colors started flashing on the screen. I had booted then restartw

  • Explorer failed to collect data from SE6920 array

    Hi, Any kind soul out there can provide advice how can I collect data from SE6920 using the explorer command ? The man page of explorer says that to collect data from SE6920 aray, an input file "se6920inout.txt" with login info must be exist under th

  • JSF versus Struts

    Hi, I'm researching JSF and Struts and they look identical. Seems like the developers of JSF just took Struts and changed the wording. What I mean is: struts-config.xml became faces-config.xml ActionMappings and Actions became NavigationCases and Nav

  • Creative Suite 6 and Lightroom 4 serial number issue

    Hi my name is Teresa. I bought the student edition Creative Suite 6 and Lightroom 4 a year ago through the bookstore of my university in CD download format and installed it in my desktop. I got the serial number through an email that they sent to my