Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We need to create an ID like
ID = 90001,90002,9003...................
I have used 9000+rowno()
but it gives some random results like 9006,90010......
Thanks..
Then it would seem that something is removing the other lines, such a a join later in the script.
RowNo() is a count of the output from the load statement. RecNo() is a count of the input and can be affected by a where clause.
I suggest that you post more information about your load script if you would like more detailed help.
May be try with RecNo() and see if that helps?
9000 + RecNo()
Do you mean in script or in a chart/table?
In Script
Hi,
Both gives same results.
Please find below.
Thanks..
Then it would seem that something is removing the other lines, such a a join later in the script.
RowNo() is a count of the output from the load statement. RecNo() is a count of the input and can be affected by a where clause.
I suggest that you post more information about your load script if you would like more detailed help.
Do you have where clause or Left/Right Joins/Keeps?
yes! We have left join.