Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am working on a script that has the following:
Autogenerate 1
while Date($(vStartDate) + (Iterno - 1)) < = Date($(vStartDate))
What is the Iterno() doing?
It is doing a loop: 1, 2, 3 .....
So you can "multiply" your line being read or added to the table
here, you will add as many lines as the days between start and end : but here it is quite strange because start and end are the same
Fabrice
Hi
IterNo() is adding on to your start date.
I think of it as creating the dates in between a start and end date.
See this example
Regards
James