cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

GUI features added to JSL

Expose as many as possible GUI features through JSL. Specifically, in this case, 'new formula column'.

3 Comments
Jeff_Perkinson
Community Manager
Status changed to: Needs Info

Help me make this idea more specific. Are you asking for an option to launch the Formula Editor for a column through JSL to allow the user running the script to enter a formula for a column?

Jeff_Perkinson
Community Manager
Status changed to: Not Planned For Now

Without more information we can't act on this wish.

hogi
Level XIII

New in Jmp 17: 

Data Table( "Big Class" ) << New Formula Column(
	Operation( Category( "Combine" ), "Difference" ),
	Columns( :weight, :height )
);