cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Rily_Maya
Level III

How to Configure Variables Only Once for Application Across Multiple Formulas Within a Single Data Table

How to Configure Variables Only Once for Application Across Multiple Formulas Within a Single Data Table

 

For example, in Table 4.5.jmp:

let A=4.54766666666667 + 0.0566666666666667 * :Speed + -0.605 * :Pressure,

let B=4.44891666666667 + 0.0766666666666667 * :Speed + -0.605 * :Pressure

let C=6.66193304843305 + -0.00789173789173778 * :Speed + -0.605 * :Pressure.

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: How to Configure Variables Only Once for Application Across Multiple Formulas Within a Single Data Table

If you wish to repeat a formula, create a formula column and refer to that. If you wish to repeat a constant create table variable (or column with the value). To use table variable in a formula you reference it like you would a column so in this case :A

-Jarmo

View solution in original post

3 REPLIES 3
jthi
Super User

Re: How to Configure Variables Only Once for Application Across Multiple Formulas Within a Single Data Table

You can use table variables or create columns with those values and use them.

-Jarmo
Rily_Maya
Level III

Re: How to Configure Variables Only Once for Application Across Multiple Formulas Within a Single Data Table

As shown in the figure, there is an error.
Why?1.png

jthi
Super User

Re: How to Configure Variables Only Once for Application Across Multiple Formulas Within a Single Data Table

If you wish to repeat a formula, create a formula column and refer to that. If you wish to repeat a constant create table variable (or column with the value). To use table variable in a formula you reference it like you would a column so in this case :A

-Jarmo

Recommended Articles