I have a list of targets per name (example):
aa 7
bb 10
cc 9
I want to use them per name as a target in my graph.
is there a way to do it?
Yes, you can add them as a column and use additional line chart, you can add reference lines or graphic scripts.
I'll try to explain a bit more,
in my current graph, when I press on a button the JSL Calculate current points mean and keep this value as AVG and this is what I plot as target.
In the new rev i need to use existing targets per filter, so I want to press the button and then search the correct target and keep its value for the graphs.
example list:
aa 5
bb 10
cc 15
when I filer "cc" and press button I want the AVG value to be 15 per target list.
Sometimes you can do these types of plots directly in graph builder without needing any buttons or graphical scripts / reference lines but it depends on your case (you can also use data filter handler but I consider button better option than that). Few questions: