Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I have a date field. "[DatePurchased]
How would i calculate the difference from today's date? for example if the value of my date field [DatePurchased] was 15/01/2018, the new calculation would come up with 7
i.e:
date((date([DatePurchased],'MM/DD/YYY')-date([DatePurchased],'MM/DD/YYYY')),'DD')
I want the result in days
Thank you guys
it should be simply:
it should be simply:
May be this
Today() - DatePurchased
hi
Today()- DatePurchased