<?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: how do i apply red triangle settings to all by-group analyses in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-do-i-apply-red-triangle-settings-to-all-by-group-analyses/m-p/736876#M91778</link>
    <description>&lt;P&gt;Try holding ctrl when you click the red triangle to broadcast commands &lt;A href="https://community.jmp.com/t5/JMP-Tips/Broadcast-Commands-Windows/ta-p/686178" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/JMP-Tips/Broadcast-Commands-Windows/ta-p/686178&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 17:31:29 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-03-20T17:31:29Z</dc:date>
    <item>
      <title>how do i apply red triangle settings to all by-group analyses</title>
      <link>https://community.jmp.com/t5/Discussions/how-do-i-apply-red-triangle-settings-to-all-by-group-analyses/m-p/736866#M91777</link>
      <description>&lt;P&gt;I'm relatively new to JMP and feel like i must have missed something.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am performing a simple distribution analysis on my continuous data but I am running the analysis grouped by nominal data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way for me to apply settings found in the red triangle to all of my grouped data such as a local data filter or synk to data table changes?&amp;nbsp;&lt;/P&gt;&lt;P&gt;or do I&amp;nbsp;have to either do it manually for each one?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1320ce87-120d-4783-ba29-9f6d5e8e09ac.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62435i9AF4A0090295276A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1320ce87-120d-4783-ba29-9f6d5e8e09ac.png" alt="1320ce87-120d-4783-ba29-9f6d5e8e09ac.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &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;</description>
      <pubDate>Wed, 20 Mar 2024 17:11:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-do-i-apply-red-triangle-settings-to-all-by-group-analyses/m-p/736866#M91777</guid>
      <dc:creator>niallmarsay</dc:creator>
      <dc:date>2024-03-20T17:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: how do i apply red triangle settings to all by-group analyses</title>
      <link>https://community.jmp.com/t5/Discussions/how-do-i-apply-red-triangle-settings-to-all-by-group-analyses/m-p/736876#M91778</link>
      <description>&lt;P&gt;Try holding ctrl when you click the red triangle to broadcast commands &lt;A href="https://community.jmp.com/t5/JMP-Tips/Broadcast-Commands-Windows/ta-p/686178" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/JMP-Tips/Broadcast-Commands-Windows/ta-p/686178&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 17:31:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-do-i-apply-red-triangle-settings-to-all-by-group-analyses/m-p/736876#M91778</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-03-20T17:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: how do i apply red triangle settings to all by-group analyses</title>
      <link>https://community.jmp.com/t5/Discussions/how-do-i-apply-red-triangle-settings-to-all-by-group-analyses/m-p/736933#M91784</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;suggest, broadcast will work well for most red-triangle commands.&amp;nbsp; In the case of the Local Data Filter, you will get a separate filter for each level.&amp;nbsp; When you update to JMP 18, look for the changes in the &lt;A href="https://www.jmp.com/support/help/en/18.0/index.shtml#page/jmp/group-platform.shtml" target="_self"&gt;Group Platform&lt;/A&gt;.&amp;nbsp; This adds a "group" red-triangle menu that automatically broadcasts most commands.&amp;nbsp; For features like the Data Filter and Column Switcher, you will get a single object that operates across the group.&amp;nbsp; In JMP 17.x you can get similar filter behavior through scripting:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open("$SAMPLE_DATA/Big Class.jmp");
New Window("shared filter",
	Data Filter Context Box(
		HListBox(
			dt &amp;lt;&amp;lt; Data Filter(Local, Columns(:age)),
			VListBox(
				dt &amp;lt;&amp;lt; Bivariate(X(:height),Y(:weight),By(:sex))
			)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Mar 2024 18:43:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-do-i-apply-red-triangle-settings-to-all-by-group-analyses/m-p/736933#M91784</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2024-03-20T18:43:26Z</dc:date>
    </item>
  </channel>
</rss>

