Condtional formatting on Grand Total in OBIEE 11.1.1.6.7

Hi,
We have upgraded a report from 10g to 11g and the report has pivot table which has conditional formatting set on the Grand Total level and is resulting in the following error in OBIEE11g.
“DXE compiler error. No table 'GTGT' found in DXE. Source name: DxeAPI. XML: None”
XML Snippet in 10g:
<saw:condition>
<sawx:expr xsi:type="sawx:comparison" op="notNull"> 
<saw:columnRef columnID="xx"/></sawx:expr> 
<saw:displayFormat fontColor="#FFFFFF" wrapText="true"/> 
  </saw:condition>           
Equivalent XML Snippet in 11g:
<saw:conditionalDisplayFormat>  
<saw:formatRule>
<saw:condition>
<sawx:expr xsi:type="sawx:comparison" op="notNull">  
<saw:columnRef columnID="xx"/></sawx:expr></saw:condition>
<saw:formatSpec fontColor="#FFFFFF" wrapText="true"/></saw:formatRule></saw:conditionalDisplayFormat>
Please let me know how to resolve this issue.

Hi User,
This report is corrupted. You can rebuild or re copy the xml from 10g to 11g and see if it works.
Thanks,
Amol
(Please mark this answer, if you find helpful)

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

  • Reg : Grand Total in OBIEE

    hi all,
    I have two measure columns and i performed grand total on that columns .
    Here, I want grand total only for one measure column (I dont want to use default aggregatio rule as none).
    Any formatting options available(for eg: fill the same color for the measure as well as value for the particular column Grand Total)
    Can u help on this?
    Edited by: udeffcv on Apr 5, 2010 12:24 AM

    If you are using Pivot table.,
    try placing the measure cols(for which grand total is not needed) in the "Rows" section of the pivot table.
    Regards,
    Raghu

  • How to format the Grand Total with condition?

    Dear All,
    I found the XML for Total as below:
    <saw:edgeLayer type="column" columnID="c523314f1e2a401c3">
    <saw:levels>
    <saw:level>
    <saw:displaySubTotal id="t1" subTotalPosition="before">
    <saw:memberFormat>
    <saw:displayFormat>
    <saw:formatSpec wrapText="true" borderColor="#999999" borderPosition="18"/></saw:displayFormat>
    <saw:caption>
    <saw:text>Total</saw:text></saw:caption></saw:memberFormat>
    <saw:dataBodyFormat>
    <saw:displayFormat>
    <saw:formatSpec borderColor="#999999" wrapText="true"/></saw:displayFormat></saw:dataBodyFormat></saw:displaySubTotal></saw:level></saw:levels>
    <saw:memberFormat>
    <saw:displayFormat>
    <saw:formatSpec height="25" wrapText="true" hAlign="center" vAlign="middle"/></saw:displayFormat></saw:memberFormat></saw:edgeLayer>
    And I tried to use some conditional format since I want the Total for Ratio can be shown as 0.0 not 0. Thus, I tried to alter the XML by adding the condition to it.
    <saw:edgeLayer type="column" columnID="c523314f1e2a401c3">
    <saw:levels>
    <saw:level>
    <saw:displaySubTotal id="t1" subTotalPosition="before">
    <saw:memberFormat>
    <saw:displayFormat>
    <saw:formatSpec borderColor="#999999" borderPosition="18" wrapText="true"/></saw:displayFormat></saw:memberFormat>
    <saw:dataBodyFormat>
    <saw:displayFormat>
    <saw:formatSpec borderColor="#999999" wrapText="true">
    <saw:dataFormat xsi:type="saw:number" minDigits="0" maxDigits="0" commas="true" negativeType="redParen"/></saw:formatSpec>
    <saw:conditionalDisplayFormats>
    <saw:conditionalDisplayFormat>
    <saw:formatRule>
    <saw:condition>
    <sawx:expr xsi:type="sawx:comparison" op="equal">
    <sawx:expr xsi:type="sawx:columnRefExpr" columnID="c881e0b4d32235233"/>
    <sawx:expr xsi:type="xsd:string">Ratio</sawx:expr></sawx:expr></saw:condition>
    <saw:formatSpec wrapText="true">
    <saw:dataFormat xsi:type="saw:number" commas="false" negativeType="redParen" minDigits="1" maxDigits="1"/></saw:formatSpec></saw:formatRule></saw:conditionalDisplayFormat></saw:conditionalDisplayFormats></saw:displayFormat></saw:dataBodyFormat></saw:displaySubTotal></saw:level></saw:levels>
    <saw:memberFormat>
    <saw:displayFormat>
    <saw:formatSpec height="25" wrapText="true" hAlign="center" vAlign="middle"/></saw:displayFormat></saw:memberFormat></saw:edgeLayer>
    It shows some Error Message as "DXE compiler error. No table 'GTGT' found in DXE. Source name: DxeAPI. XML: None". It it possible to add some condition for Grand Total? If so, how I alter my XML??
    Thanks a lot!!!
    Best Regards,
    Martin

    Hi Martin,
    Try to change *" minDigits="1" maxDigits="1"* values from 1 to 2.
    It may help you.
    Thanks,
    Suresh.

  • Grand total in OBIEE Answers

    I have say three columns in a report, Col A that aggregates by SUM, Col B that also aggregates by SUM and Col 3 that aggregates by Avg
    Col A Col B Col C
    Amount Qty Avg price
    10 3 3.33
    20 4 5
    30 7 ? Grand Total (use of report total)
    I want to see Sum (col A) / Sum Col B and average of Col C where I have ?, how can I do that?

    Hi,
    If i got you correctly,
    i think you can achieve this way.
    Criteria:
    Dim X, Dim Y, Col A , Col B , Col C
    case i:
    If Col A & Col B are Aggregated to SUM(in RPD),
    then in the column formula of 'Col C',
    Col A/Col B (Aggregation Rule - Default)
    This gives you the SUM(Col A) / SUM(Col B) for the Grand total Row for 'Col C'
    case ii:
    If Col A & Col B are Not Aggregated to SUM(in RPD),
    then in the column formula of 'Col C',
    SUM(Col A BY Dim X, Dim Y)
    SUM(Col B BY Dim X, Dim Y) (Aggregation Rule - Default)
    This gives you the SUM(Col A BY all Dim X,Y values) / SUM(Col B BY all Dim X,Y values) for the Grand total Row for 'Col C'
    Hope it helps you.
    Regards,
    Raghu

  • Grand total conditional formatting

    Hi gurus,
    I have a problem with the grand total conditional formatting. The grand total is not conditionally format it as do the other elements of the pivot. I have read other posts on the forum and other sites on the advice of workaround to get the grand total formatted conditionally.
    Like this:
    http://www.clearpeaks.com/blog/oracle-bi-ee-11g/grand-total-conditional-formatting-in-pivot-tables
    or
    http://gerardnico.com/wiki/dat/obiee/answer_xml
    But the answers is in error:
    DXE compiler error. No table 'GTGT' found in DXE. Source name: DxeAPI. XML: None
    Error details
    Codici di errore: YV3KVTDM
    Location: saw.hypercube.dxeApi, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    I'm use the version obiee 11.1.1.6.2
    Someone can give me some advice on how to conditionally format the grand total
    Thanks in advance
    Christian

    Hello;
    Im facing exactly the same issue. Did you find any workaround ?
    Thanks in advance
    niko

  • 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

  • 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

  • In OBIEE Report Grand Total instead of Average(Average)  use Sum(Avg)?

    Hi All,
    In OBIEE Report Grand Total average always shows Average of average (Default) "avg(avg)" , can i overwrite this functionality to sum of average "sum(avg)".
    Thanks in advance
    Regards
    Kandasamy

    Hello,
    You can try the following:
    Remove the calculate result as setting for the three KFs.
    In exception aggregation set property to average with ref char as leave start date.
    Check if it works.
    If the above dosent work, set reference char to emplyee ID and check.
    Either one of them has to work
    REgards,
    Shashank
    Edited by: Shashank Dighe on Apr 2, 2009 9:03 AM

  • OBIEE 11g - How to display Grand Total in graphs

    hi ,
          I am using obiee 11.1.1.6 version . In a report I have a requirement to display the grand total (present in the table) to be shown in the graph also . Kindly help.
    Regards,
    Niv

    Hi Niv,
    One quick question here.How are you creating Grand Total?
    I have created using grand total by row summing and inserting that value in the Group By Function.
    Attached the screen shot for your reference.
    GT - Download - 4shared
    Mark if helps
    Thanks,

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

  • How set grand total conditional format

    Hi guys,
    i ahve the follw problem:
    in my pivot table i want to set an image on Total's row. I'm able to set conditiona format on the single measures, but if i make a Total's row isn't impossible.
    There is a solution?
    Thank's a lot.
    Best regards
    Antonio

    Hi,
    check this link
    Conditional formtting in Grand total
    You can achive that by playing with XML in advanced tab.
    Regards,
    Sandeeep

  • OBIEE 10g - Unable to see data in the report view with grand total applied

    Hi,
    We're facing with a strange issue.
    We're working on a report view.
    We're able to see data when Grand total is not applied on the report. The moment Grand Total is applied, it's showing either an empty table with NULL values or "No Results" page.
    Please help.
    Thanks in advance.
    -Rama

    Hi Dpk,
    Thanks for your reply.
    I included it in the instanceconfig.xml, but the issue still exists.
    Couple of Observations
    #1 - We noticed this issue when we drill down to the level which has really sparse data.
    It works fine when we look at the enterprise wide report.
    #2 - Works fine with few dimensional attributes and facts on the report
    When we add a fact that doesn't have any value at that level, the issue starts to appear.
    Thanks in advance.
    -Rama

  • OBIEE 11g Grand total issue

    Hello,
    I have one requirement where I want to show the data as follows
    Type          Metric          Values
    Type1          units          100
              Days          50
              % Calc     10%
    Type2           units          100
              Days          50
              % Calc     10%
    Type3          units          100
              Days          50
              % Calc          10%
    Total units     300
    Total Days     150
    Total % Calc 30%
    If I take grand total of row in pivot table, I am not able to show Total units, Total Days and Total % Calc values in Grand Total because by default, same grand total name appears.
    I want to give different grand total names and percentage sign should appear in grand total.
    Please let me know if u need any more information.
    Thanks.

    Try to recreate the report. Just in case make sure that you dont have null values in that metric or try with ifnull(col,0)
    Check this bug too BUG:9871470
    Keep update

  • Obiee 11G - Show grand total in chart

    I have three measures in my table.
    Measure 1 - Rolling balance from the current and previous month.
    Measure 2 - PeriodRolling revenue for the last three months including current month
    Measure 3 - Calculation using measure 1 and measure 2 and the number of  days.
    I have created all three measures in the RPD.
    The table is by state. So it could be Texas, New York, Illinois and so on.
    Month
    State
    Measure 1
    Measure 2
    Measure 3
    1
    Texas
    17565
    9898989
    45
    1
    New York
    97848
    8748575
    43
    2
    Texas
    85768
    8734874
    33
    2
    New york
    94855
    3234442
    23
    The chart shows the trend of Measure 3 by time for each state. I need a line on the chart to show the total by month. Do I have to create a sum() formula in the RPD? Appreciate any ideas that you can throw at me.

    I created a new group in the selection step and included all the states in it. That seemed to work. The Graph shows a line for grand total. Thank you for your help.
    The requirement is to create a line chart. I don't think a bar would work as well here.

Maybe you are looking for