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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dafnis14
Specialist
Specialist

Set Analysis issue :Works in QlikView, not in Sense

Hi,

The following expression works fine in QVW app but not in Sense:

InvoiceDate={">=$(=date(max(InvoiceDate)-30))"}

Any ideas why?

Thanks!

1 Solution

Accepted Solutions
alex_nerush
Partner - Creator II
Partner - Creator II

I think you need to specify right format for the Date function. See system variables at the begining of the script.

View solution in original post

2 Replies
alex_nerush
Partner - Creator II
Partner - Creator II

I think you need to specify right format for the Date function. See system variables at the begining of the script.

dafnis14
Specialist
Specialist
Author

Right! Thanks!