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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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