<?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 JMP &amp;gt; JSL &amp;gt; Col List Box [grouped] + [&amp;lt;&amp;lt; set data type (numeric)] cannot coexist: Possible bug in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-gt-JSL-gt-Col-List-Box-grouped-lt-lt-set-data-type-numeric/m-p/439740#M68817</link>
    <description>&lt;P&gt;Hi JMP Community,&lt;/P&gt;
&lt;P&gt;I am not sure if I came across a bug or a feature in JSL: when I specify in both the "grouped" and "&amp;lt;&amp;lt; Set Data Type ("numeric")" in a call to Col List Box, the "grouped" parameter is ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Window ("MENU",
	
	clb = Col List Box (Datatable (dt), all, grouped, &amp;lt;&amp;lt;set data type ("numeric"))
		
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I can see the possible logic of not enabling both when a group contains both Numeric and Character columns, but in my case, the grouped columns are homogeneously set to numeric.&lt;/P&gt;
&lt;P&gt;Is there a trick to enable both the "grouped" and the "&amp;lt;&amp;lt; Set Data Type()" parameters is this function?&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 18:06:06 GMT</pubDate>
    <dc:creator>Thierry_S</dc:creator>
    <dc:date>2023-06-09T18:06:06Z</dc:date>
    <item>
      <title>JMP &gt; JSL &gt; Col List Box [grouped] + [&lt;&lt; set data type (numeric)] cannot coexist: Possible bug</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-gt-JSL-gt-Col-List-Box-grouped-lt-lt-set-data-type-numeric/m-p/439740#M68817</link>
      <description>&lt;P&gt;Hi JMP Community,&lt;/P&gt;
&lt;P&gt;I am not sure if I came across a bug or a feature in JSL: when I specify in both the "grouped" and "&amp;lt;&amp;lt; Set Data Type ("numeric")" in a call to Col List Box, the "grouped" parameter is ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Window ("MENU",
	
	clb = Col List Box (Datatable (dt), all, grouped, &amp;lt;&amp;lt;set data type ("numeric"))
		
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I can see the possible logic of not enabling both when a group contains both Numeric and Character columns, but in my case, the grouped columns are homogeneously set to numeric.&lt;/P&gt;
&lt;P&gt;Is there a trick to enable both the "grouped" and the "&amp;lt;&amp;lt; Set Data Type()" parameters is this function?&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:06:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-gt-JSL-gt-Col-List-Box-grouped-lt-lt-set-data-type-numeric/m-p/439740#M68817</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2023-06-09T18:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: JMP &gt; JSL &gt; Col List Box [grouped] + [&lt;&lt; set data type (numeric)] cannot coexist: Possible bug</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-gt-JSL-gt-Col-List-Box-grouped-lt-lt-set-data-type-numeric/m-p/439900#M68830</link>
      <description>&lt;P&gt;Didn't manage to get Col List Box working with grouping.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending what you want to do, maybe you could use Filter Col Selector?&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/Probe.jmp");

nw = New Window("MENU", 
	H List Box(
		clb = Col List Box(Data Table(dt), all, grouped, &amp;lt;&amp;lt;set data type("numeric")),
		fcs  = Filter Col Selector(Data Table(dt), all, &amp;lt;&amp;lt;character(0))
	)
);&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, 25 Nov 2021 16:09:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-gt-JSL-gt-Col-List-Box-grouped-lt-lt-set-data-type-numeric/m-p/439900#M68830</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-11-25T16:09:40Z</dc:date>
    </item>
  </channel>
</rss>

