cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • 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!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

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

How to add user-defined mini-Guis to the right click new formula column menu?

If a user clicks on column/right click/new formula column/Transform/Scale Offset, a GUI pops up and ask the user for the parameters. 

After pressing OK, a new column is generated with the respective rescale parameters:

hogi_0-1675093292777.png

 

This is very useful.

I want to add a column/right click/new formula column/Transform/Modulo shortcut to calculate Modulo the same way.

hogi_1-1675094100698.png

Unfortunately, I don't know how to do that.

In this post @ih suggested to generate a user defined function and use the

<<Transform Category( 1 )

option to add the function to the new formula column menu.
What a cool trick -  but I would have to generate individual functions for every number which I want to use as second argument of the modulo function.
Hm.

 

I hope there is a better solution to get as close as possible to the original idea ...

2 REPLIES 2
ih
Super User (Alumni) ih
Super User (Alumni)

Re: How to add user-defined mini-Guis to the right click new formula column menu?

Well @hogi I was hoping someone would know of a way to do this.  If nobody else chimes in I would vote for a wish list item to make this possible!

hogi
Level XIII

Re: How to add user-defined mini-Guis to the right click new formula column menu?

Recommended Articles