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: 
Not applicable

compare date to yesterday

I have a date columm that I need to filter for the date of yesterday. I am not sure how to create such expresssion.

thanks in advance,

Haidar.

2 Replies
MayilVahanan

HI

Try like this

=Sum({<Date = {'$(=Date(Max(Date)-1))'}>}Sales)

hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
rustyfishbones
Master II
Master II

Or

=SUM ({<Date = {'$(=Date (Today ()-1))'}>} Sales)