<?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: Is it possible to customize the Add Formula Column menu to include customize functions? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/771055#M95203</link>
    <description>&lt;P&gt;JMP Support:&amp;nbsp; TS-00152405&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Existing functions cannot be added to the menu by name.&amp;nbsp; You will need to create a custom function that utilizes the existing function as you have already done.&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 16:16:20 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2024-07-08T16:16:20Z</dc:date>
    <item>
      <title>Is it possible to customize the Add Formula Column menu to include customize functions?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/529890#M75321</link>
      <description>&lt;P&gt;Hi JMP Community,&lt;/P&gt;
&lt;P&gt;I want to customize the Add Formula Column menu with a few functions I frequently use. Is this menu modifiable, and if it is, what is the correct method to do so?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 20:51:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/529890#M75321</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2023-06-10T20:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to customize the Add Formula Column menu to include customize functions?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/529981#M75324</link>
      <description>&lt;P&gt;I do not see why not after reading the on-line help starting &lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/create-custom-functions-transforms-and-formats.shtml" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 17:39:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/529981#M75324</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2022-08-03T17:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to customize the Add Formula Column menu to include customize functions?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/529999#M75326</link>
      <description>&lt;P&gt;I am blind, it is right there under Custom Transform.&amp;nbsp; Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11634"&gt;@Thierry_S&lt;/a&gt;&amp;nbsp;are you referring to the menu presented when right clicking on a column header? If so I don't know of a way to do that,&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp;if it is in that reference I must be blind because I am missing it!&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the menu I think&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11634"&gt;@Thierry_S&lt;/a&gt;&amp;nbsp;refers to:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_0-1659556335928.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44546i0BA0DA7A7F554358/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_0-1659556335928.png" alt="ih_0-1659556335928.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Example from help:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Add Custom Functions(
	New Custom Function(
		"custom", 	// namespace in which new function resides
		"x1000", 	/* function name. The completely scoped name is
			"custom:x1000".*/
 
		Function( {x}, x * 1000 ),// function definition
 
// optional message to enables this as a custom transform

		&amp;lt;&amp;lt;Transform Category( 1 )
		)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV id="tinyMceEditor_d9611f2e2f39c6ih_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ih_2-1659556522856.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44547i00CC66F0E67BADB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ih_2-1659556522856.png" alt="ih_2-1659556522856.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 19:55:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/529999#M75326</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2022-08-03T19:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to customize the Add Formula Column menu to include customize functions?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/530542#M75371</link>
      <description>&lt;P&gt;When I define a custom function, is&amp;nbsp; it possible to access the columns that were previously selected by NewFormulaColumn/GroupBy and use them as well as group by entries?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 17:57:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/530542#M75371</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-08-04T17:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to customize the Add Formula Column menu to include customize functions?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/572471#M78168</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/41931"&gt;@Jonas_Rinne&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 12:29:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/572471#M78168</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-11-23T12:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to customize the Add Formula Column menu to include customize functions?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/678069#M86449</link>
      <description>&lt;P&gt;One one hand, it's very cool that&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Add Custom Functions(
	New Custom Function(
		"custom", 	// namespace in which new function resides
		"x1000", 	/* function name. The completely scoped name is
			"custom:x1000".*/
 
		Function( {x}, x * 1000 ),// function definition
 
// optional message to enables this as a custom transform

		&amp;lt;&amp;lt;Transform Category( 1 )
		)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;puts MY OWN formula into jmp and that it really shows up in the Formula editor:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1694781137991.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56667iE7114B7433D71D31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1694781137991.png" alt="hogi_0-1694781137991.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;and not&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1694781166921.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56668iA1EA2FB9DBD1BE43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1694781166921.png" alt="hogi_1-1694781166921.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But actually, I would prefer the latter one.&lt;BR /&gt;Next time Jmp is started, the new function will be gone. Same for the computer of my colleague or the computer of the person @ Jmp support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get a command into the New formula Column right click menu which produces a column with the second formula?&lt;BR /&gt;e.g. via an additional argument for&lt;CODE class=" language-jsl"&gt;Add Custom Functions( &lt;/CODE&gt;or&amp;nbsp;&lt;CODE class=" language-jsl"&gt;New Custom Function(&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 12:36:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/678069#M86449</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-09-15T12:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to customize the Add Formula Column menu to include customize functions?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/767683#M94790</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I do not see why not after reading the on-line help starting &lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/create-custom-functions-transforms-and-formats.shtml" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Besides adding new custom functions ....&lt;BR /&gt;Is there a functionality to add existing functions?&lt;BR /&gt;&lt;BR /&gt;e.g.: can I add&amp;nbsp; "&lt;FONT face="courier new,courier"&gt;is missing&lt;/FONT&gt;" to the new formula column menu?&lt;/P&gt;&lt;P&gt;The target: via right click menu generate a column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Column( "missing(name)",	Formula( Is Missing( :name ) ))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;up to now I just managed to generate a column&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Column( "my is missing[name]",	Formula( hogi:my is missing( :name ) ))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;[same functionality, but less useful]&lt;/P&gt;&lt;P&gt;via&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Add Custom Functions(
	New Custom Function(
		"hogi",
		"my is missing",
		Function( {col},is missing(col)	), 
		&amp;lt;&amp;lt;Transform Category( "hogi" ),
		&amp;lt;&amp;lt;Description( "is missing for the new column formula menu" )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, with other words, is there are &lt;STRONG&gt;&lt;EM&gt;transform category&lt;/EM&gt;&lt;/STRONG&gt; functionality outside of the context of &lt;STRONG&gt;new custom functions&lt;/STRONG&gt;?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2024 20:08:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/767683#M94790</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-06-22T20:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to customize the Add Formula Column menu to include customize functions?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/771055#M95203</link>
      <description>&lt;P&gt;JMP Support:&amp;nbsp; TS-00152405&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Existing functions cannot be added to the menu by name.&amp;nbsp; You will need to create a custom function that utilizes the existing function as you have already done.&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 16:16:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-customize-the-Add-Formula-Column-menu-to/m-p/771055#M95203</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-07-08T16:16:20Z</dc:date>
    </item>
  </channel>
</rss>

