Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Tabrow properties

Hi,

I want to display tabrow text or background color of sheets in a qlikview file, whichever is possible, in a way such that sheet which is active should display some different color than others say, red and the rest sheets which are inactive should display their tabrow text or background as default one.

Please help me.

Thanks in advance.

Tabrow.PNG

As, Scenario Comparison is selected here, so this one in red and rest be in black.

1 Solution

Accepted Solutions
5 Replies
whiteline
Master II
Master II

Hi.

You can write an expression for sheet color for each sheet.

Use GetActiveSheetId() function to check if it equals the sheet id.

Gysbert_Wassenaar

See this discussion: http://community.qlik.com/message/339306#339306

or http://community.qlik.com/message/341699#341699


talk is cheap, supply exceeds demand
Not applicable
Author

I donot want to affect sheet color. I want it white only for all the sheets.

I just want tbrow text color to change if activated.

Gysbert_Wassenaar

Same thing, just change the Tab Text Color instead of Tab Color. You can use the same kind of expression.


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks a lot