Dear Community,
I want to improve my working style with multipe files of same structure. Example
each file contains x, y data, x is similar y depends from experiment to experiment.
data1.jmp: x, y
data2.jmp: x, y
data3.jmp: x, y
etc.
Goal is a diagram that shows y(data1), y(data2), y(data3) vs. x
Up to now I added to each file a 3. column "ID", made a recode with "data1", "data2", "data3", concatenated all these files and plotted the y vs. x overlaid by ID.
Is it possible to achieve the same result by some sort of linking as shown in the examples for Virtually Join Data tables? I could'nt see how this technique works for my task.
Thanks in advance!