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: 
chriscools
Creator II
Creator II

sum with set analysis with different conditions

Hello,

i'm trying to make a tabel with stock per article, but only for certain warehouses.

my formula is this:

sum ({< WarehouseName = {'WHS BE','Kontich'}>} StockQty )

but i need an extra condition, showing me for these warehouses only the locations where LocationFunction=Picking and Bulk.

how do i include an extra set analysis? or what is the right way to do it?

and is there a limitation to the conditions you can build in?

can anybody help me?

thanx

Chris

1 Solution

Accepted Solutions
sebastiandperei
Specialist
Specialist

Hi Chris!

No, there aren't limitations in the conditions of Set Analysis.

Try with:

Sum( {<WarehouseName = {"WHS BE", "Konitch"}, LocationFunction = {"Picking","Bulk"}>}StockQty)

View solution in original post

2 Replies
sebastiandperei
Specialist
Specialist

Hi Chris!

No, there aren't limitations in the conditions of Set Analysis.

Try with:

Sum( {<WarehouseName = {"WHS BE", "Konitch"}, LocationFunction = {"Picking","Bulk"}>}StockQty)

chriscools
Creator II
Creator II
Author

thanx, this is what i needed!

grtz,

chris