Skip to main content
Question

Create List with dates from range using listbuilder

  • November 18, 2020
  • 2 replies
  • 81 views

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

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • November 18, 2020

Date Time Calculator to calculate difference in days between start and end date, clone to create this number of days plus one, second Date Time Calculator to add copy number of days to start date, build the list

Capture


  • Author
  • November 18, 2020

Hi ebygomm

Exactly what I needed. Thanks for this very fast and helpful answer 😀

Kind regards