Hello, I am creating a pivot table using union query and created a calcualted field ratio for the pivot table ($1/$2).Now I need to apply the conditional formatting on the Only the Ratio Field something like if the ratio is <10 show the metric in red color. Please let me know how this can be achieved.
zip code
| metric1
| metric2
| Ratio(Calculated Item($1/$2)
|
|---|
| 12345 | 100 | 10 | 10 |
| 23456 | 100 | 10 | 10 |
| 56789 | 100 | 10 | 10 |
Thanks
DNK