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.

JMP Wish List

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

Functional inverse for formula

The idea is to have an option in the 'new formula column' (right click on column) that inverse a formula function. 

 

For exemple, the formula of a column :z is:

:x / (1 + :y)

Then I select click on 'New formula column/inverse function'. Then a popup menu or an additional menu propose to select the independant variable. Let say I click on :y. Then a new column called Inverse[z][y] is created with the following formula:

:x/:z - 1

This features would be extremly appreciated for inversing transformation.