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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Foodie123
Contributor III
Contributor III

Chart Properties: How to copy over same color format?

Hello experts,

I am trying to copy over the same color coding used in a line chart to another chart in a different dashboard. Is that possible? 

I tried to copy over the definition in the background color for each expression but that doesn't seem to work.

If it helps the definition I'm copying over is: $(vAgencyColor)

Thank you in advance

Labels (1)
1 Solution

Accepted Solutions
Zapparoli
Creator II
Creator II

Hi @Foodie123 

This is a variable, to see the value you can create a KPI object and do this:

='$(vAgencyColor)'

This will show the color value that you want.

Or simply access the variable menu:

Matheus_Zapparoli_0-1692658293362.png

Let me know if it helps.

-Zapparoli

Check my Youtube Channel for more Qlik Content
https://www.youtube.com/@ZappaAnalytics

View solution in original post

2 Replies
Zapparoli
Creator II
Creator II

Hi @Foodie123 

This is a variable, to see the value you can create a KPI object and do this:

='$(vAgencyColor)'

This will show the color value that you want.

Or simply access the variable menu:

Matheus_Zapparoli_0-1692658293362.png

Let me know if it helps.

-Zapparoli

Check my Youtube Channel for more Qlik Content
https://www.youtube.com/@ZappaAnalytics

Foodie123
Contributor III
Contributor III
Author

This worked! Thank you so much Zapparoli.