cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

How to join more than 2 tables?

How can I join more than 2 tables?

1 ACCEPTED SOLUTION

Accepted Solutions
Simona1
Level I

Re: How to join more than 2 tables?

Thank you for your responses, I am really new to JMP. I have 22 tables. I tried to use the "join" and join 1 by 1 but after ~10 tables JMP would crash. I tried Building Query but some data points were missing from the tables. I end up using the Update function and it worked fine, except that I had to do one by one. Thank you all again!

View solution in original post

3 REPLIES 3
txnelson
Super User

Re: How to join more than 2 tables?

Using a virtual join, you can join as many tables as you want. You can also use the Query Builder to join multiple tables

Jim
mlo1
Level IV

Re: How to join more than 2 tables?

Did you check the following:

Joining multiple tables and output 

Simona1
Level I

Re: How to join more than 2 tables?

Thank you for your responses, I am really new to JMP. I have 22 tables. I tried to use the "join" and join 1 by 1 but after ~10 tables JMP would crash. I tried Building Query but some data points were missing from the tables. I end up using the Update function and it worked fine, except that I had to do one by one. Thank you all again!

Recommended Articles