Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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)