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: 
jaymeknapp
Contributor III
Contributor III

How do I get/create an expression to only show dates < yesterday

I'm creating a table that a column of dates, but I only want to see those lines where the date is < yesterday.

Here is field that is giving me the date:

=DATE([Transaction Line Expected Ship Date], 'MM/DD/YY')

Jayme

1 Reply
dplr-rn
Partner - Master III
Partner - Master III

Do you mean on a visualization?

you can use setanalysis

Sum( {<YourDate={"<=$(today()-1)"}>} LineSalesAmount)