<?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: Remove &amp;quot;None Selected&amp;quot; Option from Local Data Filter in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Remove-quot-None-Selected-quot-Option-from-Local-Data-Filter/m-p/944887#M109631</link>
    <description>&lt;P&gt;I don't think you can easily hide that (or at all). What I have usually done is that I use List as display type and prevent user from selecting more than one option.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

dist = dt &amp;lt;&amp;lt; Distribution(
	Continuous Distribution(Column(:height), Process Capability(0)),
	Local Data Filter(
		Add Filter(columns(:age), Display(:age, N Items(6), "List Display"))
	)
);

filterob = (Report(dist) &amp;lt;&amp;lt; Top Parent)[OutlineBox("Local Data Filter")];
filterob[ListBoxBox(1)] &amp;lt;&amp;lt; Set Max Selected(1);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This might not be same for other versions than JMP19 as JMP19 did mess with the data filter display box structure.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Apr 2026 16:45:36 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2026-04-28T16:45:36Z</dc:date>
    <item>
      <title>Remove "None Selected" Option from Local Data Filter</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-quot-None-Selected-quot-Option-from-Local-Data-Filter/m-p/944877#M109630</link>
      <description>&lt;P&gt;I have dug around the community, scripting index, etc to see if there is an answer to this but I haven't found anything. I have a local data filter being used to change which parameter is shown on a chart. The local data filter is set to radio button mode so only one selection can be made at a time. I would like to remove the option of "None Selected" from the data filter because this option will force the chart to show averaged data for all the parameters. The user has no need to see the data this way, as it is not represantative of any specific parameter, and I would prefer to not give the option at all. Is there any way to do this? I fear the answer is that there is no way, based on what I have found through searching around, but I want to double check if there is something I am missing.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2026 16:16:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-quot-None-Selected-quot-Option-from-Local-Data-Filter/m-p/944877#M109630</guid>
      <dc:creator>jevanove</dc:creator>
      <dc:date>2026-04-28T16:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "None Selected" Option from Local Data Filter</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-quot-None-Selected-quot-Option-from-Local-Data-Filter/m-p/944887#M109631</link>
      <description>&lt;P&gt;I don't think you can easily hide that (or at all). What I have usually done is that I use List as display type and prevent user from selecting more than one option.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = open("$SAMPLE_DATA/Big Class.jmp");

dist = dt &amp;lt;&amp;lt; Distribution(
	Continuous Distribution(Column(:height), Process Capability(0)),
	Local Data Filter(
		Add Filter(columns(:age), Display(:age, N Items(6), "List Display"))
	)
);

filterob = (Report(dist) &amp;lt;&amp;lt; Top Parent)[OutlineBox("Local Data Filter")];
filterob[ListBoxBox(1)] &amp;lt;&amp;lt; Set Max Selected(1);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This might not be same for other versions than JMP19 as JMP19 did mess with the data filter display box structure.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2026 16:45:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-quot-None-Selected-quot-Option-from-Local-Data-Filter/m-p/944887#M109631</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-04-28T16:45:36Z</dc:date>
    </item>
  </channel>
</rss>

