Table/Pivot view

Hi All
I am trying to achieve the following scenario using Table/Pivot view. Please help me on this.
For example, consider they are 40 products. I want to rank them based on Sales Amnt. Trying to create a table which shows rank of 25 products and the rest as others while the sales amount added up and display like the following:
Rank(based on Sales Amnt) - Product - Sale Amnt
1 - X - 100
2 - Y - 95
25 - Z - 60
Others - Others - (display the sum of remaining 15 products)
Grand Total - Sum of all the products Sales.
Thanks in advance!

Ok, thanks for the reply. That was really a good one. But can we do it using the table view because of performance issue

Similar Messages

  • Table heading in pivot view

    Hi All
    I am trying to show table heading in pivot view but failed. Please help me on this
    I know that can achieve in table view but looking for a solution in pivot view.
    What I am lookinf for is: Pivot View
    Rows ---------Measures----------
    X Y (Table Heading)
    col1 col2 col3 col4 col5 col6 (column names)
    --- --- --- --- ---- ---- (data)
    Thnaks in advance!

    Ok, for example take two columns product and revenue. Consider they are 10 products.
    What I have to display in report is 9 products with revenue and total revenue of those 9 products and then the 10th product and revenue and finally the grand total.
    Product---Revenue
    1---35
    2---45
    9---60
    Total---140
    10---70
    Grand Total---210
    Which can be achieved the same in pivot view (using New calculated item)
    I also need to display the table headings, there I stuck with.

  • 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

  • A better way to Re-Order the Sort in Pivot view ?

    Hello,
    Question first- Is there a better way to do this?
    Background- Have a simple pivot table w/ requirements to put the Status column in order that makes sense to the business not alphabetical.
    Example, # of Service Req with Status needs to be listed as Assigned, Accepted, Completed, Closed, Re-assigned.
    My solution was to create a column iin table view, use a CASE statement to say when Accepted =1 etc. I then sorted ASC, hid the column in table view and then pivot view I added Status column and hid the new CASE column. I am getting the results I expected but I was wondering if there was a better way to do this?
    Thanks- Neally

    As far as the Presentation Layer is concernd (i.e., in Answers) your way is the best I can think of. The only way you can sort a list of values apart from a way the system could automatically determine (e.g., alphabetically, chronologically, numerically, etc.) is to create your own definition. Without human intervention or customized rules, there is no way any system would know that "C" should come before "S" (as in "Assigned" and "Accepted", or that "O" should come before "L" as in "Completed" and "Closed").
    Since the system knows how to order numbers (e.g., 1,2,3, etc.), it makes sense to create your "rule" (using your CASE statement) to assign each status level to the appropriate "number" in the sequence.
    That's what I would do. The only addition I can add is you could do this in the rpd by adding an "order" column to your LOVs in the table and exposing that as a column in the Presentation Layer. Then you can use that order column as the sort.

  • 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

  • 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

  • How to download the pivot view to the excel sheet with all features

    Hi,
    Using discoverer, my co-worker is able to download the pivot view to excel sheet with all enabled features, like pivot table in excel.
    Is this can be done in obiee? if this feature is present in obiee, plz will you explain me how to do in obiee? its urgent.
    Thanks,

    Hi abc,
    I don't think BI office plug-in supports you the pivot table features of MS Excel.
    Even if you import a pivot table from BI, it is rather treated just as a table in Excel
    Regards,
    Raghu

  • In Pivot view i need to arrange graphs horizontally but not vertically

    Hi Experts,
    I have a serious problem of placing graphs horizontal when i place 1 of the colums in section. graphs have been made vertically rahter than horizontally..
    does any 1 have a solution regarding this please share..
    thanks a lot
    regards
    Pranay Jain

    hi saichand,
    See the issue is very simple..
    Solution is what I'm not able to get
    when you put any column in section in pivot view its gives different views based on the column in pivot..
    but unfortunately these views are placed vertically 1 below each other rather than placing them horizontally
    If you can try by yourself in pivots the same thing you will get a better idea on what I'm talking about..
    Drag a column into sections in pivot.. when i say sections it is something like row,measures,columns,sections,page in pivot tables..
    Please check for solution and get back..
    Regards
    Pranay Jain

  • Common Label for two columns in pivot view??

    Hi Guys,
    PLs help me..
    i want common label or heading columns in pivot view..
    Example:
    Under label1 (i should have two columns like 'A','B'), under label2(shud have colums like 'C','D','E')..
    i tried with dummy column, i placed it in measures section..but its not worked)..

    Hi Bhargav,
    f you are using 11g, goto Pivot Table Properties->Display Column & Folder Headings option.
    In 10g try this, http://obiee1000.blogspot.in/2012/03/header-on-measures.html
    Regards,
    Dpka

  • Navigation on measure heading in pivot view

    i have a question that,
    i want to navigate to another report if i click on column heading of measure.(for ex: region, dollars are the columns and if i select on dollars heading, need to navigate to another report specified.)
    My report was developed using pivot view.
    i got to know that if the column is measure, i able to navigate on column value instead of column heading & if the view is table view then i able to navigate in both the ways.
    But as per my requirements i just need navigate to report by clicking on the measure heading of main report.
    Can any body help in doing this.
    I appreciate your help.
    Thank You.

    Your problem is step 2. Don't use the CASE statement. You need to have the Product Types show. This will allow your 4 product types to appear as columns in Pivot Table View with their corresponding measure value. Now, with the Value Interaction set on Navigate (which you indicated you already set up) on the Product Type column, it should work.
    One more thing. Normally, when using the Navigate feature, you want to filter on the value you click on. I understand that by using the CASE statement calling the column "Dollars," the Pivot Table automaticallys lumps (sums) the individual product type sales into one number, which is probably what you want to see. If you don't use the "Is Prompted" on the destination report, then you in effect, have the same result as having one column called "Dollars." What you wanted was to click on Dollars and navigate to your destination report. But if you don't put the "Is Prompted" on any column in the destination report, then essentially any product type value you click on will take you to the same report without any further filtering by the product type selected.
    Unfortunately, when using the CASE statement and combining the columns, the navigate feature doesn't work in the Pivot Table View. This is not the only feature that works in Table View, but not in Pivot Table View (e.g., conditional formatting based on another column)*.
    *There is a work-around for this, though... :)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to disable constrain in Pivot View

    Hello everybody,
    I stuck with a problem regarding pivot table. As you all know whenever we put 2 cols. in page section of pivot then 2nd column is automatically constrain according to 1st column selection.
    But I want the functionality like Dashboard Filter prompt in Pivot Table.
    So, that if user want to place constrain/ skip column he can!
    Is it possible in BI's pivot view.
    e.g I want such that
    1st col : Country
    <Blank> -- Skip to select
    All
    India
    Australia
    America
    UK....
    2nd col : State
    <Blank> -- Skip to select
    All
    <Various States of Countries>
    So whenever I send <Blank> or All from Country column it shows All States in 2nd one for selection.
    Please, Help me out.
    Thanks

    Not sure what you mean by...
    So whenever I send <Blank> or All from Country column it shows All States in 2nd one for selection.... because if you select "All Pages" for the Country column, then the State column would not be constrained.
    So how do you get the "All Pages"?
    In the Country column which you have in your Pages section of the Pivot Table, click on the "sigma sign" and select "Before." This will give you the "All" choice you seek for the Country column.
    I hope this is what you are trying to achieve.

  • No underline is visible in pivot view of a report.

    Hi,
    I have report in which I have used GOURL. When I click on the result, underline is showing under the result in Table view unless underline is set for Effect in Column Properties->Style of the column. But for the same report, no under is showing for the that column in Pivot view. When i set underline for Effect in Column Properties->Style of that column, its showing underline.
    Why it is like this? can any one explain me please.
    Thank you,
    Jagadeesha

    Hi,
    When you implement GoURL it would imply you are using anchor tags i.e. &lt;a&gt;...&lt;/a&gt; in your column formula. By Default, obiee displays underlines for any columns having anchor tags in Table view. But in case of Pivot Table, for all such columns (which contains anchor tags), the underline is disabled. This can be observed in the views.css file which is used by obiee for rendering style to different views.
    If you are on 10g, you can try this. Just add a static text to your report with below content (enable HTML markup):
    <style>
    .PivotTable A:link, {
    text-decoration:underline;
    </style>
    Once you add this static text view to your report (along with table and pivot view) you will observe that the underline below the columns would be displayed by default in pivot view too.
    Thanks

  • Displaying dimension  after measures in Pivot view

    Hi
    I have a requirement to display some of the dimension columns after the measure columns in pivot view. How do I achieve this?
    Any suggestions would be considered helpful.
    Thanks in Advance
    Regards
    Amrith

    If this is a text field, you have to create a formula as :
    Max(Table.Column by the others columns in the pivot without the excluded columns)Then you drag and drop this column in the measures
    If you have excluded columns, you must set a max aggregate on this column in the pivot.
    And this answer don't need to be considered as helpful. It's free. ;-)
    Cheers
    Nico

  • 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

  • Dynamic sorting in pivot view

    Hello
    Can someone please point me to the OBIEE Oracle documentation where I can find "How to make dynamic sorting work in a pivot table view".
    I have many pivot views on a dashboard. Clicking on the measure columns "Sort Ascending" and "Sort Descending" did not use to sort the columns in 10g. But I have found on this link
    https://forums.oracle.com/message/9321054#9321054
    that dynamic sorting can be now done in pivot views. But I am unable to find Oracle documentation on it that tells me how.
    We have upgraded to 11.1.1.7 but still I am unable to do sorting in pivot views on dashboards
    Thanks

    Devendra,
    you cannot have both status and status icon in the same column. so create a new column and then populate it according to the status.
    here is the sample code from the layout section of document_todo.htm
    <!--      Column: Appraisal Name                   -->
              <htmlb:tableViewColumn columnName = "AP_STATUS_NAME"
                                     width      = "150"
                                     type       = "IMAGE" >
              </htmlb:tableViewColumn>
              <%
                  data: status_icon type string.
                  if APPLICATION->T_DOCUMENTS_TODO-AP_STATUS = '2'.
                  status_icon = cl_bsp_mimes=>sap_icon( id = 'ICON_WS_PLANE' ).
                  else.
                  endif.
              %>
              <htmlb:tableViewColumn columnName          = "STATUS SIGN"
                                     type                = "user"
                                     title               = "STATUS ICON"
                                     horizontalAlignment = "center" >
    regards,
    manasa

Maybe you are looking for

  • Table refresh is not working in case of data fetched from OUCM

    Hi All, I have created a Content Repository data control for a OUCM connection in an ADF application. I have five methods inside that. (advancedSearch, getURI, getAttributes, getItems, search) I have dragged and dropped the Return inside search metho

  • Need help with changing letter cases : (

    Hey everyone, I have an assignment that needs to 1) allow the user to enter a sentence 2) count the number of upper case, lower case, spaces, and other characters in the sentence, 3) convert each first letter of a word into upper case if not already

  • Creation of schema and import script

    Hi, I am working in oracle 9i. I am having export backup using cron job. i need to delete a schema , then create a new schema and to import this in the new schema, Kindly provide the script to do this activity.

  • Cannot connect to Parrott ckevolution Please help

    I am using iphone5s and I have tried repeatedly to pair phone to parrott without success. If anyone can assist i would be greatly appreciate it.

  • CURRENCY TRANSACTION

    WHAT IS CURRENCY TRANSACTION AND HOW WE USE THIS ONE.