Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
mugdhaojha
Contributor II
Contributor II

Making UI changes for entire QV dashboard at a single place.

Being a web developer earlier we used CSS to make the UI consistent for the entire application.

Any changes in the font or font familly were made only in the CSS and the changes were propagated to the entire application.

What are the approaches one can take to do something similar in QV dashboard.

Thanks in advance.

3 Replies
tresesco
MVP
MVP

Have a look at Settings->Document Properties.../User Preferences..

Or,

if you talking about theme, you can apply a theme for all sheets using 'theme maker' button in sheet property(general tab) and checking 'Set as default theme for this document'.

mjayachandran
Creator II
Creator II

You can also use variables here. have all the variable names in Excel sheet with Values (like font, color ) and in the dashboard assign each value from excel to variable.

Use the variable in Ur dashboard.

mugdhaojha
Contributor II
Contributor II
Author

Thank you for the reply.

I am pretty new to Qlikview and was wondering how the values can take from Variables(esp. font ,color can be assigned on calculated expression) and will these changes need to be made for each element?