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

Similar Messages

  • Maximum Number Of Columns For A OBIEE Pivot Table?

    Hi All ,
    What is the Maximum Number of Columns for a OBIEE Pivot Table? Also what is default size of columns set for Pivot view in OBIEE 11g?
    Thanks In Advance.
    Qujes

    Hi,
    You can increase the maximum columns in a view by add some tags to instanceconfig.xml file.
    check this...http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    Regards,
    Srikanth
    Edited by: Srikanth Mandadi on Oct 15, 2010 10:04 AM

  • How to not display the column header in the table view?

    I do not want to display the column header in the table view, how can I achieve it?

    If you're using JavaFX 8 you can use the following in an external style sheet:
    .table-view .column-header-background {
      -fx-pref-height : 0 ;
    If you're using JavaFX 2.2, the -fx-pref-height attribute is not available in css, so I think you have to resort to a lookup:
    final Region tableHeader = (Region)table.lookup(".column-header-background");
        tableHeader.setPrefHeight(0);
    As always, I feel obliged to point out that I don't really like lookups. Sometimes they seem to be the only way, though.

  • Remove column heading in a pivot table without columns

    I have a pivot table which only has rows and measures. But It doesn’t have any column.
    It shows at the top a light grey cell (see attached image https://drive.google.com/file/d/0B1mQC-zTrijUSmtXWEFEaHB1cEU/edit?usp=sharing
    How could I remove that?
    Column properties – labels of column are already disabled.
    OBIEE 11.1.1.7.0
    Regards,
    Víctor

    Hey Victor,
    I'm unable to view that file also...
    Just curious, if you don't have anything in the column section of the pivot, why not just use a table?
    If this is going onto a dashboard the quick and dirty approach is just to make a small CSS change, just throw something like the following into a text object.
        <style>
          .PTCHC0 {border:0px; background-color: #FFFFFF; background-image:none;}
        </style>
    JB

  • Dyanmic Column Heading in OBIEE

    Hi Experts,
    Can we changes the column heading dynamically.
    We are using OBIEE 10G
    Thanks,

    Hi user,
    Here is the link,might be access is denied in your system check on other system
    http://total-bi.com/2011/03/obiee-dynamic-column-headings/
    Anyways here it is
    2.Use a session variable to dynamically set the column name in the presentation layer of the RPD. E.g.
    3. Use a presentation variable as the column name.
    This is probably the better of the techniques but it is still far from ideal. Simply edit the column properties and put the name as @{variable_name}{default_value}.
    But we still have the problem of how to make this dynamic. Well, we can set a presentation variable using a dashboard prompt so we need to create a prompt and force it to a default value. Note that the prompt will need to be added to the dashboard but can be hidden by setting the CSS style to display:none on the dashboard section.
    Cheers,
    KK

  • OBIEE - Pivot view

    Hi experts,
    I am getting the following error when I drill into lower hierarchial levels in a pivot view
    Governor limit exceeded in cube generation (Maximum data records exceeded.)
    Error Details
    Error Codes: QBVC92JY
    Currently I have the following parameters set in my instanceconfig.xml
    <AdvancedReporting>
    <ReportingEngine>XmlP</ReportingEngine>
    <Volume>XmlP</Volume>
    <ServerURL>http://${HOSTNAME}:8080/xmlpserver/services/XMLPService</ServerURL>
    <WebURL>http://${HOSTNAME}:8080/xmlpserver</WebURL>
    <AdminURL>http://${HOSTNAME}:8080/xmlpserver/servlet/admin</AdminURL>
    <AdminCredentialAlias>bipublisheradmin</AdminCredentialAlias>
    </AdvancedReporting>
    <JavaHome>${JAVA_HOME}</JavaHome>
    <BIforOfficeURL>client/OracleBIOffice.exe</BIforOfficeURL>
    +<ResultRowLimit>1000000000</ResultRowLimit>+
    +<PivotView>+
    +<MaxCells>600000</MaxCells>+
    +<CubeMaxRecords>600000</CubeMaxRecords>+
    +<CubeMaxPopulatedCells>600000</CubeMaxPopulatedCells>+
    +</PivotView>+
    <Prompts>
    <MaxDropDownValues>100000</MaxDropDownValues>
    </Prompts>
    I tried to increase to
    +<PivotView>+
    +<MaxCells>100000000</MaxCells>+
    +<CubeMaxRecords>100000000</CubeMaxRecords>+
    +<CubeMaxPopulatedCells>100000000</CubeMaxPopulatedCells>+
    +</PivotView>+
    but, I see still the problem exists... can anyone suggest what I need set to avoid the above error message.
    Thanks
    S

    Hi Hammet
    I tried this by give the following parameters in my instanceconfig.xml
    <PivotView>
    <MaxVisibleColumns>5000</MaxVisibleColumns>
    <MaxVisiblePages>5000</MaxVisiblePages>
    <MaxVisibleRows>10000000</MaxVisibleRows>
    <MaxVisibleSections>5000</MaxVisibleSections>
    </PivotView>
    but, when I start my OBIEE server and presentation services, that when they start up properly... but when I remove them and start the presentation services again , it starts perfectly fine.
    Really no idea what is happening when giving the above parameter with in <PivotView> tag. Do I need to specify the above parameter outside of <PivotView> tag ?
    Thanks for the Reponse.
    S

  • Breaking a column header in OBIEE

    Hi All,
    I have a very simple issue and I thought I had the work around but not really
    I have a column that reads
    Amount sold and I want to break it as
    Amount
    Sold
    solely because when the reports are downloaded to excel or other formats it makes it easier to read the column names
    I have tried the following
    1.HTML TAG /BR HTML TAG does not work.
    2.Can not use the HARDEN XSS config parameter because of security issues.
    Any tips on how to go about doing this.
    Regards,

    When it comes to exporting OBIEE reports to Excel, there is a very limited amount that you can do. You are not going to find much you can do configuring the OBIEE report to come out the way you want it to in Excel, especially when it comes to formatting. It would be best to simply highlight the row in Excel after download, and turn on "wrap text."
    As you might know, if you "download to Excel" via the Report Links from the dashboard, the actual file will be in mhtml format, not xls. It will open in Excel, but you have to convert it to Excel to make it a true Excel file.
    There are other ways to get an OBI file to Excel.
    Another way is to click on the Advanced tab of the request. Click on the second link from the top and select "Open" in the next pop-up window. After requesting OBIEE credentials (your login and password), it will open up Excel and this time actually produce an Excel file.
    The third way to get an Excel file from OBIEE is to first open Excel. Then click on the "Get External Data from Web." (I'm using Excel 2007 -- you will have to search for this command as Excel doesn't default this option from showing up in the ribbon or menus. I created a shortcut.) When the pop-up window comes up, paste the URL from of the answers report and at the very end, add &Format=Excel to the end. The OBI login screen will appear. Log in. The next window will display your report with a whole bunch of yellow arrows. Select the proper yellow arrow (you'll know what I'm talking about once you try it), and voila, the report will pop in Excel.
    That's about all the (easy) options you have to work with.
    Edited by: David_T on Aug 24, 2010 7:25 AM
    Edited by: David_T on Aug 24, 2010 1:34 PM

  • Lock rows and columns header in a table view report. It is possible?

    hi,
    I have a Dashboard that displays a report in "Table View" with many rows and columns.
    Is it possible to set a lock on the rows and columns like Excel?
    This would have blocked such headers that contain attributes and measures and to browse the report (eg with a scroll bar) had always viewed the headers.
    Can you help me?
    Thanks

    hi,
    please go through this discussion
    Re: SCROLL BAR to FREZZ HEADERS
    thanks,
    saichand.v

  • Grands totals for % Columns coming incorrect in pivot view .

    Hello ,
    I have the below scenario . Iam trying to get the calculated grand total for % column . I tired several ways ...like report aggregates enabled in instanceconfig,tried creating cal colum using physical columns as well as logical columns in RPD , changing the aggregation rule. The row wise values (%) are coming correct but iam unable to get correct % grand total (36.8%) instead iam just getting the sum of the % total ( 83.3%) . I have tried the above options in my previous reports and those conditions work perfectly right but for this report they are not able to . kindly please let me know if anybody has a solution for this issue .
    Department ...USD CAD Variance (USD/CAD)*100
    XYZ 10 20 50%
    ABC 25 75 33.3%
    Total 35 95 36.8% ( 35/95)
    Thanks
    Karthik

    Just to cross check
    Do you have following tag in your instanceconfig file ? if its not there then you may encounter grand total incorrect calculations.
    <ReportAggregateEnabled>true</ReportAggregateEnabled>

  • In Pivot table how to show folder heading of a Measures column

    Hi gurus
    I am using 11.1.1.6.6 version
    Any idea how to show column heading of a measure column in Pivot table view.
    for Dimension its working fine
    I have 3 dimension column and 12 measure column in my report

    Hi Santosh Sutar,
    Did you mean that you want to hide/show the rows in an worksheet? If I understood correctly, there is no such API in apps for Office at present. Most of functions are used interop with data.
    If you want apps for Office to support this function, I suggest that you submit the feedback from link below:
    Customer Feedback for the Office Developer Platform
    And you get learn more about apps for developing from link below:
    Build apps for Office
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to increase the the max limit column in pivot view in BIEE 11G?

    Hi Experts,
    How to increase the the max limit column in pivot view in BIEE 11G?
    When the number of column exceed 256 in pivot view, it will generate the following error message as below:
    Exceeded configured maximum number of allowed output prompts, sections, rows, or columns.
    Error Details
    Error Codes: IRVLJWTA:OI2DL65P
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    SQL Issued: 13678~vid1ptgt0v5ubh39gesnauuhl6
    For example:
    ----------------Day
    Country-----20120101---20120102---..........20121231
    China--------10000---------20000----......

    Try increasing the Max Rows in Instanceconfig.xml
    Path:-Middleware\instances\instance1\bifoundation\OracleBIPresentationServices\instanceconfig.xml
    <ServerInstance>
    <Views>
    <Pivot>
    <MaxVisibleColumns>300</MaxVisibleColumns>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>500</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>30</DefaultRowsDisplayed>
    </Pivot>
    </Views>
    </ServerInstance>
    Try adding this in the config file and restart the services.
    Mark as correct if it is helpful.
    Thanks.

  • Scroll bar in pivot view.

    Hi,
    I am hemant, i have report developed on pivot view which has some where 100 records.
    I am using this report in dashboard. where users will scroll to seee the recorords which are available below, when they scroll they are not able to see the column header. is there a way, where i can have a scroll bar with in the Pivot view.
    please, let me know this is a litle bit urgent.
    Thanks for the help.

    Hi,
    No its not possible to show column headers when we scroll down.Its better to have pagination option.Refer below link.
    Refer : http://bischool.wordpress.com/2009/08/24/pagination-or-page-contol-in-obiee-pivot-view/
    Regards,
    Srikanth

  • Report Painter Column Header to display on continuing page

    Gods of FICO,
    I've report painter issue. When out of a report is printed, and when it is longer than one page..... the column header description is not getting displayed on second page.
    how can i show column header description on subsequent pages?
    thanks

    Hi,
    I have the same issue. I have also de-selected the 'Allow row to break across pages' for the whole table but still the table breaks and continues on the next page.
    I see that the question has been answers correct but no solution provided. I would appreciate if you could post the solution.
    Regards,
    Hakan
    Edited by: HakanB on 2011-maj-04 00:05

  • 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

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

Maybe you are looking for

  • Header Text PO from Vendor master automatically

    Dear Friends This is regarding automatically adoption of header text in PO from vendor master. I am following these steps - Maintained customizing as MM>purchasing > PO>texts for PO >define copying rules for header texts . in this , select the text t

  • Time Machine backup to Drobo seems slow. What is normal write speed?

    I just got a Drobo with Firewire 800. I'm using it exclusively for Time Machine backups. The write speed to the Drobo appears to be about 3 to 4 mb/s. Is that normal? Anyone getting the same or similar speed? I used to backup to a LaCie drive (which,

  • Does firefox 5 support wide gamut or profiled monitors or sRGB, Adobe RGB, or ProPhoto RGB files?

    How does ff5 support sRGB, AdobeRGB, and or ProPhoto RGB? How does ff5 support profiled monitors?

  • No sound internal and external

    I have a macbook right here running 10.4.11 and no sound comes out of it. not out of the internal not out of the external with headphones or speakers. The optical redlight jack isn't on, its all the way up on preferences. iTunes nothing, iMovie nothi

  • Continue from Quiz Problem

    For my project, after the end user completes the quiz, when they "Click anywhere to continue" I want the next URL to open in the current window, not a new window. I have established the following settings under Edit/Preferences/Project/Start and End: