cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
0 Kudos

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 XI

New in Jmp 17: 

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