Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Inventory status calculations

Hi,

I have an app where I need to calculate inventorystatus per day, per product, per store.  So we have an beginning inventory status and then transaction on top of that gives the current status of the inventory, so sold items are subtracted from the inventory and purchases added.

So I would like to create a column either during load or via set analysis that calculates the inventorystatus. I am having some problems with this I tried to work with something like rangesum(above(Sum(Qty),0,RowNo(Total))), but this works in someways but when I productno to it it looses track.

So any Idea on how to solve this?

 

PostingDateStoreNoProductNoEntryTypeQtyTotalInvQty
28.2.201711Counted10001000
28.2.201721Counted100100
28.2.201712Counted300300
28.2.201722Counted10001000
1.3.201711Sales-100900
1.3.201721Purchase400500
2.3.201712Purchase200500
3.3.201722Sales-100900
3.3.201711Sales-50850
4.3.201722Sales -50850

Regards

Birkir

11 Replies
Anonymous
Not applicable
Author

Yes this works perfectly as well. I was also thinking of trying peek() and previous(). I dont know if that could be possible or not. But might be worth the try as a 3rd method.

sunny_talwar

You can use that, but using peek/previous your numbers will be static and won't change based on selections unless you use peek/previous at the most granular level.... I wouldn't recommend going that route unless you really have to....