Skip to main content
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)