cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

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

Interactive HTML files: Can I link them to the data in my JMP database?

Is there a way I can link a HTML file to my JMP table? Namely, every time the data in the JMP table are modified, the HTML file will be updated as well.

In case this is not possible, is there a different tool for (1) sharing files (e.g. histograms) with someone who does not have JMP on their laptop and (2) make sure these files are updated as the data in the (main) JMP table are modified? 

 

Thanks!

1 REPLY 1

Re: Interactive HTML files: Can I link them to the data in my JMP database?

We offer JMP Live for this purpose. You can try it at JMP Public.

 

Otherwise, you will have to write a script that detects a dirty data table, re-creates the JMP output, and saves the HTML to the same location. That sequence will not necessarily update the page as it happens, though.

Recommended Articles