Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
Hi,
Check the Date Format of Due_Date Field and the date comming from today() functions. Both should be same.
-Nilesh
Thanks I will check.