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

1 Solution

Accepted Solutions
MayilVahanan

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

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.