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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
bharatkishore
Creator III
Creator III

Get Previous Month Value

Hi All,

I have a year field where it has 2015,2016,2017.2018.

Now i have one fields Current year and now i need to get previous year value for that.

For example in current year i have 2015,2016,2017.2018 values like below

  

  

  

YearCurrentyear
2015110
2016120
2017130
201810


Now i need to get the output like below is there any way i can achieve it.

  

YearCurrentyearPrevious
20151100
2016120110
2017130120
201810

130

Thanks,

Bharat

Labels (1)
2 Replies
tresB
Champion III
Champion III

In a chart? You can probably use above() like:

Above(Sum(Value))

VishalWaghole
Specialist II
Specialist II

Above(Sum(Currentyear))


Hope this will work for you.


Thanks,

Vishal