I want to calculate the number of days per-quarter if start date and finish dates are given.
for example, one table has two columns, start date and finish date. start date = 1st september and finish is 14th november.
I want to calculate the number of days present in between these two days that are present in each quarter
Q3 - 30 days
Q4 - 45 days (for this scenario)
Regards.