- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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