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

Year to year analysis

Hi All

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

Labels (1)
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
tresB
Champion III
Champion III

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