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: 
Not applicable

Calculated color for sheet tabs

I would like the color of my sheet tabs to change depending on if they are active or not. I tried writing this expression in the calculated tab color option in sheet properties

=

if(getactivesheetid()='Document\SH01',RGB(0,64,128),RGB(255,255,255))



but it does not work. It works if I do the same with the color of a text object. Is this not possible to do?

3 Replies
Not applicable
Author

Hi,

Check the attached application, i got this from forum.

This should help you.

- Sridhar

Not applicable
Author

Thank you very much for your help

jaspal_icon
Partner - Creator
Partner - Creator

Thanks Sridhar,