<?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 Table Update: Transformed value in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Table-Update-Transformed-value/m-p/592776#M79675</link>
    <description>&lt;P&gt;In the Tables/Update menu, the user has the possibility to define new formulas o the fly by right clicking into a columns menu and selecting the transformation of choice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somehow strange: the newly defined column is not added to the table (nor to the preview - see screenshot).&lt;/P&gt;&lt;P&gt;Could somebody reproduce he behavior - and suggest what I have to change in the menu such that the newly defined column gets added?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1674583033245.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49407iE9E60FED7CD04DB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1674583033245.png" alt="hogi_0-1674583033245.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Big Class.jmp" );

tmp = Data Table( "Big Class" ) &amp;lt;&amp;lt; Summary(
	Group( :name ),
	Freq( "None" ),
	Weight( "None" )
);

Data Table( "Big Class" ) &amp;lt;&amp;lt; Update(
	With( tmp ),
	Match Columns( :name = :name ),
	Add Columns from Update Table(
		:N Rows,
		Transform Column(
			"1/N Rows",
			Format( "Fixed Dec", 12, 0 ),
			Formula( 1 / :N Rows )
		)
	)
);

&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 08 Jun 2023 16:41:32 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2023-06-08T16:41:32Z</dc:date>
    <item>
      <title>Table Update: Transformed value</title>
      <link>https://community.jmp.com/t5/Discussions/Table-Update-Transformed-value/m-p/592776#M79675</link>
      <description>&lt;P&gt;In the Tables/Update menu, the user has the possibility to define new formulas o the fly by right clicking into a columns menu and selecting the transformation of choice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somehow strange: the newly defined column is not added to the table (nor to the preview - see screenshot).&lt;/P&gt;&lt;P&gt;Could somebody reproduce he behavior - and suggest what I have to change in the menu such that the newly defined column gets added?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1674583033245.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49407iE9E60FED7CD04DB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1674583033245.png" alt="hogi_0-1674583033245.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Big Class.jmp" );

tmp = Data Table( "Big Class" ) &amp;lt;&amp;lt; Summary(
	Group( :name ),
	Freq( "None" ),
	Weight( "None" )
);

Data Table( "Big Class" ) &amp;lt;&amp;lt; Update(
	With( tmp ),
	Match Columns( :name = :name ),
	Add Columns from Update Table(
		:N Rows,
		Transform Column(
			"1/N Rows",
			Format( "Fixed Dec", 12, 0 ),
			Formula( 1 / :N Rows )
		)
	)
);

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:41:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Table-Update-Transformed-value/m-p/592776#M79675</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-08T16:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table Update: Transformed value</title>
      <link>https://community.jmp.com/t5/Discussions/Table-Update-Transformed-value/m-p/593109#M79704</link>
      <description>&lt;P&gt;I was able to duplicate this behavior. The column is not added, even if I right click in the platform dialog box and select "Add to Data Table." I have a feeling that the behavior we're seeing is not what's intended.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One workaround would be to add the transformed column before running the Update script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 15:59:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Table-Update-Transformed-value/m-p/593109#M79704</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2023-01-25T15:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table Update: Transformed value</title>
      <link>https://community.jmp.com/t5/Discussions/Table-Update-Transformed-value/m-p/593152#M79705</link>
      <description>&lt;P&gt;OK, I informed Jmp support.&lt;BR /&gt;case:&amp;nbsp; TS-00032949&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 16:29:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Table-Update-Transformed-value/m-p/593152#M79705</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-01-25T16:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Update: Transformed value</title>
      <link>https://community.jmp.com/t5/Discussions/Table-Update-Transformed-value/m-p/593622#M79753</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/610"&gt;@Jed_Campbell&lt;/a&gt;&amp;nbsp;thank you for the workaround. It also works directly in the update menu - via Right Click/&lt;STRONG&gt;Add to Data Table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The only thing: Due to the table update when the column is added to the table, the column gets deselected in the list of &lt;EM&gt;&lt;STRONG&gt;selected&lt;/STRONG&gt; &lt;/EM&gt;columns.&lt;/P&gt;&lt;P&gt;After selecting "it" (non-italic version) again, it gets also added in the preview.&amp;nbsp;(jmp 17).&lt;/P&gt;&lt;P&gt;same on your site?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in general, this behavior differs significantly from the behavior of e.g. Summarize.&lt;/P&gt;&lt;P&gt;In Summarize I don't have to add Transform Columns to the table such that they can be used in the menu.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Let's see how it will look in jmp 18 ...&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 16:55:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Table-Update-Transformed-value/m-p/593622#M79753</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-01-26T16:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Update: Transformed value</title>
      <link>https://community.jmp.com/t5/Discussions/Table-Update-Transformed-value/m-p/593762#M79764</link>
      <description>&lt;P&gt;Yes, I'm seeing the same.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Let's see how it will look in jmp 18 ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;:thumbs_up:&lt;/img&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 22:04:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Table-Update-Transformed-value/m-p/593762#M79764</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2023-01-26T22:04:31Z</dc:date>
    </item>
  </channel>
</rss>

