Forum Discussion
Akos07
4 years agoHelper I
Stock quantity counting help
Hi, I have the following problem. My matrix countains products, currentstock at time, and current price at the time. As you can see, this product started with 40 stock, and gets low...
- 4 years ago
Hi, i found the solotion. In the item table for each row i created a new cumulative sum column. After that, i created a measure that gets me the max ID for each date. After that i know the row with the quantity i am looking for.
lbendlin
4 years agoSuper User
sorry, looks like the entire row for item 61 is needed in the header table. or can it be dropped from the details table?
Akos07
4 years agoHelper I
Hi, i found the solotion. In the item table for each row i created a new cumulative sum column. After that, i created a measure that gets me the max ID for each date. After that i know the row with the quantity i am looking for.