Hello,
I created a variable, [DaysCount].
=DatesBetween([Billing Date];CurrentDate();DayPeriod)
This returns the correct values but I want a sum of days per month. =Sum([DaysCount] returns a total value that is incorrect.
Can anyone tell me what the issue is here and how to resolve it.
Thanks,