If the tables are in the same folder the links will be relative.
You can verify by running:
:Column << get script();
If you have the tables in the same folder you'll get something like this:
New Column( "Column",
Numeric,
"Nominal",
Format( "Best", 12 ),
Set Property(
"Link Reference",
Reference Table( "Table.jmp" )
),
If they are in different folders, you'll get the full path. If you want the files in different folders, but still want to perserve the "relativeness" i.e. the person you are sharing the results with will have a similar folder structure but on their hard drive, you can use the same Set Property script to set the relative path i.e.
Column << Set Property ("Link Reference", Reference Table ("relative/path/table.jmp").
Connect with me on LinkedIn: https://bit.ly/3MWgiXt