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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

highlight row keep other data

Hi Guys,

Have any of you guys come across a way to highlight the row selected in a straight table but KEEP all the other data?  I am looking to apply the functionality similar to a list box to a straight table.  When you select something from a list box the item selected stays white and everything else turns gray (BUT YOU CAN STILL SEE IT).  Is that possible in a straight table?

Message was edited by: Katie Webb

12 Replies
Not applicable
Author


Thank you so much, that is exactly what I was looking for.  Do you know the syntax of the expression if there are multiple dimensions?

I have put the background color expressions in each dimension but it only works properly if I select the first dimension.  I know I am missing something!

Not applicable
Author

Like this ?, good luck Katie!!!

Clever_Anjos
Employee
Employee

Well, I think you can use "and" operator

something like this

=if(Index(Dim1,Concat(distinct total Dim1,''))>0 AND Index(Dim2,Concat(distinct total Dim2,''))>0,LightGray())