kpescatore
MIS
Is there a way to do threshold based on a metric for a specific custom group band or attribute element in a grid?
So if I have a report that looks something like this:
I would like to highlight Bands with counts greater then 0 for bands 3,4 and 5 but not 1 or 2. So my result would look like this:
Any help would be appreciated.
So if I have a report that looks something like this:
Code:
Metric # of Units
Custom Group1
Band 1 543
Band 2 4
Band 3 2
Band 4 0
Band 5 7
I would like to highlight Bands with counts greater then 0 for bands 3,4 and 5 but not 1 or 2. So my result would look like this:
Code:
Metric # of loans
Custom Group1
Band 1 543
Band 2 4
Band 3 [COLOR=red yellow]2[/color]
Band 4 0
Band 5 [COLOR=red yellow]7[/color]
Any help would be appreciated.