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!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

How to add a data table to web report?

I used the following example of create a project:

 

 

project = New Project();
project << Run Script(
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Run Script( "Bivariate" );
dt << Run Script( "Distribution" );
);

 

 

Now when I use publish, I get the web report with Distribution and Bivariate plot. How do I add data table as well? Thanks for your help.

13 REPLIES 13
AT
AT
Level V

Re: How to add a data table to web report?

Hi Jeff,

Thanks for the note. The number of rows are about 4000. I was able to create a dashboard and no issue with number of rows. Only when you want to create report out of projects you run into trouble. Thanks for all your help.

anne_sa
Level VI

Re: How to add a data table to web report?

Hello,

 

I also would like to add a data table in a web report but some of the cells are colored. Unfortunately, when I publish the journal of the table, the colors are lost. Is there a way do keep the table not truncated and with the colors?

Thanks for your help!

txnelson
Super User

Re: How to add a data table to web report?

I have been successful in doing this by creating a picture object of the data table, rather than the actual data table
Jim
anne_sa
Level VI

Re: How to add a data table to web report?

It works like a charm! Thank you very much @txnelson 

Recommended Articles