Hi,
Is there a way to specify a user defined suffix when adding columns to the "included Columns" in JMP Query builder?
The background:
I want to join several tables via JMP query builder.
All tables have the same content, but the values are from different measurements.
When I add the values of the second table, jmp detects that values with this name already exist in the list of "included columns" - and adds a " 2" for each of the column names.
For the next table, it adds a " 3" and so on - like it's the standard behaviour when columns with identical names are added to a table.
I would prefer to add user-defined suffixes like "_pre" for the first test and "_post" for the last test.
And perhaps "_intermediate" just in case that there is an intermediate test as well.
With the numbers, it gets confusing:
is " 2" the post-test - or is it the intermediate test, because there are also values with " 3"
workarounds:
- rename the columns via regex rename column addon
- create a script and replace the column names with the desired ones
But I hope there is a hidden option to specify the suffix directly in the Query Builder window