<?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 advanced data filter arithmetics - just available if the column is &amp;quot;multiple response&amp;quot;? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/advanced-data-filter-arithmetics-just-available-if-the-column-is/m-p/556682#M77060</link>
    <description>&lt;P&gt;Try a data filter with a column which is set to "multiple response".&lt;BR /&gt;Then the red triangle menu provides a large list of options:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HolgerSp_0-1665922119825.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46340i000B9C2145F7D5F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HolgerSp_0-1665922119825.png" alt="HolgerSp_0-1665922119825.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There is even a "none" in the list, which makes it possible to select&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;THIS, but not THAT :&lt;/STRONG&gt;&lt;BR /&gt;(&lt;A href="https://community.jmp.com/t5/Discussions/Conditional-Data-Filter-for-modeling-type-Multiple-Response/m-p/556062#M77004" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/Discussions/Conditional-Data-Filter-for-modeling-type-Multiple-Response/m-p/556062#M77004&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1666105433847.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46376iCD6EEC098E846B7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1666105433847.png" alt="hogi_0-1666105433847.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the question:&lt;/P&gt;&lt;P&gt;For columns which are &lt;STRONG&gt;non&lt;/STRONG&gt;-multiple-response, is&amp;nbsp;it possible to set up such &lt;EM&gt;negative&lt;/EM&gt; selections as well?&lt;BR /&gt;I mean: directly via the data filter logics, not via &lt;EM&gt;select&lt;/EM&gt; and &lt;EM&gt;invert.&lt;/EM&gt;&lt;BR /&gt;Just putting the "&lt;EM&gt;&lt;STRONG&gt;Match none&lt;/STRONG&gt;&lt;/EM&gt;" around a standard filter did not work ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is not possible yet for standard coulumns, I will write a wish ...&lt;BR /&gt;it's so useful to have the possibility to negate selections&amp;nbsp; ...&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_STIPS/Wafer Stacked Small.jmp" );
Data Table( "Wafer Stacked Small" ):Lot_Wafer Label &amp;lt;&amp;lt;
Set Modeling Type( "Multiple Response" );

Graph Builder(
	Size( 487, 504 ),
	Show Control Panel( 0 ),
	Graph Spacing( 5 ),
	Variables(
		X( :X_Die ),
		Y( :Y_Die ),
		Wrap( :Lot_Wafer Label ),
		Overlay( :Defects )
	),
	Elements( Points( X, Y, Legend( 17 ) ) )
);

wait(1);

Current Data Table() &amp;lt;&amp;lt; Data Filter(
	Location( {670, 124} ),
	Mode( Include( 1 ) ),
	Add Filter(
		columns( :Lot, :Lot_Wafer Label ),
		Where( :Lot == "4" ),
		Match None( Where( :Lot_Wafer Label == {"4_1", "4_4"} ) ),
		Display( :Lot, N Items( 5 ) ),
		Display( :Lot_Wafer Label, Find( Set Text( "" ) ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:55:22 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2023-06-10T23:55:22Z</dc:date>
    <item>
      <title>advanced data filter arithmetics - just available if the column is "multiple response"?</title>
      <link>https://community.jmp.com/t5/Discussions/advanced-data-filter-arithmetics-just-available-if-the-column-is/m-p/556682#M77060</link>
      <description>&lt;P&gt;Try a data filter with a column which is set to "multiple response".&lt;BR /&gt;Then the red triangle menu provides a large list of options:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HolgerSp_0-1665922119825.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46340i000B9C2145F7D5F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HolgerSp_0-1665922119825.png" alt="HolgerSp_0-1665922119825.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There is even a "none" in the list, which makes it possible to select&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;THIS, but not THAT :&lt;/STRONG&gt;&lt;BR /&gt;(&lt;A href="https://community.jmp.com/t5/Discussions/Conditional-Data-Filter-for-modeling-type-Multiple-Response/m-p/556062#M77004" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/Discussions/Conditional-Data-Filter-for-modeling-type-Multiple-Response/m-p/556062#M77004&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1666105433847.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/46376iCD6EEC098E846B7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1666105433847.png" alt="hogi_0-1666105433847.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the question:&lt;/P&gt;&lt;P&gt;For columns which are &lt;STRONG&gt;non&lt;/STRONG&gt;-multiple-response, is&amp;nbsp;it possible to set up such &lt;EM&gt;negative&lt;/EM&gt; selections as well?&lt;BR /&gt;I mean: directly via the data filter logics, not via &lt;EM&gt;select&lt;/EM&gt; and &lt;EM&gt;invert.&lt;/EM&gt;&lt;BR /&gt;Just putting the "&lt;EM&gt;&lt;STRONG&gt;Match none&lt;/STRONG&gt;&lt;/EM&gt;" around a standard filter did not work ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is not possible yet for standard coulumns, I will write a wish ...&lt;BR /&gt;it's so useful to have the possibility to negate selections&amp;nbsp; ...&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_STIPS/Wafer Stacked Small.jmp" );
Data Table( "Wafer Stacked Small" ):Lot_Wafer Label &amp;lt;&amp;lt;
Set Modeling Type( "Multiple Response" );

Graph Builder(
	Size( 487, 504 ),
	Show Control Panel( 0 ),
	Graph Spacing( 5 ),
	Variables(
		X( :X_Die ),
		Y( :Y_Die ),
		Wrap( :Lot_Wafer Label ),
		Overlay( :Defects )
	),
	Elements( Points( X, Y, Legend( 17 ) ) )
);

wait(1);

Current Data Table() &amp;lt;&amp;lt; Data Filter(
	Location( {670, 124} ),
	Mode( Include( 1 ) ),
	Add Filter(
		columns( :Lot, :Lot_Wafer Label ),
		Where( :Lot == "4" ),
		Match None( Where( :Lot_Wafer Label == {"4_1", "4_4"} ) ),
		Display( :Lot, N Items( 5 ) ),
		Display( :Lot_Wafer Label, Find( Set Text( "" ) ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:55:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/advanced-data-filter-arithmetics-just-available-if-the-column-is/m-p/556682#M77060</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-10T23:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: advanced data filter arithmetics - just available if the column is "multiple response"?</title>
      <link>https://community.jmp.com/t5/Discussions/advanced-data-filter-arithmetics-just-available-if-the-column-is/m-p/570909#M78086</link>
      <description>&lt;P&gt;For "multiple response" there is no problem to add the column twice to the data filter.&lt;BR /&gt;For standard columns, JMP will just refuse to add another copy.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But one can enable "grouped by and" to get the same column twice :)&lt;/img&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So, what's missing to get&amp;nbsp;&lt;STRONG&gt;THIS, but not THAT &lt;/STRONG&gt;data filters for standard columns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The&amp;nbsp; option "none". Here is the wish:&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/data-filters-new-option-quot-none-quot/idi-p/570904" target="_blank"&gt;https://community.jmp.com/t5/JMP-Wish-List/data-filters-new-option-quot-none-quot/idi-p/570904&lt;/A&gt;&amp;nbsp;&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="hogi_0-1668762323095.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47450iACF83CBF82AB5C82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1668762323095.png" alt="hogi_0-1668762323095.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 09:10:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/advanced-data-filter-arithmetics-just-available-if-the-column-is/m-p/570909#M78086</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-11-18T09:10:55Z</dc:date>
    </item>
  </channel>
</rss>

