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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

make tab turn red when activated

Hi All

i have one of my Tab=11 , is not working , the rest is working fine. i am not able to find out why not working. hope some one can provide me the link to figure out.

2 Replies
er_mohit
Master II
Master II

Go to sheet prperties -->general--> at last you ll see tab color click on it

put this condition if(GetActiveSheetId()='Document\SH01',rgb(255,62,62),white())

and on trigger tab -->on active sheet--> add action--> layout-->Active sheet then put the Sheet ID

then ok

hope it helps

paulyeo11
Master
Master
Author

HI eR

Now my script inside is :-

=if(vTab=14,vActiveBGColor)

when i place you code in , i get totally white,

Paul