<?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: Tables/Update changed! in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Tables-Update-changed/m-p/903581#M106255</link>
    <description>&lt;P&gt;The above example might look artificial.&lt;BR /&gt;&lt;BR /&gt;Here is an example that is closer to real life:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dtall=new table("data collection",&amp;lt;&amp;lt; add rows(1),New column("identifier", set value(1)));
for(i=1, i&amp;lt;20, i++,
	
	dt= new table("tmp", add rows(1),
		New column("identifier", set value(1)), Private
	);
	wait(0);
	
	if(or(i==1,  random integer(10)&amp;gt;2),
	
		dt &amp;lt;&amp;lt; New column ("date") &amp;lt;&amp;lt; New column ("time") &amp;lt;&amp;lt;	New column ("site") &amp;lt;&amp;lt; New column ("vendor") &amp;lt;&amp;lt;	New column ("country") &amp;lt;&amp;lt;	New column ("status")
	);
	
	New column ("value_"|| Char(Random integer(1000)));
	
	
	dtall &amp;lt;&amp;lt; Update(
	With( dt ),
	Match Columns( :identifier = :identifier ),
	Replace Columns in Main Table( None )
);

close(dt, noSave)

);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In every data table, there are measurement values &lt;FONT face="courier new,courier"&gt;value_xyz&lt;/FONT&gt; and sometimes there is redundant (or unnecessary) data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data collection in JMP18: just the measurement values are added&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1758786106398.png" style="width: 102px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83457i5AA4182BDC99C95F/image-dimensions/102x377?v=v2" width="102" height="377" role="button" title="hogi_0-1758786106398.png" alt="hogi_0-1758786106398.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data Collection in JMP19: significant growth of the data table due to added redundant/duplicate or unnecessary data.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1758786478435.png" style="width: 128px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83458iE0AD2EF93525119F/image-dimensions/128x828?v=v2" width="128" height="828" role="button" title="hogi_1-1758786478435.png" alt="hogi_1-1758786478435.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One might argue that it is better to add &lt;FONT face="arial black,avant garde"&gt;status (tmp2) 5&lt;/FONT&gt; to the data collection than to lose this information.&lt;BR /&gt;Yes, there are definitely many cases where the new functionality is an improvement on the old.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;However, it is undeniable that the new functionality significantly interferes with how the old platform could be used.&lt;BR /&gt;and with many thousand users worldwide such a change is dangerous.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Sep 2025 07:56:36 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2025-09-25T07:56:36Z</dc:date>
    <item>
      <title>Tables/Update changed!</title>
      <link>https://community.jmp.com/t5/Discussions/Tables-Update-changed/m-p/901682#M106086</link>
      <description>&lt;P&gt;Please note, there is a significant change of the &lt;STRONG&gt;Tables/Update&lt;/STRONG&gt; functionality in JMP19.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );


// Update data table
Data Table( "Big Class" ) &amp;lt;&amp;lt; Update(
	With( Data Table( "Big Class Families" ) ),
	Match Columns( :name = :name, :age = :age ),
	Replace Columns in Main Table( None )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Available columns after executing the script 1x, 2x&amp;nbsp; and 3x in JMP18 *):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1758194509286.png" style="width: 164px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/82805i7B3D6CB5B99485FC/image-dimensions/164x349?v=v2" width="164" height="349" role="button" title="hogi_0-1758194509286.png" alt="hogi_0-1758194509286.png" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1758194509286.png" style="width: 163px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/82805i7B3D6CB5B99485FC/image-dimensions/163x347?v=v2" width="163" height="347" role="button" title="hogi_0-1758194509286.png" alt="hogi_0-1758194509286.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1758194509286.png" style="width: 163px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/82805i7B3D6CB5B99485FC/image-dimensions/163x347?v=v2" width="163" height="347" role="button" title="hogi_0-1758194509286.png" alt="hogi_0-1758194509286.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;*) after adding new columns in the first step, no new columns are added. JMP informs the user:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1758194530906.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/82806iD6A9E272E256C8AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1758194530906.png" alt="hogi_1-1758194530906.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Available columns after executing the script 1x, 2x&amp;nbsp; and 3x with JMP19:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1758194584719.png" style="width: 171px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/82807i6686B679FA76CFBA/image-dimensions/171x302?v=v2" width="171" height="302" role="button" title="hogi_2-1758194584719.png" alt="hogi_2-1758194584719.png" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_3-1758194609797.png" style="width: 182px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/82808i84E151F54AFB9841/image-dimensions/182x482?v=v2" width="182" height="482" role="button" title="hogi_3-1758194609797.png" alt="hogi_3-1758194609797.png" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_4-1758194913065.png" style="width: 202px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/82809i035763D5B61C6551/image-dimensions/202x741?v=v2" width="202" height="741" role="button" title="hogi_4-1758194913065.png" alt="hogi_4-1758194913065.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The new feature seems to be triggered by this post in the Wish List:&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="Allow Update platform to create new columns if they already exist in the table to be updated" uid="779810" url="https://community.jmp.com/t5/JMP-Wish-List/Allow-Update-platform-to-create-new-columns-if-they-already/m-p/779810#U779810" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This wish is great, as an option - but it might collide with how other users used Tables/Update up to now.&lt;BR /&gt;Especially dangerous if scripts are affected.&lt;BR /&gt;&lt;BR /&gt;Can the new functionality be disabled?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 11:32:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tables-Update-changed/m-p/901682#M106086</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-09-18T11:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Tables/Update changed!</title>
      <link>https://community.jmp.com/t5/Discussions/Tables-Update-changed/m-p/902510#M106152</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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best place to pose this question would be to &lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;&amp;nbsp;- they'll better handle this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 08:27:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tables-Update-changed/m-p/902510#M106152</guid>
      <dc:creator>Ben_BarrIngh</dc:creator>
      <dc:date>2025-09-22T08:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tables/Update changed!</title>
      <link>https://community.jmp.com/t5/Discussions/Tables-Update-changed/m-p/902515#M106153</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/51054"&gt;@Ben_BarrIngh&lt;/a&gt;&amp;nbsp;, communication with JMP support is running in parallel: TS-00236061&lt;BR /&gt;up to now, no solution available how to get rid of the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems that Tables/Update cannot be used anymore for &lt;EM&gt;"add all additional columns from the other table".&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 08:36:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tables-Update-changed/m-p/902515#M106153</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-09-22T08:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tables/Update changed!</title>
      <link>https://community.jmp.com/t5/Discussions/Tables-Update-changed/m-p/903469#M106244</link>
      <description>&lt;P&gt;Added as a proposal to the wish list:&amp;nbsp;&lt;BR /&gt;&lt;LI-MESSAGE title="automatic tables/update" uid="903452" url="https://community.jmp.com/t5/JMP-Wish-List/automatic-tables-update/m-p/903452#U903452" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 20:21:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tables-Update-changed/m-p/903469#M106244</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-09-24T20:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tables/Update changed!</title>
      <link>https://community.jmp.com/t5/Discussions/Tables-Update-changed/m-p/903581#M106255</link>
      <description>&lt;P&gt;The above example might look artificial.&lt;BR /&gt;&lt;BR /&gt;Here is an example that is closer to real life:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dtall=new table("data collection",&amp;lt;&amp;lt; add rows(1),New column("identifier", set value(1)));
for(i=1, i&amp;lt;20, i++,
	
	dt= new table("tmp", add rows(1),
		New column("identifier", set value(1)), Private
	);
	wait(0);
	
	if(or(i==1,  random integer(10)&amp;gt;2),
	
		dt &amp;lt;&amp;lt; New column ("date") &amp;lt;&amp;lt; New column ("time") &amp;lt;&amp;lt;	New column ("site") &amp;lt;&amp;lt; New column ("vendor") &amp;lt;&amp;lt;	New column ("country") &amp;lt;&amp;lt;	New column ("status")
	);
	
	New column ("value_"|| Char(Random integer(1000)));
	
	
	dtall &amp;lt;&amp;lt; Update(
	With( dt ),
	Match Columns( :identifier = :identifier ),
	Replace Columns in Main Table( None )
);

close(dt, noSave)

);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In every data table, there are measurement values &lt;FONT face="courier new,courier"&gt;value_xyz&lt;/FONT&gt; and sometimes there is redundant (or unnecessary) data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data collection in JMP18: just the measurement values are added&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1758786106398.png" style="width: 102px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83457i5AA4182BDC99C95F/image-dimensions/102x377?v=v2" width="102" height="377" role="button" title="hogi_0-1758786106398.png" alt="hogi_0-1758786106398.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data Collection in JMP19: significant growth of the data table due to added redundant/duplicate or unnecessary data.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1758786478435.png" style="width: 128px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/83458iE0AD2EF93525119F/image-dimensions/128x828?v=v2" width="128" height="828" role="button" title="hogi_1-1758786478435.png" alt="hogi_1-1758786478435.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One might argue that it is better to add &lt;FONT face="arial black,avant garde"&gt;status (tmp2) 5&lt;/FONT&gt; to the data collection than to lose this information.&lt;BR /&gt;Yes, there are definitely many cases where the new functionality is an improvement on the old.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;However, it is undeniable that the new functionality significantly interferes with how the old platform could be used.&lt;BR /&gt;and with many thousand users worldwide such a change is dangerous.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 07:56:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tables-Update-changed/m-p/903581#M106255</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-09-25T07:56:36Z</dc:date>
    </item>
  </channel>
</rss>

