Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
Is there any way to turn the visual cue off row 0 (aka the totals line)?
Thanks
Hi @FrankC , i used this once, but in expression text color, not in Visual Cue :
If(dimensionality() <>0, if( column(1)>300, red(), blue()))
I used something similar. I am using Rowno() >0