Hi
I have a list of customers and their insurance policies. The dataset has the columns: Customer number, Policy number, start date, end date.
A customer policy record may span multiple years, depending on how many times the customers has renewed the policy.
I would like to show a separate record for each annual renewal of the policy. For example, if a record started Jan 2014 and ended Dec 2017, I want to show 4 records with the amended start/end dates.
Any help much appreciated.
Thanks