Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
s4ni9r99
Contributor
Contributor

how to highlight row in a straight table

i have a straight table, when the row is clicked the entire row should be highlighted with green and bold, how to achieve it.

1 Reply
johnca
Specialist
Specialist

You can add an expression for the Dimension Background (as well as each expression Background) similar to the following;

If(count(total distinct <Dimension Field>)=1, rgb(0,255,0))

Then, do something similar for each Dimension and Expression Text Format;

=if(count(total distinct Date)=1, '<B>')

Thread_315422_1.png

Thread_315422_2.png

V/r,

John