Hi,
I want to select valeus from one table to select values in another table. I'm doing this by trying to put all the row valeus into a list. Then use that list to select where. I'm hung up on the part where i'm putting the row values into my list.
Any help would be great:
UnqDscrptns << set name( "UnqDscrptns" );
MyList_1 = {};
For( i = 1, i <= N Rows( UnqDscrptns ), i++,
Insert Into( MyList_1, Column( 1 ) )
);
There's more code but my work computer that has JMP isnt' letting me signon to JMP community.