- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Use list of targets per name
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Use list of targets per name
Yes, you can add them as a column and use additional line chart, you can add reference lines or graphic scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Use list of targets per name
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Use list of targets per name
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:
- What type of graph you have?
- What type of data?
- How many groups?
- How is the UI built?
- Where and how are those limits stored?