Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
How set 'today' condition in set analysis?
I want to see some measures, related only to current day, without filtering.
This code does nothing.
Count({$<[date]={'=today()'}>} [contactID])
What is wrong?
Oops, I missed a parenthesis at the end:
Count({$<[date]={"$(=Date(Today(), 'DD.MM.YYYY'))"}>} [contactID])
Perfect! It's works! Thank you very much