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: 
Not applicable

exception in expression

Hi,

pls help.

I have a simple pivot table with two dimensions (year,month) and to expression i need to say:

load all sales for dimension named "location",where is "3" and without data of IBM as i supplier 

Sum

({<Location={'3'},Supplier<>{'IBM'}>}(Sales))

It doesnť work because of <>,but i don´t know why and i neet to know another way how do this exception in expression

Thx a lot

Jerry

Labels (1)
1 Solution

Accepted Solutions
MayilVahanan
MVP
MVP

HI

Sum

({<Location={'3'},Supplier-={'IBM'}>}(Sales))

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
MayilVahanan
MVP
MVP

HI

Sum

({<Location={'3'},Supplier-={'IBM'}>}(Sales))

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.