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

Similar Messages

  • Presentation Server shutting down while running Pivot View

    Hi all,
    The presentation server is shutting down after running a pivot view report.It is fetching more than 5000 rows.
    I have set the parameters also in Instanceconfig file for Pivot but then also it is shutting down.
    The error in log i get is this.
    Location:
         saw.cube.cache.processCube
         saw.views.pivottable.displayer
         saw.views.dashboard
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    A C-runtime error occured (bad allocation)
    Help is appreciated.
    Regards

    hi,
    Its a bug u need to install the patch
    Presentation Services crash regularly
    thanks,
    saichand

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

  • Temperature measurements display incorrectly after opening a project.

    Dear All,
    I am having some difficulty in setting up LabView SignalExpress version 5.0.0 to display RTD temperature measurements from the NI9217 module and the NI cDAQ-9178.
    I have two problems:
    1. I cannot set the waveform chart to show the desired time interval; I need to set the time interval displayed on the chart to 30 minutes. This means that before taking 30 minutes of continuous measurement the user would see a fixed grid with fixed time boudaries and the plot moving from the left hand side of the screen to the right hand side of the screen. After thirty minutes of measurements have been taken, the chart would begin to "scroll"  so that the earliest measurements move off the screen and the chart still displays the time interval of 30 minutes.
    2. I need the chart to display correctly immediately after the project has been opened; When I open the project and click the 'run' button, the windows are all displayed correctly but the readings are not displayed correctly, the chart only displays one short line to the right of the screen and a very short time interval of less than a second. I can correct this by changing to a Time XY Graph and then back to a waveform chart but need this to display correctly as soon as the software is opened. The incorrect and the corrected chart are shown below:
    The chart below is displayed when the software is opened and the run button is clicked. This chart style is incorrect because the temperature line is displayed in the bottom right of the chart and only for a short time interval.
    The chart below is closer to the required graph described in point 1 but I cannot set the time interval to stay fixed at 30 minutes, nor can I make the software display the graph like this on opening, I always have to switch to a different chart type and then switch back to a Waveform chart to replace the format above with the format below:
    Any help would be appreciated,
    Thanks,
    Matthew

    Hi Matthew,
    We should be able to used this function to save the graph settings as well. I have just tried it on my system and got it to work. the procedure I undertook was:
    Open my Signal Express Project
    Turn off x-axis auto scale (Right click on graph >> X Scale >>Auto scale)
    Enter Properties (Right click on graph >> Properties)
    Select the scales tab
    Select 'Relative To' under the Timestamp Type.
    Set the min as 0 and the max as 1800...Press OK
    View >> Layouts >> Make Current Project Layout Default
    Save
    In this case I used the Relative Timestamp Type but you can use whatever time stamp you wish. When opening up this project after doing this the graph is formatted as required immediately.
    Let me know how you get on with this.
    Regards,
    Aaron. E
    Applications Engineer Team Lead
    National Instruments
    ni.com/support

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

  • 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

  • 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

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

  • Pivot view Problem

    hello,
    I have two rows in pivot view, also totals have shown as percentage , but now i want to show the % for first row in view ( how can i hide the second row)?
    if i hide second row with rownumber , first row percentage is showing 100% which is incorrect ,, how can i slove this?
    Please help me !!

    Hi,
    Probably, you can try this:
    In the criteria, create a new column 'RCOUNT(dimension) ' and create a filter saying that, 'RCOUNT(dimension)' = 1, which gets you the first row and also to calculate the %, use the same way you have used before: 100*(measure)/(sum(measure)).
    Hope this helps.
    Thanks,
    Chandu.

  • Showing column header in obiee pivot view

    Hi,
    I have a requirment where I need to display column heading in pivot view.
    Some thing like below;
    *(col Head)* AUD GBP
    *(Col Head)* 16/12/2011 16/12/2011
    Open Bal 230 450
    Close Bal 300 800
    xxxx xx ..
    yyy
    dd
    In the Place of (col Head) I need to get column heading of(AUD and Date) in pivot view.
    Can anyone please help with it.
    Thanks,
    Ash

    my report looks like below:
    _(col name of AUD)_________________|_______AUD______________|________USD_______
    _(Col Name of 18/12/2011)__________ |_____18/12/2011__________|______18/12/2011____
    Open Bal 130 180
    Close Bal 140 190
    in the pivot view:
    Row Section: Measure Labels
    Columns Section: Currency, Date
    Measures: Open Bal, Close Bal etc... Columns

  • Display Column & Table Headings in Pivote Table

    Hi,
    Can we display the Table Headings in Pivote Table ??
    There is an option of displaying the same in Table view,is there any way of displaying the same in Pivot Table View??
    Thanks

    Hi,
    Try this.
    Table heading:-
    We do not have any direct option to do this.
    But as a workaround, we can achieve this using the following approach.
    Add a column to the criteria. Use the following in the column formula.
    '<table width="100%" align="center" bordercolor="#C9CBD3"
    frame="void" rules="cols" cellpadding="0" cellspacing="0">
    <tr>
    <td align="center" width = "200">
    '|| 'This Month' ||' </td>
    <td align="center" width = "200">
    '|| 'Accumulated YTD' ||'</td>
    </tr>
    </table>'
    Where This Month & Accumulated YTD are the table headings.
    Do not forget to change the Data Format to 'HTML'
    Place this column on top of measures labels in Columns Section.
    But, you need to fix the width of all the measure columns and adjust the <td> width accordingly.
    "Display Column & Table Headings" equivalent for pivot tables?
    Hope this help's
    Thanks,
    Satya

  • Pivot view

    Hi,
    We have a summary report arranged in a pivot view where all the measures are displayed across various schemes. Each scheme is further classified in to two sub schemes. The requirement is to calculate grand total but classify it based on specific sub schemes.
    Thanks..

    HI Kishore,
    We have a summary report arranged in a pivot view where all the measures are displayed across various schemes. Each scheme is further classified in to two sub schemes. The requirement is to calculate grand total but classify it based on specific sub schemes. Below is the report mock up;
    Region     Market     Site     KPI     HIGH1     HIGH2     Total     
                        HIGH1     RollOver     HIGH2     RollOver     Total in Schemes     Total in RollOver     Total     
    ABC     D     A     Measure 1     10     20     14     3     24     23     47     
                   Measure 2     12     10     6     8     18     18     36     
    The values are to be summed up and displayed in Total in Schemes column.
    i.e., Total in Schemes for Measure 1 = Sum of values displayed for Measure 1 for the Schemes (HIGH1 + HIGH2).
    Similarly the values should be summed up for displaying in Total in Roll over.
    i.e., Total in Rollover for Measure 1 = Sum of values displayed for Measure 1 for (HIGH1-RollOver + HIGH2-RollOver)
    Thanks

Maybe you are looking for

  • Safari 5.1.7 keeps freezing,

    I had this problem before on 5.1.6 and ultimately chucked it and installed a fresh 5.1.7.  This seemed to solve my problems, at first.  But today i'm noticing already that when trying to navigate to another page, the browser hangs and becomes complet

  • Can I turn off Silent mode all together

    When I go on call I find that out of force of habit (or just plain accident) I will put my phone on silent. Now this can be disasterous if I am callled by work for 24/7 support. I am looking for a way to do any of these: 1. Can disable the toggle on

  • Publish iTunes U page without Collections

    We just received acceptance to the new iTunes U for K-12 Schools. We plan on publishing teacher courses though iTunes U. There is a Publishing requirement to have 6 visible Collections before Publishing. We do not plan on having any Collections, just

  • No Thuumbnails of JPG files

    I just got OSX on my new MacBook Pro. In Finder, the thumbnails for JPGs do not show the actual picture, just the word "JPG". TIFFs are fine. On my PowerBook, all JPG files have thumbnails. I just can't remember how I made this happen. Thanks in adva

  • Unique key constraint while refreshing

    We have recently set up master site using Oracle replication 9i and Replication site 8i Everything seems working fine so far barring three tables. For this tables we have written one procedures which are called from form. the procedure deletes the re