Pivot view display

in the pivot view  i have a requirement where the country name should be displayed for each row
rows                                                   measures
                                                                    sales
country      states
current output:
india        MP                             10
               AP                              20
               HP                               30
               Karnataka                     40
US           TX                                50
                NY                               60
Required output:
india                MP                             10
india                AP                              20
india                HP                               30
india                Karnataka                     40
US                 TX                                50
US                 NY                               60
can anyone tell me how to achieve this?

Hi,
Yes you can make that type,
Go to Criteria and the analysis right side pane, and select the column which you want to show like that edit the column properties.
Column Properties--> second tab column format --> there will be two options suppress and repeat, use Repeat (Check in ) then you will get that format.
http://mkashu.blogspot.com
Regards,
VG

Similar Messages

  • Aligning Headings in Pivot View in one line

    Hi,
    I have a situation where Pivot View is displaying results as below
    H4--H5--H6
    H1--H2-H3
    A B C D E F
    I know this is how pivot view display results but user has asked me to align heading like this
    H1--H2-H3 H4--H5--H6
    A B C D E F
    I have tried various options but could not do much. Any idea if this is possible at all in Pivot View?
    Note: Actually this is a complex report where columns are coming from UNION of two queries. Table view is out of question because in that case rows get repeated. So all in all report output can be achieved by Pivot Table but user want to see report in tabular fashion.

    956681 wrote:
    Hi,
    I have a situation where Pivot View is displaying results as below
    H4--H5--H6
    H1--H2-H3
    A B C D E F
    I know this is how pivot view display results but user has asked me to align heading like this
    H1--H2-H3 H4--H5--H6
    A B C D E F
    I have tried various options but could not do much. Any idea if this is possible at all in Pivot View?
    Note: Actually this is a complex report where columns are coming from UNION of two queries. Table view is out of question because in that case rows get repeated. So all in all report output can be achieved by Pivot Table but user want to see report in tabular fashion.I'm not sure I get it. If your results are from a union of two queries, shouldn't your display be something like this?
    H1--H2--H3 H4--H5--H6
    A B C
    D E F
    (BTW, to see what I'm saying, you're going to have to click on "Reply" and then click on the "double quotes" to get the formatting I'm trying to illustrate. It doesn't look right when seen from the intial display.)

  • 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

  • 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

  • Exclude the value 0 records in the pivot view obiee 10g

    HI,
    I have a requirement.,i have report circuit and outage time by month in a pivot view.If one circuit have a '0' outage time in all months then i want to exclude the record from the display.Is there anyway to display the data like this....
    thanks,
    prassu

    circuit   April may jun
       1          0   0     10   
       2         0     0     0
       3         0     4    1
    my question is  for circuit 2 all months we have outage 0.so i want to exclude the record , if we select Quarter 2.
    And  exclude 3 if we  select April....etc

  • Issue in calculating sum on a column at the end of the report in Pivot view

    Hi,
    I have some columns like Hierarchy column A, Non Hierarchical columns B, C and a measure D.
    In Pivot view under rows I have placed columns A,B and C in Columns and D in measures. If I try to calculate sum of values at the end of report by using option Sum At the End on columns we are getting an error that grouping by function should be in the select clause of the query.
    If I duplicate the column C and put it in rows then I am able to see totals at the end but values are displayed in multiple rows and it won't meet our requirement.
    Any suggestion or workarounds on this will be helpful.
    Thanks,
    Vj

    Hi,
    let me explain it better..
    Col A: GL Segment Hierarchy which will display Level1 to Level n Names
    Col B: Level n Code.
    Col C: Fiscal Period
    Col D: Amount
    Now col A and B are in Rows, col c in columns and col D in measures in a pivot view.
    Issue is we are unable to have total of measure values at the end of report by using sum at the end.

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

  • 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

  • How to Increase columns in pivot view in 11g

    Hi all,
    We have a Report which gives the Particular error saying
    Error Codes: IRVLJWTA
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    I have seen so many threads but didn't find any answer which works
    Any help is Much helpful
    Thanks
    Xavier

    Hi Xavier,
    Have you played around with the following?
    10g --> http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    11g --> OBIEE 11g - Download All/Display All of rows in Answers
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

  • 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

  • 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

  • Restrict records in Pivot View

    Hello
    Is it possible to restrict # of records to be displayed in Pivot view.
    Thanks in Advance

    Hi,
    Not without applying filters directly to the underlying report.
    Alternatively use your pivot to summarise the data at a higher level and create a drill down into a seperate report. If you setup the more detailed report in a table view you can limit the number of rows shown to the user (the setting that defines how many rows are displayed before having to hit the button to show all report rows)
    Thanks
    Oli @ Innoveer

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

  • How to Limit the Grouped(through Bins) values in Pivot View

    Hi All,
    we have a column category which contains operational,staffing and allocation categories.
    in our requirement we need to group operational and staffing as group1 and the allocations as the other group2.i have grouped this using bins.
    our requirement is group1 should dispaly in one pivot view and group2 values should display in another pivot view.
    Could any one please suggest on this.
    NOTE: I have tried this with new calculated item option in pivot view but its unable to display character values.
    Thank You,
    Suhasini.
    Edited by: user10920790 on Nov 17, 2009 4:48 AM

    I think the issue here is that you have bins 1,2,3 but you want to see the values displayed, not 1,2,3?
    Try adding the same column again, use them next to each other in the pivot table, hide the one with the bins, what you should get is a prent and child type structure where the values are group according to the 1 2 3 in the first column.
    I htink the only way to get three separate tables would be to duplicate the query 3 times, filtering the bins column by 1 then 2 etc and displaying all three tables one below the other. Alternatively, you could try putting the bins column in the section header of the pivot table to see if that splits the tables by 1 2 3 .
    Sorry if this is a bit long winded, it's worth playing around with it though.
    regards
    Ed

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

Maybe you are looking for

  • How can I use Internet Sharing with Firewall on ?

    Hi, My PowerMac G5 is connected to the internet via Ethernet. I share the connection to a Powerboog via Airport using internet sharing. Everything is working fine except when I turn the Firewall on. After reading http://docs.info.apple.com/article.ht

  • Choose a set number of files in a folder?

    Is there a way using AppleScript to choose a set number of files inside a folder? I've created an Automator workflow to convert some files (Illustrator to PDF) but the folders contain a large number of files (nearly 500). If I ran the workflow on thi

  • Data model compilation errors

    Hi, in Demantra's Business Modeler after I compile a new data model, the system is showing me 8 errors, but I don't know why, because i made everything perfect. Even the default data model example from the test instance has 9 errors after the compila

  • Issue with utl file

    Hi, I am using UTL file to export records from table with fixed delimiter to a text file. It works fine except that I see an additional character @ at the end of the file in the last line. Can anyone let me know why are we getting this and how can we

  • HT201413 i erased my iphone 5 from another iphone 5 ... i cant restore it now... what shall i do... i erased it via find my iphone

    i erased my iphone 5 from another iphone 5 ... i cant restore it now... what shall i do... i erased it via find my iphone