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: 
massimo6919
Contributor
Contributor

To obtain different result with the same table

Hi,

I have a table in which there is a string field that rapresent a count, an field description, an field data and a field amount.

From the field data i extract another 2 fields month(data) as mese and year(data) as anno and i want to obtain selecting month and year

the amount per definition of the selectioned year and for the precedent year.

The chart must be ...

DescriptionJan-2013Jan-2012%
Accantonamenti       050-100
Altri acquisti1231230
Imposte e tasse120100+20
Salari500+100
...


wherte in dimensions there is the description , and the 2 expressions are :

sum(TOTAL <description> if (year(data)= <selectioned year>,amount,0)

and

sum(TOTAL <description> if(year(data)-1=<selectioned year>,amount,0)

but is not correct and above all, i see only the values that are present in each expression

0 Replies