<?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: Images via virtual link in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Images-via-virtual-link/m-p/867891#M103067</link>
    <description>&lt;P&gt;I added a table script with&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;current data table() &amp;lt;&amp;lt; rerun formulas();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the user can run it to correct the old entries in the formula column.&lt;BR /&gt;&lt;BR /&gt;[same issue also for formula columns on other virtual columns&amp;nbsp; like numeric and character entries]&lt;/P&gt;</description>
    <pubDate>Fri, 11 Apr 2025 20:24:16 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2025-04-11T20:24:16Z</dc:date>
    <item>
      <title>Images via virtual link</title>
      <link>https://community.jmp.com/t5/Discussions/Images-via-virtual-link/m-p/867838#M103060</link>
      <description>&lt;P&gt;JMP compresses imported images. But at the moment, JMP stores every image separately of the the other images.&lt;BR /&gt;So, when the user imports the same image&amp;nbsp;multiple times -&amp;nbsp;&lt;SPAN&gt;the memory consumption increases with every "new" image.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An easy solution: follow an approach which was was&amp;nbsp;presented&amp;nbsp; by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;on Discovery Summit Europe 2025&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/Abstracts/Scaling-Innovation-Integrating-Data-Science-into-Engineering/ev-p/835004" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/Abstracts/Scaling-Innovation-Integrating-Data-Science-into-Engineering/ev-p/835004&lt;/A&gt;&amp;nbsp;:&lt;BR /&gt;Store the images in a separate table - and use a virtual link with an index column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cool trick:&lt;BR /&gt;After setting up the virtual link, Julian un-hides the column and drags it "into" the main table to make it nicely visible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, after saving, closing and opening the data table, the virtual column is move to the end of the main table (I guess along the idea: the linked table might have changed, so better reset the configuration with every new start).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Is there a way to position the column with the images permanently between columns of the main table?&lt;/P&gt;
&lt;P&gt;- I tried to copy the content via a&amp;nbsp; formula column. but the behavior is strange:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;when I edit an entry of the index column, it's just the virtual column that gets updated - the formula column is lazy and keeps it's original content. [when I add a new row, the content of the formula column gets updated.]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6371362047112w940h540r250" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6371362047112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6371362047112w940h540r250');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6371362047112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&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);
Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Open( "$SAMPLE_DATA/Big Class.jmp" );
Data Table( "Big Class Families" ) &amp;lt;&amp;lt; Select Where( :name == "ROBERT" ) &amp;lt;&amp;lt;
Delete Rows;
Data Table( "Big Class Families" ):name &amp;lt;&amp;lt; Set Property( "Link ID", 1 );
Data Table( "Big Class" ):name &amp;lt;&amp;lt; Set Property(
	"Link Reference",
	Reference Table( "Big Class Families.jmp" )
);
Data Table( "Big Class" ) &amp;lt;&amp;lt; New Column( "1:1 copy",
	Expression,
	"None",
	Formula( :"picture[name]"n )
) &amp;lt;&amp;lt; Run Formulas;
Data Table( "Big Class" ) &amp;lt;&amp;lt; Move Selected Columns( {:"1:1 copy"n}, To First );
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Apr 2025 20:35:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Images-via-virtual-link/m-p/867838#M103060</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-04-11T20:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Images via virtual link</title>
      <link>https://community.jmp.com/t5/Discussions/Images-via-virtual-link/m-p/867891#M103067</link>
      <description>&lt;P&gt;I added a table script with&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;current data table() &amp;lt;&amp;lt; rerun formulas();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the user can run it to correct the old entries in the formula column.&lt;BR /&gt;&lt;BR /&gt;[same issue also for formula columns on other virtual columns&amp;nbsp; like numeric and character entries]&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 20:24:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Images-via-virtual-link/m-p/867891#M103067</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-04-11T20:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Images via virtual link</title>
      <link>https://community.jmp.com/t5/Discussions/Images-via-virtual-link/m-p/867892#M103068</link>
      <description>&lt;P&gt;An onOpen script might be able to work around the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 21:01:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Images-via-virtual-link/m-p/867892#M103068</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2025-04-11T21:01:18Z</dc:date>
    </item>
  </channel>
</rss>

