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 assign a color to many Dimension's value ?

Hi All,

         I am new to qlikview......

         I made a simple chart showing number of critical, high, medium and low Incidents(Dimension: Priority).

         Expression is: Count(Incidents)

         I like to have BAR Graph always using same colors, say: Red for Critical,Orange for High.and Green for Medium,etc....

         I have used the Expression like,if(Priority = "Critical", Red()),But it changed only one color.

         How to assign a color to many Dimension's value ?

        Could any one please help me to work on the right approach towards this issue ?

1 Reply
agomes1971
Specialist II
Specialist II

Hi,

use like this

if(Priority = "Critical", Red(),if(Priority = "High", Orange(),if(Priority = "Medium", Green())))))


and use it as calculated dimension...


HTH


André Gomes