how to generate rows using windows
I have to generate a date row whose conditions are as follows ,
initial condition - datetimeadd([date],1,"days")
condition expression - newrow <= DateTimeAdd([date],365,"days")
looping condition - DateTimeAdd(newrow,1,"days")
Here, date is already existing row .In alteryx we created this using generate rows tool , in Dataiku is it possible to create this using windows , if so please guide me . Or else which recipe should choose for this one .