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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
devarasu07
Master II
Master II

How to get first 4 Weeks Sold Quantity?

Hi All,

//Article 1st Launch Date (based 1'st sold date)

=min(TOTAL <ArticleNo,Countries> {<Type={'Sales'},Year=,Week=,StoreName=>} Date)

how to get the 1st 4 Weeks sold qunatity using sold date in qlikview set analysis?

I've tried like below and it's gave all 0,

=sum({<Date={">=[Launch Date]<=[Launch Date]+28"},StoreName=>} SoldQty)

looking for you valuable suggestion. tks

Thanks, Dev

Labels (1)
12 Replies
sunny_talwar
MVP
MVP

I think you will have to give some more information. For instance it would be helpful if you can tell us based on certain selection what you are seeing and what you expect to see.

devarasu07
Master II
Master II
Author

Hi stalwar1‌,

Please refer the sample article,

if user selected filter (Year as 2015 and week as 15) then they wanted to see that article first 4 weeks  sold quantity

below example,

Ros1.bmp

sunny_talwar
MVP
MVP

Not sure if you want count or sum of SoldQty... See attached, I have both in there