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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

IF statement to change colours on the QS Map

Hi Guys,

How can i make this work with the QS built in map

IF(SUM({<SEGMENT={"A"}>}[Total Value PQ])>100,Red,Blue)

I've tried RGB 1.1.1 too

Thanks

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

May be

IF(SUM({<SEGMENT={"A"}>}[Total Value PQ])>100,Red(),Blue())

View solution in original post

2 Replies
MK_QSL
MVP
MVP

May be

IF(SUM({<SEGMENT={"A"}>}[Total Value PQ])>100,Red(),Blue())

Anonymous
Not applicable
Author

arhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh those () at the end

thanks lol