<?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: Get 'By' Property when using SendToByGroup JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802348#M97864</link>
    <description>&lt;P&gt;Which JMP version are you using? I think that might be a new thing in JMP18.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2024 18:45:16 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-09-27T18:45:16Z</dc:date>
    <item>
      <title>Get 'By' Property when using SendToByGroup JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802117#M97810</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question regarding Variability Chart using JSL script. I have a variability chart using SendToGroupBy. In this JSL script I take a screenshot of each chart created from SendToGroupBy. But I want to append the png file with the property name that it is grouped by. In the example below, I want to append the FileName png file name with Example1. How can I get that access property value? Any help would be appreciated.&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="MachineElk431_0-1727373714426.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68641i4934E3A02265C32D/image-size/large?v=v2&amp;amp;px=999" role="button" title="MachineElk431_0-1727373714426.png" alt="MachineElk431_0-1727373714426.png" /&gt;&lt;/span&gt;&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="MachineElk431_3-1727373138331.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68640iF79FC5922BCD1889/image-size/large?v=v2&amp;amp;px=999" role="button" title="MachineElk431_3-1727373138331.png" alt="MachineElk431_3-1727373138331.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 18:03:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802117#M97810</guid>
      <dc:creator>MachineElk431</dc:creator>
      <dc:date>2024-09-26T18:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get 'By' Property when using SendToByGroup JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802127#M97811</link>
      <description>&lt;P&gt;&amp;lt;&amp;lt; Get Where Expr might work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");

dists = dt &amp;lt;&amp;lt; Distribution(
	By(:Sex),
	SendToByGroup(
		{:sex == "F"},
		Continuous Distribution(Column(:weight), Normal Quantile Plot(1))
	),
	SendToByGroup({:sex == "M"}, Continuous Distribution(Column(:weight)))
);

For Each({dist}, dists,
	show(dist &amp;lt;&amp;lt; Get Where Expr);
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Sep 2024 18:16:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802127#M97811</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-09-26T18:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get 'By' Property when using SendToByGroup JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802347#M97863</link>
      <description>&lt;P&gt;Hi Jarmo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. Unfortunately, when I try the sample script returns&amp;nbsp;&lt;CODE class=" language-jsl"&gt;dist &amp;lt;&amp;lt; Get Where Expr&lt;/CODE&gt; Distribution[]. Am I missing something? Should there be some expression to access the dist obj?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 18:43:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802347#M97863</guid>
      <dc:creator>MachineElk431</dc:creator>
      <dc:date>2024-09-27T18:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get 'By' Property when using SendToByGroup JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802348#M97864</link>
      <description>&lt;P&gt;Which JMP version are you using? I think that might be a new thing in JMP18.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 18:45:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802348#M97864</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-09-27T18:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get 'By' Property when using SendToByGroup JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802349#M97865</link>
      <description>&lt;P&gt;I am using JMP 17.0.0&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 18:57:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802349#M97865</guid>
      <dc:creator>MachineElk431</dc:creator>
      <dc:date>2024-09-27T18:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get 'By' Property when using SendToByGroup JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802425#M97879</link>
      <description>&lt;P&gt;Posting the reply I got from JMP support here for visibility. Works for JMP 17.0.0&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 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dists = dt &amp;lt;&amp;lt; Distribution(
	By( :Sex ),
	SendToByGroup(
		{:sex == "F"},
		Continuous Distribution( Column( :weight ), Normal Quantile Plot( 1 ) )
	),
	SendToByGroup( {:sex == "M"}, Continuous Distribution( Column( :weight ) ) )
);

For Each( {dist}, dists, expr = dist &amp;lt;&amp;lt; get script;
	Print( Arg( Extract Expr( expr, Where( Wild() ) ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;dist&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Get Where Expr works for JMP 18&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 23:42:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802425#M97879</guid>
      <dc:creator>MachineElk431</dc:creator>
      <dc:date>2024-09-27T23:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get 'By' Property when using SendToByGroup JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802454#M97884</link>
      <description>&lt;P&gt;That is what I would have suggested for earlier versions of JMP also. And I I did that even in JMP18 until I did figure out that JMP18 has few useful messages regarding using by and where in platforms (at least &amp;lt;&amp;lt; Get Where Expr and &amp;lt;&amp;lt; Get By Levels)&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2024 05:19:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-By-Property-when-using-SendToByGroup-JSL/m-p/802454#M97884</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-09-28T05:19:41Z</dc:date>
    </item>
  </channel>
</rss>

