Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to conditional format with an attribute as a target?

Hello,
I have a columns called "target" with fixed data that i don't want to aggregate, i want to use it in conditional formatting to highlight if the total have reached the needed target but i can't use attribute there.
how can i do it?
i did a manual conditional formatting and it worked great but the targets are changing per month and it's not efficient to change the conditional formatting every month.
i use Oracle Analytics Desktop.
appreciate your insights.
Best Answer
-
Hi @ashraf817
Currently, we do not support Conditional formatting on attribute; however, this is an enhancement on the roadmap.
There is a workaround trick to make the attribute appear as a measure, you may need a new calculation
SUM(0) + MONTHLY_INCOME
That probably should be converted to measure anyway in your data import phase
I hope that helps, other comments welcomed.0