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: 
regowins
Creator II
Creator II

Set analysis syntax

Hi,

Is this correct? I only want to sum the counter where the due date is within the last 30 days ? It does not seem to be working correctly.

Sum({<Due_Date={">=$(=Today()-30)<=$(=Today())"}>}Late_Counter)

Thanks!

2 Replies
nilesh_gangurde
Partner - Specialist
Partner - Specialist

Hi,

Check the Date Format of Due_Date Field and the date comming from today() functions. Both should be same.

-Nilesh

regowins
Creator II
Creator II
Author

Thanks I will check.