Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
cbaqir
Specialist II
Specialist II

Make current sheet tab stand out

I notice that the current sheet tab shows the name of the sheet in bold but are there any suggestion on making the current sheet tab stand out more so the user clearly knows which tab they are on?

1 Solution

Accepted Solutions
morganaaron
Specialist
Specialist

Hi Cassandra,

Have a look at this thread: http://community.qlik.com/thread/29616

By creating a variable and using sheet triggers (OnActivateSheet) you can set the tab colour of the "active" sheet to a specified colour, which helps it stand out a bit more.

View solution in original post

2 Replies
morganaaron
Specialist
Specialist

Hi Cassandra,

Have a look at this thread: http://community.qlik.com/thread/29616

By creating a variable and using sheet triggers (OnActivateSheet) you can set the tab colour of the "active" sheet to a specified colour, which helps it stand out a bit more.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I would not bother with the triggers as demonstrated in the referenced thread. You can test the GetActiveSheetId() in the tab color expression.

=if(GetActiveSheetId()='Document\SH01', red(), white())

-Rob

http://masterssummit.com

http://robwunderlich.com