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

Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

background color

Hi,

Is there any way to chnage the background color of the document based user logged in or user can choose the background theme.

Labels (1)
2 Replies
Not applicable
Author

The background color of the document can be set to dynamic, so it's feasible that you could use conditional statements to change the background color based on the user or user group. I'm not sure about the user dynamically changing the background, especially in AJAX/IE.

matt_crowther
Specialist
Specialist

One method I've used in the past to allow end users to alter colours - both background and caption is as follows:

Set 3 variables - eg: 'vRed', 'vGreen' and 'vBlue'. Next either link them to three input boxes or as I prefer slider objects (set the scales to be 0 to 255 with steps of 1).

Then in the calculated colour box of either the background or caption enter the expression '=rgb(vRed,vGreen,vBlue)'.

That should allow users to amend colours to their hearts content.

As a note I also use this for quickly creating new documents for multiple companies; to change a .qvw to fit a new companies colour scheme you only have to change a few variables to match their corporate branding - very useful in the SiB world!

Hope that helps.

Matt - Visual Analytics Ltd