cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

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