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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try like:

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

View solution in original post

1 Reply
tresB
Champion III
Champion III

Try like:

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