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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try like:

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

View solution in original post

2 Replies
tresB
Champion III
Champion III

Try like:

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

kunkumnaveen
Specialist
Specialist
Author

Thanks .....Working