I’m trying to create an expression tag to calculate the median for a dataset, but I keep getting an error that there is an invalid tag path. I know it’s a problem with the syntax that I used. Below is the user manual entry for Median
median({Root Container.Table.data}, “Weight”)
So the dataset is located in the root container area which is in another folder under the Windows group in the Project browser. Below is what I have:
median({Windows\Project 1.Root Container.CycleTimes.data}, “Value”)
Any ideas or is there a good tutorial on specifying path in an expression tag?