I have looked at all of the date comparison questions/answers but cannot find an answer to this question. I have a field (StandInDay) which contains only the date, no time (StandInDay=2016-12-01). In my dashboard, I want a panel that displays the number of transactions in which this StandInDay value matches today's date (among other criteria). So basically, the number of these transactions in which the StandInDay is equal to today, but I cannot seem to get it to work. I have tried converting to epoch and comparing to now() but that doesn't work. Any suggestions?
... View more