cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.
Choose Language Hide Translation Bar
View Original Published Thread

formulas not working

PTR50
Level II

I am using Windows and JMP 18

Im Having some problems with version 18
 
My most recent one is that calculation of formulas does not work.  So for example
 
I have two columns X and Y - both continuous numeric variables  If  make a variable  Z (also numeric continuous) and use a formula in it: X * Y
 
I get nothing  (just dots)
 
any ideas??
2 REPLIES 2
txnelson
Super User


Re: formulas not working

just use the formula

:X * :Y

or if "It" is the reference to the data table you could specify

It = current data table();
It:X * It:Y

The JMP Log might have an error statement

Jim
hogi
Level XII


Re: formulas not working

the easiest way to generate a new column: new formula column right click menu:

hogi_0-1721993204380.png

and then you can go to the Log and check the code ...

hogi_1-1721993290278.png