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

How update expression to always select Last 2 days data

Basically i need a chart only to show last 2 days analysis. Attached sample qvf and data

 

TIA

1 Reply
agigliotti
Partner - Champion
Partner - Champion

Hi @vidhyancs ,

you could use the below set analysis expression:

=Count( {< Date = {">=$(=Max(Date,2))<=$(=Max(Date))"} >} account)

I hope it can helps.

Best Regards
Andrea