add rows after selected rows
Hello community,I am new to jmp and have troubles with creating a script that would add 1 row after each selected row within my dataset. Any ideas? My code looks like this so far: dt=Current data Table ();
dt<<add rows(1,46030); However, this of course adds a row only after the specified column. I selected my rows according to a sepcific name in one column and a sepcific value wihtin another column...
csoon1
dale_lehman