Good Afternoon Everyone,
I am junior developer that believes i have run into my first custom function problem.
I am looking to filter a portal of of dates and to do so I would like to use a drop down list of date range something like this
6/3/2011- 6/3/2012
6/3/2012 - 6/3/2013
6/3/2013- 11/20/2014
However this filter needs to be dynamic based on a members join date. In this case it is 6/3/2011. The date ranges are 1 year based on that initial joining date till the final year is is less than a complete year and instead ends at the current date. I hope to be able to accomplish all this in a calculation field that uses a recursive FM custom function to keep things nice and tidy.
Again my function parameter is going to be 1 field with a start date, and return value i would like to have a line separated date list till current date is reached, there will not be a set number of years or reoccurrence, this will be solely based on a join date could be 2- to over 25 years.
Any help or guidance is appreciated on how to accomplish this.