Hi All,
I have 2 known variables that I want to use to populate a Date field: We know the date that a Learner starts a course [Start_Date], and we know the cadence at which a report should be pulled afterward [Report_Cadence] (sometimes in weeks, sometimes in weeks + days). I am having trouble creating a formal that will populate a third Date field [Report_1_Date] based on the above information. The hope is to have it populate a date field x number of weeks and/or days in the future (and push weekends to the next weekday, but I figured out that bit already). Finally, I am at the beginning of development; so, I am open to any type of Column Type(s) for Report_Cadence. Any thoughts?
Example:
Input:
Start_Date: 01/01/21;
Report_Cadence: 1 Week & 1 Day;
Output:
Report_1_Date: 01/11/21 (Since Jan. 9 is a weekend)