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
Vincenzo
Level III

Publish a column formula in Java

I would like to publish a rotated PCA scores model. PCA platform allows me to save rotated components in a column, but it does not allow (like regression platform) to publish the formula and create a javascript.

 

Is there a fast way to create the script directly from the formula embedded in the column? I am using JMP Pro 16

 

thanks in adavnce

 

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Publish a column formula in Java

I think you can add formula columns to formula depot. Table:

jthi_0-1654189563479.png

Formula depot from Analyze / Predictive Modeling / Formula Depot

jthi_1-1654189579262.png

jthi_2-1654189621042.png

and for scripting there seems to be Add Formula from Column

jthi_3-1654189731532.png

 

-Jarmo

View solution in original post

4 REPLIES 4
jthi
Super User

Re: Publish a column formula in Java

I think you can add formula columns to formula depot. Table:

jthi_0-1654189563479.png

Formula depot from Analyze / Predictive Modeling / Formula Depot

jthi_1-1654189579262.png

jthi_2-1654189621042.png

and for scripting there seems to be Add Formula from Column

jthi_3-1654189731532.png

 

-Jarmo
txnelson
Super User

Re: Publish a column formula in Java

FYI, the Formula Depot supports the outputting of the scoring formula to Javascript

Jim
Vincenzo
Level III

Re: Publish a column formula in Java

thank you

Vincenzo
Level III

Re: Publish a column formula in Java

 thank you Jthi, this is exactly what I was looking for and it works perfectly

 

Recommended Articles