Hi all,
I have a problem the the daysbetween in a calculated column:
I have a period from 01.01. - 31.12.2014
In this period, I have two records, one from 01.01. - 31.10.2014 and one from 01.11.2014 - 31.12.2014.
Now I calculate the days between:
SelectionDays = Daysbetween 01.01./31.12.2014 = 364 Days
ValidDays = daysbetween("StartDate","EndDate") = 363 Days in sum (???)
Anyone an idea where I have lost the day?
Best Regards
Thorsten