Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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
MVP
MVP

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

 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.
FrankC
Creator
Creator
Author

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