cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Wish List

We want to hear your ideas for improving JMP software.

  1. Search: Please search for an existing idea first before submitting a new idea.
  2. Submit: Post your new idea using the Suggest an Idea button. Please submit one actionable idea per post rather than a single post with multiple ideas.
  3. Kudo & Comment Kudo ideas you like, and comment to add to an idea.
  4. Subscribe: Follow the status of ideas you like. Refer to status definitions to understand where an idea is in its lifecycle. (You are automatically subscribed to ideas you've submitted or commented on.)

We consider several factors when looking for what ideas to add to JMP. This includes what will have the greatest benefit to our customers based on scope, needs and current resources. Product ideas help us decide what features to work on next. Additionally, we often look to ideas for inspiration on how to add value to developments already in our pipeline or enhancements to new or existing features.

Choose Language Hide Translation Bar

In Summary platform provide an option to add the Statistic which was used to create the column as column property (possibly Notes)

What inspired this wish list request? 

Other wish list item created by meMake column properties usable with Filter Col Selector and Col List Selector and Pythonless Python Integration for JMP® (2023-EU-30MP-1265) tool which I have written which adds column properties based on the REST API returned values.

 

What is the improvement you would like to see? 

When creating new tables with Summary, provide option to add Notes (or some other) column property to generated table which tells which options were used for that specific column. This would be especially useful when using "statistics column name format" option "column".

jthi_1-1678871323678.png

The most simple implementation could be something like this

jthi_2-1678871388575.png

 

Why is this idea important?

I like using Summary with "statistics column name format" option as "column" but from time to time I might forget which Statistic I used, this way I could quickly check what the statistic was. This also moves JMP a bit towards an idea where you could use column properties to store metadata (I will write my own add-in for this when I have time).

 

2 Comments
hogi
Level XI

This will also help to make SubGroup more understandable.

Sometimes, I use hierarchical subgroups with 1=yes, 0=no. Almost impossible to understand after 2 days.

 

hogi_0-1678905282498.png

 

If then, in addition a Table/Update kills your source script (Table / Update - source script collision  ), you are completely lost!

 

dt =Open( "$SAMPLE_STIPS/Wafer Stacked Small.jmp" );
dt << Summary(
	Group( :Lot ),
	Mean( :Defects ),
	Subgroup( :Wafer ),
	Freq( "None" ),
	Weight( "None" )
);

 

mia_stephens
Staff
Status changed to: Acknowledged

Thank you for this request @jthi . This is a good suggestion - we will take under consideration.