Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Stock value Daily

Hi All,

i have a table with these columns Area,Country,Product,Date,Quantity

it's  a transactions table i want to evaluate the stock every day and for the missing dates in the table

how to do that?

Thanks.

Labels (1)
13 Replies
MK_QSL
MVP
MVP

Instead of SUM(CumulativeStock) us =CumulativeStock in expression.

Not applicable
Author

Oh, i didn't notice this reply. sorry for that.

i'm trying in it current now.

Thanks  QlikPahadi07!

qlikpahadi07
Specialist
Specialist

It still didn't meet your requirement ??

Not applicable
Author

No, as when i'm trying to display the product and date and qty

the values of the 2nd product y are not correct

the values should be 

ProductDateQty
X1/1/2010100
X3/1/2010120
X5/1/2010220
X6/1/2010250
X9/1/2010260
Y2/1/201015
Y3/1/2010215
Y7/1/2010235
Y8/1/2010385

Attached is the same file after trying to add what i'm talking about