Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to script a do while loop to create a week dimension that is based off when a customer signs a contract rather than the calendar week. So, the Monday of the week they sign is week one then each week after will be week +1, +2 ... I'm not sure how to script this to create the weeks.
Let vStartDate = ClientWeekStart;
Let vEndDate -= LastInvoiceWeekStart;
I would very much appreciate any suggestions.