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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
chadliagabsi
Creator II
Creator II

Change color for active sheet

Hello !

how can i force a color for an active sheet.

Thanks

1 Solution

Accepted Solutions
Anil_Babu_Samineni

May be, Condition for Sheet Properties like below =If(SubField(GetActiveSheetId(), '\', 2)='SH02', Green())

Capture.JPG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

May be, Condition for Sheet Properties like below =If(SubField(GetActiveSheetId(), '\', 2)='SH02', Green())

Capture.JPG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Peter_Cammaert
Partner - Champion III
Partner - Champion III

That was just for changing the tab color of the Active Sheet.

If you want to change the background color as well, use the same expression in the Sheet Properties->Background->Sheet settings->Color button:

Change color for active sheet thread287677.jpg

Then, to mirror this color in the Tab, select "Sheet Background" in the Tab Settings.