Dear JMP Community,
I'm linking two data tables via JSL for a virtual join:
dt1:Link_Column<< Set Property( "Link ID", 1 );
dt2:Link_Column << Set Property( "Link Reference", Reference table(dt1 ));
I see the key symbols in both tables and in the Column Info, so the linking seems to work, but the virtually joined columns do not appear in my joined data table.
If I do exactly the same thing by hand and clicking in JMP, it works and the joined columns appear.
Is there a way to force an update after virtually joining?