cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

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