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: 
analunasaucedo
Partner - Contributor
Partner - Contributor

Comparative annual

Hello,

I am working with Qlikview desktop version 10.0.

I need to make an annual comparative as shown in the picture.

Comparative-Anual.JPG

I need the expression to calculate selected data for the year compared to last year's data.

Can yoy help me?.

Thanks.

2 Replies
lironbaram
Partner - Master III
Partner - Master III

you can use the time chart wizard

its in the toolbars ->tools-> time chart wizard

its an easy tool to create such graph

you can also use this two expressions:

current year : sum({<YEAR={$(=max(YEAR))}>} Sales)

Previous year : sum({<YEAR={$(=max(YEAR)-1)}>} Sales)

analunasaucedo
Partner - Contributor
Partner - Contributor
Author

Thank you very much.