Hi,
I like to find a script to transpose data. And this data should be inserted at the last row of an existing file. Following how I transpose the data:
Data Table( "pisnapshot Abfrage AL2" ) << Transpose(
columns( :value ),
Transpose selected rows only( 1 ),
Output Table( "AL2 Snapshot Transpose" )
);
Data Table( "pisnapshot Abfrage AL2" )
With that JMP copies the data every time a new Data Table. How is it possible to copy it into an existing File (File is open)?
I got the idea to select the transposed row ("AL2 Snapshot Transpose") and to copy it into my target file. But I was not able to find a command to copy the Row Values.