cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

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

formula not automatically evaluated until clicking apply button

Hello. I made a script adding a column with a conditional formula , the output resulted to a null column only until you click apply in the column formula, I want to automatically output it , I asked colleague to try my data and script , it worked with them. what could be the problem with my jmp16.

new column("Remarks01",character,nominal,formula(If( :Remarsk00 == "Y",
    "1_a",
    "2_b"
)));

 

1 ACCEPTED SOLUTION

Accepted Solutions
Thierry_S
Super User

Re: formula not automatically evaluated until clicking apply button

Hi,

The automatic formula evaluation might be suppressed in your data table preferences (top left red triangle menu)

Thierry_S_0-1675255989832.pngThierry_S_0-1675255989832.png

Let us know if this does the trick.

Best,

TS

Thierry R. Sornasse

View solution in original post

2 REPLIES 2
Thierry_S
Super User

Re: formula not automatically evaluated until clicking apply button

Hi,

The automatic formula evaluation might be suppressed in your data table preferences (top left red triangle menu)

Thierry_S_0-1675255989832.pngThierry_S_0-1675255989832.png

Let us know if this does the trick.

Best,

TS

Thierry R. Sornasse
sos012523
Level I

Re: formula not automatically evaluated until clicking apply button

Hi @Thierry_S 
thanks for the feedback! seems like it was the problem.

but can you tell when does suppressing usually happens and how to get rid of it?

Recommended Articles