Hi - I'm trying to do an instance count of records that meet a date criteria, but don't know how to get it done. I want a record count of transactions from the previous day. How can I say, "If" transaction date = current date - 1? Thank you.
Create a custom relation and use Instant count on that
Thank you! That's what I needed.