Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
evgeniystuchalk
Partner - Creator II
Partner - Creator II

'today' condition in set analysis

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?

11 Replies
sunny_talwar

Oops, I missed a parenthesis at the end:

Count({$<[date]={"$(=Date(Today(), 'DD.MM.YYYY'))"}>} [contactID])

evgeniystuchalk
Partner - Creator II
Partner - Creator II
Author

Perfect! It's works! Thank you very much