create a loop
I want to add a column with the row numbers to multiple data tables using the following script:
dt<<new column("Sequence", numeric, formula(Row()));
I'm stil new in scripting. How can I process all my data tables automatically ? I have this line of info which could work, but it seems that there is a problem for locating "Data Table"...
Names Default To Here( 1 );
// Create a list of data tables
...
