cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
PTR50
Level II

formulas not working

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??
1 REPLY 1
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