Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to count the number of notifications with a date after 1-1-1900 (because this is an empty date).
I have the following expression in my straight table:
= Count({<CLOSEDDATETIME > {'1-1-1900'}>} NOTIFICATIONID)
does anyone have an idea?