Origin Ver. and Service Release (Select Help-->About Origin): OriginPro 2021b (64-bit) SR2 9.8.5.212
Operating System: Microsoft Windows 10
I have a line plot and want to define subsets by column. The Workbook name is "messdaten", worksheet name is "messdaten" the column is "AP":
The following did not work: layer.plot1.subsetcol$=[messdaten]messdaten!AP; layer1.plot1.subsetcol$=[messdaten]messdaten!AP; layer.plot.subsetcol$=[messdaten]messdaten!AP;
How is the correct usage of "Layer.plotn.subsetcol$=..." command?
layer.plot1.subsetcol$=[messdaten]messdaten!AP; would be correct but this is a command added in Origin 2024 so it is not available in your Origin 2021b.