I have a question about how to handle limits. I have searched and read close matches on this forum, but nothing is quite right. To start, I think I understand the usage of the normal spec limits column properties, and they work fine for certain jobs, but not others.
Normally, I keep data in tables like this, where each line is a bunch of metadata and there is a single readpoint:
But to use the column properties spec limits, I have to convert to this wide format:
Which I can accomplish with by splitting on a “trial_name” column created for the purpose. So now every item has a row with each trial being a column.
The tall table is way more versatile, I can do graph builder or tabulate on it and have the best experience, with filters and dragging and dropping and graphing “result” in many ways.
What I want to do is use the “spec limits” which is present as metadata in the tall table. I can and do extract the spec limits into a table, and apply it to a data table, but that only works for the wide table. Each unique trial might have unique limits so I can’t just save 1 upper and lower limit to “result”.
With the wide table, I can run quality reports and graph each trial and have the limits applied properly. But with the tall table, if I want limits on a graph I have to manually, tediously, add reference lines to each graph.
This graph for example Is really good for showing the whole story, but I need to add spec lines. They might have different specs like this:
I can only accomplish this by adding them manually. I need to automate this so manual just won’t do.
Thanks!