Created:
Nov 30, 2023 05:48 PM
| Last Modified: Nov 30, 2023 3:03 PM(861 views)
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.