I have had a squiz through the forum and not found anything that covers what I am asking and am surprised this is not something that has been answered lots of times, and if it has, I apologise in advance.
I have a form with 2 date field on it, imaginatively named startdate and enddate.
I want to have a separate field that contains all the dates between (including) those 2 specified in the fields.
I know I can use @explode to expand a date range. How do I convert 2 date fields into a date range in formula ?
I have tried a number of options including things like
I am now trying to return a date list that excludes weekends…
I’ve got this far but it returns nothing, even if I get the formula to add to ‘tmplist’ at both parts of the @IF.
I have prompted N at the end and it is definitely looping as N is a value at the end of it. I presume it’s something simple that I have wrong but have been banging my head against this one for about an hour and gotten nowhere.
Code below :
rem {explode 2 dates into a list of dates};
rem {strip weekends from the list and store in tmplist.};