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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Custom Color Preferences+Deploying on Access Point

I have changed the selection colors from the Qlik green to my company's branded colors with the following code:

CTRL+M

Sub SetColorPrefs()

Dim UserPrefs

set UserPrefs = _

ActiveDocument.GetApplication.GetUserPreferences

' Set the "Selected" Color

UserPrefs.CustomSelBgColor(1).PrimaryCol.Col = _

RGB (0,43,94) ' Willbros Blue

UserPrefs.CustomSelFgColor(1).PrimaryCol.Col = _

RGB (256,256,256) ' White Text

etc script...

I then go to Settings > Document Properties > General > Color Scheme > [Custom]

Now my listbox selections have switched colors from the green to my blue.

The problem I am experiencing is when I upload the application to Access Point--the colors are green!

I have a standard Qlik workflow of a extract script .qvw to push .qvds, then I create my data model, then my UI.

Why is the green staying default in Access Point?

Labels (1)
2 Replies
oscar_ortiz
Partner - Specialist
Partner - Specialist

Macros and server don't play well together.

bindu_apte
Specialist
Specialist

Hi,

Can you provide qvw file where issue is coming.