A special kind of Join Tables
Let's say, I have 2 tables. Table dt1 has an arbitrary number of columns (a, b , ...) and table dt2 has columns (x, y , ...).What is the easiest way in Jmp to generate a crossed join of the two tables - such that for any row an, bn, ... from dt1, there are rows in the final table with an, bn, ... in combination with values xm,ym, ... from dt2.
View more... abACADBCBD xy11122122 abxyAC11AC12AC2...