Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Community,can I compare a date with set analysis?Tried something like this:count({$<Date >= {"<=$(=today(1))"}>} CounterID)Thanks
Why not:
count({$<Date = {"<=$(=today(1))"}>} CounterID)