Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Tempcalendar:
Load
$(Vmindate)+Iterno()-1 as Num,
Date($(VminDate)+Iterno()-1) as TempDate
AutoGenerate 1 While $(VminDate)+ IterNo()-1<=$(vMaxDate);
hi
iterno() is giving back the current iteration number
in a do while loop ;
so you can use it to create a sequence of values between to values
see help on function
the script creates a list of dates between the
two variables Vmindate and vMaxDate
iterno() is the number of the current iteration starting from 1
this function is used together with while statement
Hi Pandu,
Iterno() as like rwono() its provide a no for rows.
the above script its crate a number and adding to date.
Regards
Sathish
Thank you Liron,
for ex: Date+iterno() as date means it takes mm:dd:yy format to number formate right?
As you said it returns the serial number or date in numbers?
How does it work in real time, which scenario we use?
Regards
Pavan
hi
iterno() is giving back the current iteration number
in a do while loop ;
so you can use it to create a sequence of values between to values
see help on function