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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Getting Stuck with IF Condition

Hello everyone,

I need your help, I have three region INDIA,NA,US. i want to show INDIA & NA data in hundred(two or three digits) and US data in thousands(45000)   for that i am trying below expression but its not working.

=IF(Region='US',Sum(Value),Sum(Value)/1000)

please help me ..

Thanks.

11 Replies
sunny_talwar

It is explained in detail here

Implicit Set Operators

alis2063
Creator III
Creator III

Thanks buddy