Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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