Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi every one
i want to generate numbers between 0 and 2 with two decimal points using autogenarate (eg. 0.01,0.02,0.03 , ... , 1.98 , 1.99, 2.00). how can i do that?
Hi Ali,
LOAD RowNo()/100 as Number
Autogenerate 200;
Regards,
Antonio