Join Slack
Communities
Powered by
How to do case when condition using dates, for exa...
# administration
m
Mars
07/28/2021, 6:00 AM
How to do case when condition using dates, for example, in a formula(numeric) field you want to get amounts of transactions before a specific date something like
{trandate} < '2020-10-02'
? This one didn't seem to work.
c
CD
07/28/2021, 6:28 AM
{trandate} < TO_DATE( '<tel:2020-10-0|2020-10-0>2', 'YYYY-MM-DD')
✅ 1
6
Views
Open in Slack
Previous
Next