Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
vishalgoud
Creator III
Creator III

not able to customize the selection color in qlikview , i want Amber instead of Green..?

Using the extension object I changed the default Qlikview selection color to Blue from Green.

Its working fine , but here I don't want blue color , I want to customize the color of the selections.

selection colours

in the above thread they have given some method to customize the color , but I don't find any .CSS files.

am struck here to convert the file from .QAR to .CSS

Please give your suggestions to do this.

Best Regards,

V.

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

did you also install the qar on the server?

if not, go to your sever directory:

C:\ProgramData\QlikTech\QlikViewServer\Extensions

and copy your local modified "NoGreen" Folder (C:\Users\USER\AppData\Local\QlikTech\QlikView\Extensions\Document\NoGreen\) in it.

View solution in original post

17 Replies
Anonymous
Not applicable

Hi, see this post

Change selection color

Regards!

vishalgoud
Creator III
Creator III
Author

Hi Manuel ,

thanks for the Quick response ,but we want to do that without using a macro.

as we know macros will not support all browsers so any other methods like extension object

we are getting blue color using one extension now the thing is we want to change that color to our users brand color.

let me know if you need any other details.

Anonymous
Not applicable

Try to use this macro on Desktop, and save your document, then, on document properties select Custom on list options.

Regards!!

Clever_Anjos
Employee
Employee

You can find your CSS files under

Desktop : C:\Users\[youruser]\AppData\Local\QlikTech\QlikView\Extensions

Server : C:\ProgramData\QlikTech\QlikViewServer\Extensions

Frank_Hartmann
Master II
Master II

After installing the qar file go to:

C:\Users\USER\AppData\Local\QlikTech\QlikView\Extensions\NoGreen\

and edit the NoGreen.css with your editor. You will have to replace all #0099ff with #FFC200

and all color=%230099ff with color=%23FFC200


in addition you will need to open the Script.js with your editor and also replace

color=%230099ff with color=%23FFC200


save everything and

after that go to your qvw --> settings -->Document Preferences --> Extensions

and add the NoGreen.

Then change to web mode!

Thats it!

Hope that helps

vishalgoud
Creator III
Creator III
Author

thanks Frank for the clear info.

Surprisingly after double clicking on the .qar file , I don't find any thing on the

C:\Users\USER\AppData\Local\QlikTech\QlikView\Extensions\Objects\NoGreen\

but I found those .css and .Js files in this below folder.  - Does it make any Difference  ?

C:\Users\USER\AppData\Local\QlikTech\QlikView\Extensions\Document\NoGreen\

and I did the respective changes mentioned above, its perfectly working.

And One more thing how you get those Codes for amber ? , Please send those for all colors.

Best Regards,

V

Frank_Hartmann
Master II
Master II

My fault, your path is correct 🙂

Have a look here

http://cloford.com/resources/colours/500col.htm

or use google to search for "hex colour +amber"

hope that helps

Clever_Anjos
Employee
Employee

As NoGreen is a Document extension, correct path is where you find it

Object Extensions reside on C:\Users\USER\AppData\Local\QlikTech\QlikView\Extensions\Objects

Document Extensions reside on C:\Users\USER\AppData\Local\QlikTech\QlikView\Extensions\Document