Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Same colour combination for all the charts in Qliksense

I am trying to add same color  for all the  charts in my application but by selecting multicolored option i am getting default colors instead of customized colors.

Thank you

1 Solution

Accepted Solutions
prasadcm
Creator II
Creator II

Hi Sagar,

Please see the attachment.

You need to use valuelist function for these in your charts.

In the Data section you can have either 2 dimensions or measures,so replace either one of these with valuelist function.

In Colors section select Custom->By Expression and use the function with RGB code mentioning the required colors.

The parameters you mention in the function however appears in the chart,in order to avoid it use single & double spaces as separator.

Follow the above steps in which ever chart you want.

View solution in original post

2 Replies
Not applicable
Author

for that you can use ValueList() , it is used to create Temporary Dimension

prasadcm
Creator II
Creator II

Hi Sagar,

Please see the attachment.

You need to use valuelist function for these in your charts.

In the Data section you can have either 2 dimensions or measures,so replace either one of these with valuelist function.

In Colors section select Custom->By Expression and use the function with RGB code mentioning the required colors.

The parameters you mention in the function however appears in the chart,in order to avoid it use single & double spaces as separator.

Follow the above steps in which ever chart you want.