Hi there
I try to create a list from a daterange . The range always differs.
Work_No, Startdate, Enddate (ex. 1234, 20201230, 20210105)
should lead to a list DaysOfWork{}.DayOfWork
20201230
20201231
20210101
20210102
20210103
20210104
20210105
thanks, any ideas appreciated