Hello,
I have to perform some quarterly calculations for the previous 5 years using each quarter ending date. So, now it begins from 2016Q1 and ends at 20202Q1. I have stored these dates as constants like 2016Q1 as 31-03-2016, 2016Q2 as 30-06-2016, and so on. So I want this to be dynamic for next year use. I am an excel user and want to shift my model to alteryx. In excel, I used to define my start date as 2016Q1 and use a function of eomonth(startdate,3) to get all these dates till 2020Q1.
Next year this will shift one year forward (from 2017Q1 to 2021Q1) so I just want to change the start date to 2017Q1 and want it to change my date variables one year forward.
Or can I upload an excel table with dates and variable names which then will be used in the formula in alteryx workflow?
I can provide you a screenshot if it is not clear.