Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have table box with data. How can I calculate the Days in Due. I have to use the below formula in table box. can anyone suggest me please.
Days in due = =Days360(Today(), RecentDate)
Thanks.
Thanks. When I used this there is some data is missing. How can I get all data. Please help.
Hi Amelia,
When you are saying data missing, are you referring to other months data in RecentDate field. You will get only 4 months data by applying this logic, not all months data.
You may create new field "RecentDate as RecentDateOriginal" to verify the logic.
Thanks