Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reference Theme Color in Expression

Is there a way to reference one of the theme colours in an expression for the background color of a chart so that I don't have to find type in the RGB code all the time?

Help is appreciated.

1 Solution

Accepted Solutions
marcus_sommer

You could use color(n) to refer to the color pallete from your chart to which you could apply an object-theme.

- Marcus

View solution in original post

2 Replies
marcus_sommer

You could use color(n) to refer to the color pallete from your chart to which you could apply an object-theme.

- Marcus

yduval75
Partner - Creator III
Partner - Creator III

No way to put it in the theme. But you can create color variables for your expression.

In the script :

SET vcolor_Expression1 = RGB(53, 56, 69);