3 comments
-
+1 to this!
-
Is there any solution for this problem?
-
Hi guys,
Absolutely, this can be done!
The way this would be done is as follows(to highlight the cell in a column with the max value).
For instance, lets say you have column X, and you want to highlight the max value in column X.
First, add a hidden data to the table. This can be done via the Properties panel of the table.
Then, do the following:
REPEAT(
MAX(&Column X),
COUNTALL(& Column X)
)Note that in the above formula, we are using a results reference to the column X.
Then, in the Properties panel of the hidden data, set it to be independant.
In the indicator condition panel for Column X, set the condition up as follows;
If: Column X 'is equal to' Hidden data then: change background color
Hope this helps!
Warm regards,
Joshua