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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sona_sa
Creator II
Creator II

Current selection and Color Change in Straight Table

Hi,

I Have a sheet. There is multibox and a sraight table. whatever field selection is done in that particular multibox, That dimension font color or Back ground color should to be changed in that straight table.

At a time there is only one selection always will be done.

For ref. please check out attached qvw.

Thanks

2 Replies
Anonymous
Not applicable

You can use conditional attribute expressions for dimensions, for example

if(<your measure>='<a specific value>', rgb(255,200,200)

sona_sa
Creator II
Creator II
Author

Hi Thanks for reply,

But Whatever selected in Listbox, I want that dimesion Color should to change in Straight Table. Always one selected value will apear in that Multibox. Suppose I have 100 dimension in that multibox.

Thanks