you should just be able to subtract the two from o...
# suiteanalytics
k
you should just be able to subtract the two from one another
s
This didn't work
k
can you be more specific with "didn't work"
I.e. Error message when running search, error message on the column, wierd looking results?
s
No results , formula (numeric) with {shiipdate}-{custcol_ship_date} returned blank.
k
maybe try
to_char({shipdate},'j') - to_char({custcol_ship_date},'j')
b
something weird is going on, this should be simple
a
I have had issues with dates in the past. I had to convert them before being able to manipulate them. Add those 2 fields in your resultes using formula and see how they come up. They might be date/time
That worked btw. Thank you.