Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

Days

Hi expertise

I need to show the today -1 from.delivery date ..for.which IAM.using below expression

Can you please tell me.if this is correct

And the format should be dd/mm

Sum({<delivery date={"$(date(today(),'dd/mm'}-1)"}>}sales)

Thanks in advance

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

Sum({<delivery date={"$(date(today()-1,'dd/mm'))"}>}sales)

View solution in original post

1 Reply
tresesco
MVP
MVP

Try like:

Sum({<delivery date={"$(date(today()-1,'dd/mm'))"}>}sales)