Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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)