I need to manually hard code a formula (date) to a...
# suiteanalytics
k
I need to manually hard code a formula (date) to a specific date. Anyone know a trick for that?
c
Copy code
TO_DATE('20210528', 'yyyymmdd')
Will the Oracle function do it?
k
yeah, probably. I wound up being lazy and just doing {today}-32
c
😄