Hi,
I am using ecmap connected to oracle database. I need to create a sequence number field which starts from 1 and auto increments. I have tried declaring an ecmap variable and incrementing by 1, but this sets itself to 0 the next time the map runs and starts counting from 1 again,
i.,e I get
1
2
3
1
2
3
where as I need,
1
2
3
4
5
6
THanks
I am using ecmap connected to oracle database. I need to create a sequence number field which starts from 1 and auto increments. I have tried declaring an ecmap variable and incrementing by 1, but this sets itself to 0 the next time the map runs and starts counting from 1 again,
i.,e I get
1
2
3
1
2
3
where as I need,
1
2
3
4
5
6
THanks