I am able to show when a date field is less than t...
# suiteanalytics
m
I am able to show when a date field is less than today - is it possible to show the difference between the two days, meaning show the accrued number of days?
k
Should just be able to subtract them.
If it's returning a value that includes extra digits than you want to see you can do
to_char({field A},'j') - to_char({field B},'j')
m
Thanks, but when I tried to subtract it gave me an invalid expression error
k
You did it as a formula numeric?
I've done it that exact way hundreds of times