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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

set analysis with date function

I have

SUM({<DATE_PRODUCTION={'DATE(date#(DATE_PROD),'DDMMYYYY') <= $(=DATE_EXTRA)'}>}PRODUCTION)



in this part the experssion with red line (error)

1 Solution

Accepted Solutions
sunny_talwar

Replace the outer single quotes with double quotes and also add an equal sign

Sum({<DATE_PRODUCTION={"=Date(Date#(DATE_PROD), 'DDMMYYYY') <= $(=DATE_EXTRA)"}>}PRODUCTION)

View solution in original post

1 Reply
sunny_talwar

Replace the outer single quotes with double quotes and also add an equal sign

Sum({<DATE_PRODUCTION={"=Date(Date#(DATE_PROD), 'DDMMYYYY') <= $(=DATE_EXTRA)"}>}PRODUCTION)