Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Conditional formating based on grand total in obiee

hi all,
I have created a report with pivot view and applied grand total (after total option).
Can we apply Conditional format based on that total.
for example total values is 3 I want to display amber and more than 3 red. Total value coming automatically when we select after total option in pivot view. I have created new measure but not working.
Pls suggest possible ways
Thanks
Sudha
Answers
-
Hi,
What version of OBIEE are you talking about?
Assuming you talk about an OBIEE analysis and not a BI Publisher report, right?
0 -
Yes it's OBI 12c
0 -
Conditional formatting do not apply to grand total, so if you wanted to format the total itself it will not work.
If you want to apply conditional formatting on the detail (not total values) based on the value of the total you can do it by calculating in a hidden column a "flag" value (1/0, true/false) using formulas to calculate the total.
0 -
-
One way to do this is to create a "Totals" line in a union query. The second leg of the union is identical to the first, except the records in the first are collapsed into a single record,
by replacing "Project Number" in this example, with the word "Totals:" Conditional formatting can be applied to "Cost" that is triggered by the "Totals:" label.I used an added Result Column at the header level to create the condition flag used above.
0