Question: Can JMP do a Full Outer Join without renaming the fields (scripting, info)
Hi,Recently I did a Full Outer Join (inluding nonmatches). Imagine my surpirse when i found that JMP renamed all fields during the join by adding the name of the source table. Can JMP do a Full Outer Join without renaming? If I could do that just using a nondocumented) option, just let me know.The JSL I used was something like, asuming "A" is already open:dt << Join
( with (data table("B")...
david_arteta