cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • 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!

Discussions

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

Automate Powerpoint report filling via JSL

Hello,

 

Here's my problem: I have several powerpoint capability reports to generate for customers, all these reports use the same template (my company's template).What changes depending on the customer are the materials on which I make my control charts in these reports, and I don't have the same number of control charts to plot depending on the customer.I have >60 reports to generate.

 

I wanted to use JMP to generate the control charts and then fill the different rapports automatically, but the problem is that I can't center the images correctly. I had seen that I could insert image links in the powerpoint, but I don't know in advance how many images I'll have for each report. I have JMP 17.1.0.

 

Did you encounter the same issue ?

2 REPLIES 2
jthi
Super User

Re: Automate Powerpoint report filling via JSL

When I had to build a bit more complicated powerpoint from JMP, I did save images from JMP to a specific location and called python script using Run Program() to create my powerpoint.

-Jarmo

Re: Automate Powerpoint report filling via JSL

Hello @jthi , thank you for your answer. I guess I will try to develop a VBA or python script to dit also

Recommended Articles