<?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 Variability Chart JSL groupby dynamically in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Variability-Chart-JSL-groupby-dynamically/m-p/414822#M66387</link>
    <description>&lt;P&gt;When i try to copy from the script, it is statically labelled as different "Wafer"?&amp;nbsp;How to do Variability Chart JSL by using groupby "Wafer" dynamically?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Variability Chart(
	Y( :Name( "NFC_RD_ICB_SB(Cnt)" ) ),
	X( :CYC ),
	Std Dev Chart( 0 ),
	Where( :Wafer == "UGG545-13" )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 09 Jun 2023 19:55:46 GMT</pubDate>
    <dc:creator>OneNorthJMP</dc:creator>
    <dc:date>2023-06-09T19:55:46Z</dc:date>
    <item>
      <title>Variability Chart JSL groupby dynamically</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Chart-JSL-groupby-dynamically/m-p/414822#M66387</link>
      <description>&lt;P&gt;When i try to copy from the script, it is statically labelled as different "Wafer"?&amp;nbsp;How to do Variability Chart JSL by using groupby "Wafer" dynamically?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Variability Chart(
	Y( :Name( "NFC_RD_ICB_SB(Cnt)" ) ),
	X( :CYC ),
	Std Dev Chart( 0 ),
	Where( :Wafer == "UGG545-13" )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:55:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Chart-JSL-groupby-dynamically/m-p/414822#M66387</guid>
      <dc:creator>OneNorthJMP</dc:creator>
      <dc:date>2023-06-09T19:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Variability Chart JSL groupby dynamically</title>
      <link>https://community.jmp.com/t5/Discussions/Variability-Chart-JSL-groupby-dynamically/m-p/414835#M66389</link>
      <description>&lt;P&gt;Try getting the script with "Save By-Group Script":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1630591811262.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/35487iCCDCCE54D24C9024/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1630591811262.png" alt="jthi_0-1630591811262.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Variability Data/2 Factors Crossed.jmp");
var_chart = Variability Chart(
	Y(:Measurement), 
	X(:part#), 
	Std Dev Chart(0), 
	By(:Operator)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 14:10:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Variability-Chart-JSL-groupby-dynamically/m-p/414835#M66389</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-09-02T14:10:55Z</dc:date>
    </item>
  </channel>
</rss>

