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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Peter_QS
Partner - Contributor II
Partner - Contributor II

Qlik Sense How to get previous filter value

Hi,

I have a date filter like 'January 2019' and I would like to access to the previous value of the selection ('December 2018' in this case) to present two KPIs . Is there a way to do it ?

Thanks

1 Reply
marcus_malinow
Partner - Specialist III
Partner - Specialist III

You can use the previous set identifier

https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAn...

 

If, for example, your original expression was Sum(Sales), your previous selection expression would be Sum({$1} Sales)