Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
FrankC
Creator
Creator

Visual Cue

Hello

Is there any way to turn the visual cue off row 0 (aka the totals line)?

 

Thanks

 

Labels (1)
2 Replies
QFabian
Specialist III
Specialist III

Hi @FrankC , i used this once, but in expression text color, not in Visual Cue :

If(dimensionality() <>0, if( column(1)>300, red(), blue()))

QFabian_0-1617315093701.png

 

QFabian
FrankC
Creator
Creator
Author

I used something similar.  I am using Rowno() >0