Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Variable QV layout with Excel upload

hi guys  i would like to create a QV tool with variable colors so that it can used for different occasions. The RGB color should be stored in an Excel file for easier access and when the QV File is opened all colors should be changed accordingly. I manged to modify the tab and chart colors in QV, but i can not get the final link to Excel. If I set manualy the variable in the script editor it works... SET vLayout_Color = 'Minstring(RGB(0,47,95))';  but i can not load for the color 0,47,95 from an excel file. How can i do that?  thanks and regards Jay

1 Reply
whiteline
Master II
Master II

You can load color values into some table with a key value (name).

Then use lookup function to get the values by key and to store the values into variables if needed.