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: 
kunkumnaveen
Specialist
Specialist

Selection should not effect the chart

Hello All,

I need to write a set analysis under color such that ,the below expression should remains unchanged  when i selected a Dimension

Dimension:Management

Expression:

if(SRMM_Criteria_Color='RED-FUNDING',RGB(255,0,0),Green())



How to write the above expression in set analysis



Thanks

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

Only({1} if(SRMM_Criteria_Color='RED-FUNDING',RGB(255,0,0),Green()))

View solution in original post

2 Replies
tresesco
MVP
MVP

Try like:

Only({1} if(SRMM_Criteria_Color='RED-FUNDING',RGB(255,0,0),Green()))

kunkumnaveen
Specialist
Specialist
Author

Thanks .....Working