<?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 SAS VA outside exclusive in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-outside-exclusive/m-p/851946#M16789</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;in sas VA,&lt;/P&gt;
&lt;P&gt;-the filter n&amp;nbsp;&lt;SPAN&gt;Between inclusive (4,5) it means:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n &amp;lt;=5 and n&amp;gt;=4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-the filter n&amp;nbsp; OutsideExclusive(4,4) it means:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;n &amp;lt;4 and n &amp;gt;4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;is it right?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2023 13:20:25 GMT</pubDate>
    <dc:creator>Rakeon</dc:creator>
    <dc:date>2023-01-03T13:20:25Z</dc:date>
    <item>
      <title>SAS VA outside exclusive</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-outside-exclusive/m-p/851946#M16789</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;in sas VA,&lt;/P&gt;
&lt;P&gt;-the filter n&amp;nbsp;&lt;SPAN&gt;Between inclusive (4,5) it means:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n &amp;lt;=5 and n&amp;gt;=4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-the filter n&amp;nbsp; OutsideExclusive(4,4) it means:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;n &amp;lt;4 and n &amp;gt;4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;is it right?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 13:20:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-outside-exclusive/m-p/851946#M16789</guid>
      <dc:creator>Rakeon</dc:creator>
      <dc:date>2023-01-03T13:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA outside exclusive</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-outside-exclusive/m-p/851953#M16790</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your understanding is correct. The documentation for these two operators is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BetweenInclusive&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;returns true if the first value is within the range defined by the second and third values (including the bounding values).&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;For example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="xisDoc-inlineCode"&gt;X BetweenInclusive(50, 100)&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;returns true if X is greater than or equal to 50 and less than or equal to 100.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OutsideExclusive&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;returns true if the first value is outside the range defined by the second and third values (excluding the bounding values).&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;For example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="xisDoc-inlineCode"&gt;X OutsideExclusive(50, 100)&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;returns true if X is less than 50 or greater than 100.&lt;/P&gt;
&lt;DIV id="n09pmwi92fjji7n1kqx2zizu512f" class="xisDoc-note"&gt;&lt;SPAN class="xisDoc-noteGenText"&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;The OutsideExclusive operator has the same effect as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="xisDoc-inlineCode"&gt;Not (BetweenInclusive)&lt;/CODE&gt;.&lt;/DIV&gt;
&lt;DIV class="xisDoc-note"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="xisDoc-note"&gt;Let us know if you have further questions.&lt;/DIV&gt;
&lt;DIV class="xisDoc-note"&gt;Thanks,&lt;/DIV&gt;
&lt;DIV class="xisDoc-note"&gt;Sam&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 14:02:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-outside-exclusive/m-p/851953#M16790</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2023-01-03T14:02:08Z</dc:date>
    </item>
  </channel>
</rss>

