I have a field named invoicedate, which is the date the invoice was sent to the consumer. I want to create a calculated field which is a datedif between that field, and todays date. This means i can have a table of invoices which were sent x days ago, and then flag whether they have been paid or not.
How can i create a date dif between a field (“InvoiceDate”), and todays (rolling) date to return the numbers of days between these two dates?