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

How to use IN operator in Qlikview

hi,

actually i had a table in which i got various order values but i want to display only those orders which are 24,26, & 27.

In Sql we can use IN operator for that.

Please help me here how to use it.

Thanks

12 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

If your are going to display sales for some order id  then you can use Sum({<OrderID={25,26,27}>} Sales)

Or If you want display orderID itself then you can use

Only({<OrderID={25,26,27}>} Sales)

IAMDV
Master II
Master II

Guys - You're replying back to a thread which is more than one year old! I'm sure Abdul would have solved this long back.

Cheers,

DV

www.QlikShare.com

Deepak Vadithala

Anonymous
Not applicable
Author

Outstanding observation !

Thanks from the blind ones.