Formatting Totals in OBIEE 11g

Hi,
we have a requirement to format the totals of a table in obiee 11g.
When I format the totals, the formatting selections I made is not applied for all the entire totals section.
If the table has more than one dimension values in it, the formatting changes on Totals section is applied only for the first cell in the section.
However, the formatting changes of Totals section are fine for the measures added.
Please refer the screenshot in the below url
http://tinypic.com/r/346q4p1/6
In the screenshot, I expect the cell under Month dimension in the Totals row to have grey color as the back ground.
Could someone help me out with this issue.
Regards,
Pavan K.

Can you share your code that helps to understand issue.
Appreciate if you update your other post and helps you to get responses ;)
Aggregation in logical columns in obiee

Similar Messages

  • Time Format (Grand Total) in OBIEE 11g

    Experts,
    In my Report Talk Time and Delay Time are present and I have enable the Grand Total based on Agency.
    i.e.
    Agency - Talk Time - Delay Time
    AgencyA 00:05:10 00:00:02
    AgencyB 00:02:12 00:00:01
    AgencyA 00:15:13 00:00:02
    AgencyC 00:10:10 00:00:25
    GrandTotal 00.00:32.00:45.00    00.00:00.00:35.00
    Look at Grand Total is shows like *00.00:32.00:45.00 ; 00.00:00.00:35.00*
    But our requirement should be *00:32:45 00:00:35* for Grand Total.
    Please let me know your valuable suggestions.
    Thanks,
    Balaa...

    Hi bala,
    Tricky one and good question,never tried this or got this type of requirment.
    did you aggregate the talk_time and delay_time,if so what is it ?? or did you use it as default one.
    Play with it like using server aggregation so it would determine the correct totals i suppose.
    hope helps you.
    Note:- If you get any solution or work around please post here so we could also learn & looking forward for other experts go on it.
    UPDATED POST
    Instead of sum as aggregate can you try server complex aggregation so server would decide how it would handle or
    even the max or min function .....its just playing with it to get a solution and check the query generated and run at the backend and see how the results are coming.
    Cheers,
    KK
    Edited by: Kranthi.K on Apr 18, 2011 2:08 AM

  • Formatting pivot tables (obiee 11g)

    Hi, I'm trying to find good ways to format pivot table results in 11g. Can someone help answer the following questions? Note that I'm putting the "measures" label into the row position, which allows me to format measures differently from each other.
    1. I'd like to put blank rows into the output to space the report. I tried creating a dummy "spacer" measure and then setting display:none in the CSS style. However, this leaves an ugly blank spot that has a gray color in the output. Is there an easier way just to add blank spaces between rows?
    2. The default grid lines on all pivot tables are really dark. If you're a Stephen Few afficianado, they really interfere with reading the numbers. Is there a simple way to default pivots to have less obvious grid lines?
    3. Is there a way to turn off the "word wrap = TRUE" for everything? I've tried setting default number formats for all items to have word wrap turned off...I don't know who would EVER want minus signs wrapping around in numbers...despite this, any new metric I create ALWAYS seems to have stupid word wrapping turned on. If anything, I'd like the default to be off for all items.
    Thank you very much!
    Scott

    please try the code
    #EFF0F4
    Regards,
    Akansh

  • How to manipulate the total in obiee 11g

    Hello,
    I would like to know if its possible to customize the Grand total in the table.
    I just added the grand total in a table.The table has 7 columns.5 columns the grand total is just a sum so no problem but the 6 and 7 column is % column its like
    grand total of col 6->(grand total of col3-grand total of col4 /grand total of col4 ).
    Is there a way i can do this?
    Thanks

    You can add this formula in column 6 like (col3- col4/sum(col4)) but at the total level you will get the tables first row value. This is the bug in 10g & 11g.

  • Report format issue  in obiee 11g  send  through Agent

    Hi,
    I have scheduled the agent to send the report to IBM Lotus notes. I need to send the report to users in text format and not an attachement.
    The report not comming as it is,the column width is getting srinked.I noticed CSS not applying in Lotus notes.
    How can i apply css to lotus notes. can anyone please suggest..
    Regards,
    944656

    Try by setting view properties like Table or Pivot table if this is not working then attach the report to a page and set the section properties and see how it works.
    If this is not working then Notes might have trimming it ;)
    If helps pls mark

  • Obiee 11g upgrade issue for date format

    Hi,
    I am facing a date format issue with obiee 11g report. This statement cast(cast(current_date as char) as timestamp) is failing with "not a valid month" error in obiee 11g. This worked fine with obiee 10g.
    I am basically trying to set the date to 12:00:00 am of the sysdate. Below is what I am trying to achieve:
    timestampadd(sql_tsi_hour, 1, cast(cast(current_date as char) as timestamp)))
    the above statement fails in obiee 11g.
    Thanks for your help,
    AP

    I dont think you need any functions to get the required output, try to set the date format as below
    [FMT:timeStampShort]
    If helps mark
    Thanks
    Edited by: Srini VEERAVALLI on Apr 23, 2013 4:18 PM
    I think with format and then the below should work with no issues.
    timestampadd(sql_tsi_hour, 1,current_date)
    I think you are wasting time by posting here, just do it. You no need any ones permissions to do it ;)
    Edited by: Srini VEERAVALLI on Apr 24, 2013 8:55 AM

  • OBIEE 11g Report-When drilling down to lower level, totals are not matching

    Hi All,
    I am creating a report in Analytics 7.9.6.3 , OBIEE 11g - Let’s say Budget Cost/Actual Cost based on the Date Dimension
    Have selected the Fiscal Year Dim, Fact Budget Cost, Fact Actual Cost
    FY BCost ACost
    2011 100 120
    2012 150 140
    Total 250 260
    But here when I am drilling down from Year to Quarter and Period - The values are not matching with the totals....
    FY FY Qrt BCost ACost
    2011 2011 Q1 80 100
    2011 Q2 100 90
    2011 Q3 110 120
    2011 Q4 90 130
    Total 380 440
    Fiscal Year, Fiscal Quarter Budget Cost and Actual Cost are not returning correct results – When selecting cost's by fiscal year, or filtering on a specific fiscal year, the amount returned does not equal the fiscal year total;
    when I am drilling down to Quarter and Period Level the BCost & ACosts are bumping the Numbers as above and not matching with totals
    Any suggestions?

    Check out the query in both the times.Execute against database and try to sum the data for quarter/period and compare it with Year data.
    Just try to differentiate is it a report total that is getting wrong or the data in the database table itself is getting wrong stored.
    Mark as helpful if it helps.
    Regards,
    Veeresh Rayan

  • How to update the default date format in OBIEE 11G.

    Hi All,
    How to change the default date format in OBIEE 11g from the MM/DD to DD/MM. Could anyone please help me out ASAP?
    Thanks,
    Arpan

    Hi Arpan
    OBIEE 11g is having " localedefinitions.xml " file at this Location C:\Oracle\Middleware\Oracle_BI1\bifoundation\web\display
    in my case i installed at C:\Oracle\MIddleware.
    so
    1- Stop BI Server from EM
    2- Navigate to this Location C:\Oracle\Middleware\Oracle_BI1\bifoundation\web\display. in your case oracle home will be different
    3- take a backup of this file localedefinitions.xml "
    4- modify it and save
    5- bring BI Server up.
    Regards
    sher

  • Display the total number of rows for the report in OBIEE 11g

    Hi, In obiee 11g, the pagination will be 1-25. Is there any possiblity in obiee to show the total rows count next to pagination. Ex: if the result contains 120 rows. it should display after the pagination
    Records 1-25. Total of Records : 120
    Is there any way we can display the total number of rows for the report.
    Kindly help me.. Its very urgent requirement.
    MAny Thank in advacne

    Check this http://obiee100.blogspot.com/2011/07/display-total-number-of-records-in.html
    and
    http://docs.oracle.com/cd/E28280_01/bi.1111/e10544/appsql.htm#CHDCDIDA
    You have to go something like as suggested in previous link.
    Mark as correct/helpful

  • OBIEE 11g - help formatting graphs / trellis displays

    Hi, in OBIEE 11g I'm trying to display a simple trellis graph of win % for various baseball teams over a 10 year period. On the trellis - I would like to NOT show the vertical scale or horizontal scale. I.e. vertical currently showing 20%, 40%, etc. up to 100%, and horizontal showing 2001, 2002, etc.
    Is there any way to turn off the scales on the various axis? I can turn off the "labels" so that it doesn't put the word "Year" under the horizontal axis, but I haven't been able to figure out how to actually turn off the year values.
    This pretty much holds even on a "normal" non-trellis graph - I can't see how to turn off the axis values there either.
    Thanks!
    Scott

    Dear Maqsood...
    Assalam Alaikum,
    I donno this question has been answered or not. if not please refer below. ( Obiee 11g)
    Edit Graph properties - > Style Tab -> Grpah Data- Style and Conditional Formatting -> Conditional Formatting -> Add Conditional Formatting.
    You can add Conditional Formatting similar to Column Properties.
    Mark Correct if its answered.
    Regards,
    fiaz

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

  • Unable to do Grand Total in Pivot table view in OBIEE 11g

    Hello Experts,
    I am totaly new for OBIEE 11g
    I have created a report and wanted to do row wise total. Simple grand total in OBIEE 11.1.1.5 version. While doing the summation 'After'. I am getting a Window internet explorer Pop-up Saying the following.
    "Are you sure you want to nevigate away from this page?
    The changes that u made on this object has not been saved. Click cancel to return to the editor where u can save the object.
    Press OK to continue or cancel to return to the page".
    I tried both option, but non of the options are working.
    Please provide me a solution on priority because client is on head.
    Thanks in Advance.
    Niraj

    Hi,
    Its Permissions issue.can u please try to do it outside local mechine(just open IE8 then call the server url from outside ). i hope u tried inside server pc its limited permissions for logged in users thats why its not allowing to do edit the anaysis report.
    let say u have DEV/UAT servers the application installed with some other users (admin group user or power user) while u r accessing and doing devalopment better to use outside browers .
    Note: i have also faced same issues (IE8 browser security level permission in win 2008 server).solution u can just try to access the url from outside server.
    Thanks
    Deva

  • Can I set a conditional format as default in OBIEE 11g?

    Hi,
    I would like to set all positive number be (green) and negative number be (red) for all tables in Analytics Web (OBIEE 11g). Apart from create conditional format for every tables, is there any way to set once only and apply for all reports?

    Hi User,
    You can set system wide default by clicking on the button in conditional format tab.
    *Make sure user has "Save System-Wide Column Formats" privilege to enable the option.
    Regards,
    Dpka

  • Custom date format that can use in Obiee 11g

    Hi,
    I'm new here,
    What are the date format could be use in OBIEE 11g?
    can we custom like this: DD-MM-YYYY?is there any case sensitive like dd-MM-yyyy?
    Please help
    Joe
    Edited by: JoeSSI on Mar 1, 2012 8:32 PM

    Hi,
    bot should work.refer the below
    go to u r required columns -->right click and properties then select data format tab --> check it Override Default Data Format > select it custom option put u r required both option work.
    if u kept it
    DD-MM-YYYY ===> 01-03-2012 format u ill get
    or
    dd-MM-yyyy
    Thanks
    Deva

  • OBIEE 11g default pivot formatting changes

    Hi, in OBIEE 11g, there are several default pivot table formatting options that we would like to disable - I don't want end users to have to do this manually:
    #1 - All cells that are not in the "Measures" area have a default tan background applied to them
    #2 - All cells that are not in the "Measures" area have a "fade" color that gets dark near the bottom of the cells
    Does anyone know how to disable these?
    Thanks!
    Scott

    I did not get a chance to work on 11g yet, which is really not good :), but I am guessing you can do this by conditional formatting as in 10g. If you want to custom format a column/heading you can do it by formatting/conditional formatting. If you talking about the OOTB colors, then you might have to edit CSS files.
    Sorry dude..I wish I worked on 11g and know this.

Maybe you are looking for