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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

YOY Calculation..

Hello Everyone,

am new bee to Qlik view ,here i need your help in calculating QOQ and YOY...

scenario is like this...i have a multibox where i have  quarters dropdown....based on the selection of particular quarte, we should calculate the QOQ.......

Pleae let me know if i need to attach the solution..

Thanks & Regards,

Venkat T

6 Replies
Not applicable
Author

I am sorry to post this as i could see  many  posts against YOY....here my problem is the quarter(Q1'09,Q1'10...) and Year(FY09,FY10,FY11...) fomats..

Please need help...

Thanks & Regards,

Venkat T

sebastiandperei
Specialist
Specialist

Sorry, but I can't understand the question... could you send a reduced copy of your qvw?

Not applicable
Author

Hi Sebastian,

Thanks for your reply..Please find the qvw file attached.

Thanks & Regards,

Venkat T

SunilChauhan
Champion II
Champion II

calculate like below

for current year

sum({$<Year = {$(=max(Year))}, Month = {"<=$(=max({<Year={$(=max(Year))}>} Month))"}>} amount)

for Previous year

sum({$<Year = {$(=max(Year - 1))}, Month = {"<=$(=max({<Year={$(=max(Year))}>} Month))"}>} amount)

hope this helps

Sunil Chauhan
Not applicable
Author

Hi Sunil,

Thankyou so much for your Answe, but am sorry to say that didnt help me much.

Please need more suggestions,

Thanks,

Venkat T

sebastiandperei
Specialist
Specialist

Sorry, but my  english is not good... Could you explain a little better the request?