cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. ET on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Hamal22
Level I

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? 

3 REPLIES 3
jthi
Super User

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.

-Jarmo
Hamal22
Level I

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. 

 

 

 

 

jthi
Super User

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?
-Jarmo

Recommended Articles