cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Due to inclement weather, JMP support response times may be slower than usual during the week of January 26.
    To submit a request for support, please send email to support@jmp.com.
    We appreciate your patience at this time.
  • Register to see how to import and prepare Excel data on Jan. 30 from 2 to 3 p.m. ET.

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