Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Year to year analysis

Hi All

Can anyone tell me how can i do a year to year , month to month analysis

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi,

In that case below expressions must work.

Current Year Sales

=Sum({<Year = {'$(=Max(Year))'}>} Sales)

Previous Year Sales

=Sum({<Year = {'$(=Max(Year)-1)'}>} Sales)

Modify them accordingly

Regards

ASHFAQ

View solution in original post

5 Replies
tresesco
MVP
MVP

Have a look here: Year Over Year Comparison

ashfaq_haseeb
Champion III
Champion III

Hi,

have  a look at below post.

http://community.qlik.com/docs/DOC-6163

Regards

ASHFAQ

Not applicable
Author

i wanted  to know how show last year and current year variance in qlikiview

ashfaq_haseeb
Champion III
Champion III

Hi,

In that case below expressions must work.

Current Year Sales

=Sum({<Year = {'$(=Max(Year))'}>} Sales)

Previous Year Sales

=Sum({<Year = {'$(=Max(Year)-1)'}>} Sales)

Modify them accordingly

Regards

ASHFAQ