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: 
kwl1234
Partner - Contributor III
Partner - Contributor III

kpi conditional color

it's a way to change KPI value color based on selection on filter pane?

I tried enable conditional colors and used expression, it don't work.

 

Here is my expression : if(Actual_Plan.Category= 'AAA', red(), black())

kwl1234_1-1614844827366.png

 

 

 

1 Solution

Accepted Solutions
NitinK7
Specialist
Specialist

I think You need to use extension for this

check below link may be it is helpful

https://github.com/stefanwalther/sense-themable-kpi-tile

View solution in original post

4 Replies
NitinK7
Specialist
Specialist

try 

pick(match(division,'AAA'),Red(),Black())

if this is not working then can you please attach your qvf file , I will check

kwl1234
Partner - Contributor III
Partner - Contributor III
Author

It shows "You can use this setting to represent numeric measure values only".

kwl1234_0-1614846052196.png

 

NitinK7
Specialist
Specialist

Which value you want to show in KPI?

can you paste screenshot of KPI

NitinK7
Specialist
Specialist

I think You need to use extension for this

check below link may be it is helpful

https://github.com/stefanwalther/sense-themable-kpi-tile