Thanks Nelson, for your answer... and sorry if didnt search deep in the other discussions
just... i miss a thing (probably my question was not well explained... sorry for that).....but i must create a column sequence by JSL... for this i need help.
using your suggestion:
dt << New Column( "Sequence", Formula( Col Sum( 1, :Wafer_ID ) ) );
i dont optain the sequence1,2,3,... as i reported in the pic..... but i have the max of row of wafer_ID for each wafer data.
what i need is to create he sequence column that contain:
wafer Sequence
00 1
00 2
00 3
00 4
01 1
01 2
01 3
02 1
02 2
02 3
02 4
02 5
..... .......
Gianpaolo Polsinelli