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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Date Expression Error.

Hi, I am getting a date expression error while generating the Master Calender. I have attached the query, please help me to over come.

2 Replies
Not applicable
Author

hi,

you can not pass Date() which has no value in the date function.

use some variable which has some definate value  like,

date( $(vMinDate) + rowno()) as date

Regards

Pratibha

Anonymous
Not applicable
Author

Thank u  pratibha ..good catch..i changed 🙂