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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
fionna51
Creator
Creator

Get multiple values correct color

Hi,

Some of our users can access multiple entities, we want to highlight (give different color) among all other entities. For example, when user entity is 1B then Rate 1B highlighted. But if user has two entities 1A and 1B (select 1A, 1B at same time), how to do the background color? Please see the attached app.

Thanks a lot.

1 Solution

Accepted Solutions
sunny_talwar

May be using this

If(SubStringCount(Concat(DISTINCT Security_Key), MEMID) = 1, RGB(20,255,255))

Capture.PNG

View solution in original post

2 Replies
sunny_talwar

May be using this

If(SubStringCount(Concat(DISTINCT Security_Key), MEMID) = 1, RGB(20,255,255))

Capture.PNG

fionna51
Creator
Creator
Author

Yes, this is working. Thank you.