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

Changing Selection Color Scheme

Hi All,

I'm wondering is it possible to change the selection color scheme in QlikView document? I found I can select [Custom] color scheme in "Document Properties" -> "General" -> "Selection Appearance" but I don't know how is it work.

Do you have any experiences about changing the selection color scheme? Thanks.

1 Solution

Accepted Solutions
sibin_jacob
Creator III
Creator III

Hi Danny,

May be this will help...

http://community.qlik.com/docs/DOC-3140

It is working fine for me in web view .

View solution in original post

4 Replies
Anonymous
Not applicable
Author

See API Guide, there are examples for members SelectionsBgColor and SelectionFgColor.  As I understand, it should allow to use any colors, although it doesn't work for me this way.  Apaprfently there are some restrictions...

If changes are made by this macro, - you'll see this "Custom" in document properties.  It is just an indicator that the color scheme is none of the standard.

Not applicable
Author

Thanks Michael, I tried use SelectionBgColor and SelectionFgColor in marco but didn't work for me.

I tried to modifiy the .QvSelected class in default.css under QlikAjaxClient folder to make the selection color change in Web, but also doesn't work.

sibin_jacob
Creator III
Creator III

Hi Danny,

May be this will help...

http://community.qlik.com/docs/DOC-3140

It is working fine for me in web view .

Not applicable
Author

It's working fine for me, thanks Sibin