cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Get the free JMP Student Edition for qualified students and instructors at degree granting institutions.
Choose Language Hide Translation Bar
View Original Published Thread

Virtual Join via JSL does not work

Feli
Level IV

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?

10 REPLIES 10
hogi
Level XII


Re: Virtual Join via JSL does not work

Seems to be fixed with Jmp 17.

Recommended Articles

No recommendations found