<?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: JMP 16.2: Problem With Data Filter Show &amp;amp; Include in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-16-2-Problem-With-Data-Filter-Show-amp-Include/m-p/484947#M72909</link>
    <description>&lt;P&gt;Thank you very much for correcting my mistake. Works as I need it to.&lt;/P&gt;</description>
    <pubDate>Sat, 07 May 2022 12:45:18 GMT</pubDate>
    <dc:creator>WoHNY</dc:creator>
    <dc:date>2022-05-07T12:45:18Z</dc:date>
    <item>
      <title>JMP 16.2: Problem With Data Filter Show &amp; Include</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-16-2-Problem-With-Data-Filter-Show-amp-Include/m-p/484920#M72905</link>
      <description>&lt;P&gt;I am trying to apply a Data Filter using the JSL code below. It is selecting the called for rows but the Show and Include boxes are not checked in the Data Filter window, see below. What am I missing? After this filter I plan to run a CDF plot through the Fit Y by X portal then clear the Data Filter and reapply new Data Filter settings and run a different CDF plot. Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//Select Parms to Plot
stackq4DT &amp;lt;&amp;lt; Data Filter(
	Add Filter(
		Columns(:FC, :Parameter), 
		Where(:FC == "Item1"), 
		Where(:Parameter == {"P1", "P2", "P3", "P4"})
	),
	Mode(Select(1) | Show(1) | Include(1))
);&lt;/CODE&gt;&lt;/PRE&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="WoHNY_1-1651874988625.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42296i8CBE5BDDE966A62A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WoHNY_1-1651874988625.png" alt="WoHNY_1-1651874988625.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:48:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-16-2-Problem-With-Data-Filter-Show-amp-Include/m-p/484920#M72905</guid>
      <dc:creator>WoHNY</dc:creator>
      <dc:date>2023-06-10T23:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 16.2: Problem With Data Filter Show &amp; Include</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-16-2-Problem-With-Data-Filter-Show-amp-Include/m-p/484939#M72906</link>
      <description>&lt;P&gt;The Mode() option of the data filter takes multiple arguments separated by a comma:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Mode( Show( 1 ), Include( 1 ) )&lt;/PRE&gt;
&lt;P&gt;When using the 'or' operator, the options are not recognized.&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 01:33:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-16-2-Problem-With-Data-Filter-Show-amp-Include/m-p/484939#M72906</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2022-05-07T01:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: JMP 16.2: Problem With Data Filter Show &amp; Include</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-16-2-Problem-With-Data-Filter-Show-amp-Include/m-p/484947#M72909</link>
      <description>&lt;P&gt;Thank you very much for correcting my mistake. Works as I need it to.&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 12:45:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-16-2-Problem-With-Data-Filter-Show-amp-Include/m-p/484947#M72909</guid>
      <dc:creator>WoHNY</dc:creator>
      <dc:date>2022-05-07T12:45:18Z</dc:date>
    </item>
  </channel>
</rss>

