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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

Month wise sales with last year information

Dear All,

Required folloing type of report

--------------------------------------------------------------------------------------------------------------------------

product   Apr May Jun -----------------------------------------------------  March   total  Lys Qty  

-------------------------------------------------------------------------------------------------------------------------

abc        100  200 300                                                                     600  700

Base on finacial year selected

Please help to build expressions.

Thanks in advance

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
1 Solution

Accepted Solutions
Not applicable

Sum({$<Month={'Apr'}>} Qty) for each month will show only data for that month for year(s) selected. You may need to adjust date format for your purposes.

View solution in original post

2 Replies
Not applicable

Sum({$<Month={'Apr'}>} Qty) for each month will show only data for that month for year(s) selected. You may need to adjust date format for your purposes.

vikasmahajan
Author

Thanks

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.