☐ cool new feature
☑ could help many users!
☐ removes something that feels like a „bug“
☐ nice to have
☐ nobody needs it
 
#myTop10_2024
#myTop10_2025
What inspired this wish list request? 
JMP provides many useful platforms and great functionality for exploratory data analysis.
 
But even after 18 versions of JMP - there is still some low-hanging fruit to be picked
- such as is in spec(value) 
 

 
 
What is the improvement you would like to see? 
For a column with Spec limits, please provide
 
- a JSL function
 is in spec(:value)
 which compares the value of the current row with the spec limits of the column and returns 1 if the value is in spec,
 missing, if the value is missing
 and 0 if the value is out of spec
 
 
 
-  a functions
 is out of spec(:value)
 which compares the value of the current row with the spec limits of the column and returns
 0 if the value is in spec
 missing, if the value is missing
 -1 if :value[] < LSL
 +1 if :value[] >USL
 
 
Both functions should be available via the right click "new formula column" menu.
Then users can easily generate new transform column on the fly in every platform - to group and add color to specific data points.
 
Why is this idea important? 
Is the value in spec is a question that is often asked. Right?
-> JMP users will love the new easy to use functions.
 
 
other wishes from 