Anyone have the formula to get amounts between tra...
# suiteanalytics
j
Anyone have the formula to get amounts between trandates? Ive tried a few variations with no luck
v
I've used this with the 'Round' function:
({datecreated} - {createdfrom.datecreated}) * 24
I've also had it where I had to cast the field as a date as well but I can't remember the context for why now. Perhaps worth a try if nothing else works?
cast({date_field} as date