Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
i have a problem with the coloring the field when the previous field value is the same.
ex:
field 1
---------
a123 -------> i need to add a background in this field
a123
b123
b321
c222 -------> i need to add a background in this field
c222
If possible, I need it in the expression.
thanks
Hi,
I think the function below will help you
"Below() evaluates an expression at a row below the current row within a column segment in a table"
=if(dim=below(dim,1), backgroundColor, noBackgroundColor)
it works perfect, I needed to use TOTAL.
it works perfect, I needed to use TOTAL.
The expression is : =if( dim = below(TOTAL dim), backgroundColor, noBackgroundColor)