cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
FN
FN
Level VI

Accessing all columns in a Project with multiple files and same index

I have a project with three tables (A, B, C) which I am using to create a virtual join.

  • A:index < Reference
  • B:index < Linked with A:index
  • c: index < Linked with A:index

From B and C, I can see A columns, but how I can see from A all the columns?

 

In general, what I would like is to access all columns with the Graph Builder.

 

 

 

 

 

2 REPLIES 2

Re: Accessing all columns in a Project with multiple files and same index

Hi,

 

You need to "pass through": A --> B --> C

 

c:index --> set "Link ID" property. Note there can be no repeated values.

b:index --> set as Link ID, AND set as reference to table c. Here also, there can be no repeated values.

a:index --> set as Link Reference, pointing to table B.

 

Note: prior to JMP 15, columns could not simultaneously serve as both link ID and link Reference, so an additional "dummy" column must be created in each table thru which you intend to pass.

 

Cheers,

Brady

 

FN
FN
Level VI

Re: Accessing all columns in a Project with multiple files and same index

Thanks. Can we do this with two tables only?

A tried creating dummy columns (using formulas) but I get the following error:

Circular reference detected.
Column Index of Datatable_A references back to Datatable_B
The offending column has been marked 'EXCLUDE'.

Recommended Articles