Anyone have the formula to get amounts between trandates? Ive tried a few variations with no luck
v
virtualEncoreTremor
10/27/2022, 2:24 PM
I've used this with the 'Round' function:
({datecreated} - {createdfrom.datecreated}) * 24
virtualEncoreTremor
10/27/2022, 2:28 PM
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?