<?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: data table with images -&amp;gt; Excel in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/data-table-with-images-gt-Excel/m-p/597426#M80103</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I think the answer is no. You lose a lot of additional information when you save a JMP data table to Excel format.&lt;/P&gt;
&lt;P&gt;Are images in cells even possible in Excel? Even then, I don't think you would be able to use the images as labels or markers, which is where saving plots as images to the JMP table is really useful.&lt;/P&gt;
&lt;P&gt;I think you will have to think about other ways to share the graphics with your colleagues. JMP Live would an option.&lt;/P&gt;
&lt;P&gt;Sorry, I hope this helps.&lt;/P&gt;
&lt;P&gt;Phil&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2023 10:02:21 GMT</pubDate>
    <dc:creator>Phil_Kay</dc:creator>
    <dc:date>2023-02-06T10:02:21Z</dc:date>
    <item>
      <title>data table with images -&gt; Excel</title>
      <link>https://community.jmp.com/t5/Discussions/data-table-with-images-gt-Excel/m-p/594289#M79813</link>
      <description>&lt;P&gt;Is it possible to save a data Table with Images to Excel such that the images get saved?&lt;/P&gt;&lt;P&gt;Unfortunately, the default mode is that the image is saved as a Char of a Blob:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1674849712040.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49556iE7662DEDDCA7C4F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1674849712040.png" alt="hogi_0-1674849712040.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Background:&lt;/P&gt;&lt;P&gt;The command &lt;STRONG&gt;Make Into Data Table&lt;/STRONG&gt; in &lt;STRONG&gt;GraphBuilder&lt;/STRONG&gt; is very useful - it generates a new data table with all the subplots of the GraphBuilder platform :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;Actually amazing!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if I want to share the table with some colleagues, is it possible to save this table (and the images as such) as an Excel ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables( X( :weight ), Y( :height ), Group X( :age ), Group Y( :sex ) ),
	Elements( Points( X, Y, Legend( 11 ) ), Smoother( X, Y, Legend( 12 ) ) )
);

summary = gb &amp;lt;&amp;lt; make into data table();

summary &amp;lt;&amp;lt; save("C:\temp\test.xlsx")&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:40:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/data-table-with-images-gt-Excel/m-p/594289#M79813</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-08T16:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: data table with images -&gt; Excel</title>
      <link>https://community.jmp.com/t5/Discussions/data-table-with-images-gt-Excel/m-p/597426#M80103</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I think the answer is no. You lose a lot of additional information when you save a JMP data table to Excel format.&lt;/P&gt;
&lt;P&gt;Are images in cells even possible in Excel? Even then, I don't think you would be able to use the images as labels or markers, which is where saving plots as images to the JMP table is really useful.&lt;/P&gt;
&lt;P&gt;I think you will have to think about other ways to share the graphics with your colleagues. JMP Live would an option.&lt;/P&gt;
&lt;P&gt;Sorry, I hope this helps.&lt;/P&gt;
&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 10:02:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/data-table-with-images-gt-Excel/m-p/597426#M80103</guid>
      <dc:creator>Phil_Kay</dc:creator>
      <dc:date>2023-02-06T10:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: data table with images -&gt; Excel</title>
      <link>https://community.jmp.com/t5/Discussions/data-table-with-images-gt-Excel/m-p/597440#M80104</link>
      <description>&lt;P&gt;Web page can also be an option but it can get quite large depending on the images. Quick demo using Interactive HTML (but you can build it without interactive html also)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:weight), Y(:height), Group X(:age), Group Y(:sex)),
	Elements(Points(X, Y, Legend(11)), Smoother(X, Y, Legend(12)))
);

dt_images = gb &amp;lt;&amp;lt; make into data table();
close(dt, no save);

nw = new window("test",
	dt_images &amp;lt;&amp;lt; get as report
);

nw &amp;lt;&amp;lt; Save Interactive HTML("$DOWNLOADS\test.html");
nw &amp;lt;&amp;lt; close window;
Close(dt_images, no save);

//Web("$DOWNLOADS\test.html");
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Feb 2023 10:23:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/data-table-with-images-gt-Excel/m-p/597440#M80104</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-02-06T10:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: data table with images -&gt; Excel</title>
      <link>https://community.jmp.com/t5/Discussions/data-table-with-images-gt-Excel/m-p/769235#M94974</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1888"&gt;@Phil_Kay&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Are images in cells even possible in Excel?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;-&amp;gt; Yes. Attached an Excel file with countries and flags. For what I need, it is sufficient.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;Even then, I don't think you would be able to use the images as labels or markers, which is where saving plots as images to the JMP table is really useful.&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;use as labels or markers... is really useful:&amp;nbsp;&lt;/FONT&gt;&lt;/EM&gt;maybe "useful"&amp;nbsp;but definitely not the only reason for images in data tables. Often users just use &lt;FONT face="courier new,courier"&gt;Make into data table()&lt;/FONT&gt; to get the graphs - and won't use them as markers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;JMP Live would an option.&lt;/EM&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;-&amp;gt; hm, partially.&lt;BR /&gt;I don't think, other users would be able to edit the data table in JMP Live - which is where Excel is really useful.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 18:54:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/data-table-with-images-gt-Excel/m-p/769235#M94974</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-06-28T18:54:15Z</dc:date>
    </item>
  </channel>
</rss>

