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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to get multi colors in bar chart on single bar graph

Hi Friends,

above graph on Germany, i want display multi colors according to sales wise like 0 to 100 one color 101 to 200 one color

could you help on this.

regards,

siva

4 Replies
sunny_talwar

You should be able to do it using a background color (Using RGB() and ARGB() to define colors) condition:

If(Sum(Sales) < 100, Red(),

If(Sum(Sales) < 200, Yellow(), Green()))

Not applicable
Author

Hi Sunny,

Thanks For Your information ,

and Could you help me on Folder structure.

Thanks & regards,

Siva

sunny_talwar

Folder structure? Not sure which folder structure are you referring to?

susovan
Partner - Specialist
Partner - Specialist

Is it your requirement

38.JPG

Warm Regards,
Susovan