<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to add a data table to web report? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/255630#M50196</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2020 09:58:14 GMT</pubDate>
    <dc:creator>anne_sa</dc:creator>
    <dc:date>2020-04-02T09:58:14Z</dc:date>
    <item>
      <title>How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63052#M33881</link>
      <description>&lt;P&gt;I used the following example of create a project:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;project = New Project();
project &amp;lt;&amp;lt; Run Script(
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Run Script( "Bivariate" );
dt &amp;lt;&amp;lt; Run Script( "Distribution" );
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 15:56:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63052#M33881</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2018-07-17T15:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63062#M33883</link>
      <description>&lt;P&gt;Unless I'm confused your script is calling for creating a new JMP project while your narrative text says you want a web report. Web reports and JMP projects are separate and distinct capabilities. If you truly want a JMP project the data table will follow along with the report elements and other project elements you may want to include like Excel files, PowerPoint presentations, etc. In JMP 14 it's super easy...create all your project elements, then from any JMP main menu bar, select Window -&amp;gt; Move to Project. The project will populate and now you can save it as it's own distinct project. Different workflow for a JMP Web Report.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 11:32:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63062#M33883</guid>
      <dc:creator>Peter_Bartell</dc:creator>
      <dc:date>2018-07-17T11:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63079#M33893</link>
      <description>&lt;P&gt;Thanks for the comments. My goal is to get a web report from saved projects. I notice that the data table is not listed in web report.&lt;/P&gt;&lt;P&gt;I use publish right after I created the project. Can I add the data table in web report? Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 16:07:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63079#M33893</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2018-07-17T16:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63080#M33894</link>
      <description>&lt;P&gt;Try creating a New Window() and journaling the data table to it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;project = New Project();
project &amp;lt;&amp;lt; Run Script(
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Run Script( "Bivariate" );
dt &amp;lt;&amp;lt; Run Script( "Distribution" );
new window("my report", dt&amp;lt;&amp;lt;journal);
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Jul 2018 16:19:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63080#M33894</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2018-07-17T16:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63089#M33896</link>
      <description>&lt;P&gt;Thanks Jeff. It works except that the data table is truncated. Is there a way to avoid the truncation when it is published?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 17:07:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63089#M33896</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2018-07-17T17:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63208#M33950</link>
      <description>&lt;P&gt;I don't think it's truncated. It just needs to be scrolled to see all of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 14:49:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63208#M33950</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2018-07-18T14:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63237#M33954</link>
      <description>&lt;P&gt;Thanks Jeff. The rows can be scrolled but columns are truncated to just few. I have 127 columns. Is there a limit in number of columns?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 16:44:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63237#M33954</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2018-07-18T16:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63238#M33955</link>
      <description>&lt;P&gt;It will journal only the selected columns. Make sure you clear the column selection before the Journal command.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 16:52:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63238#M33955</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2018-07-18T16:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63309#M33974</link>
      <description>&lt;P&gt;Thanks Jeff. I cleared the column and when I publish it, I get an HTML and when I try to open the data table, it keeps asking whether I want to wait or continue. I have 127 columns and previously, with 5 columns were Ok. Any suggestions? Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 22:22:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63309#M33974</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2018-07-18T22:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63566#M34040</link>
      <description>&lt;P&gt;All of the data are encoded in the HTML file and then have to be rendered with javascript. How many rows do you have? It sounds like it might be a bunch. We're working to make this faster in future releases but with a bunch of data it will take some time to render.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 22:19:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/63566#M34040</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2018-07-20T22:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/64085#M34214</link>
      <description>&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 17:19:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/64085#M34214</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2018-07-27T17:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/255630#M50196</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 09:58:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/255630#M50196</guid>
      <dc:creator>anne_sa</dc:creator>
      <dc:date>2020-04-02T09:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/255639#M50198</link>
      <description>I have been successful in doing this by creating a picture object of the data table, rather than the actual data table</description>
      <pubDate>Thu, 02 Apr 2020 10:33:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/255639#M50198</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-04-02T10:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a data table to web report?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/255651#M50200</link>
      <description>&lt;P&gt;It works like a charm! Thank you very much &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 11:38:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-add-a-data-table-to-web-report/m-p/255651#M50200</guid>
      <dc:creator>anne_sa</dc:creator>
      <dc:date>2020-04-02T11:38:17Z</dc:date>
    </item>
  </channel>
</rss>

