<?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: Condition to exclude data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148422#M375563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Le bhai:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD test, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seq&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="218365" data-objecttype="1" href="https://community.qlik.com/thread/218365"&gt;https://community.qlik.com/thread/218365&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Count = 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD test,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Concat(DISTINCT seq) = 1234, 1, 0) as Count&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By test;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2016 18:34:13 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-25T18:34:13Z</dc:date>
    <item>
      <title>Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148416#M375557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the below table am trying to achieve the sequence only which has 1,2,3,4 for the test field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having a challenge to create the condition to exclude which doesn't have all the 4 Sequences in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if someone can help on how to restrict test field values which doesn't have all the 4 seq as mean a test field value should have all the 4 seq (i.e, 1,2,3,4 should be present if not restrict).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;test&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;seq&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;116425&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;129561&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;129561&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;139697&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;139697&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;161410&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;174989&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;220020&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;220020&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;221035&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;229783&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;232599&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;237923&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;237923&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;237952&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;238887&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;10200010&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;10202181&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;10202181&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;10202181&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;10202445&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;10202181&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;10202181&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;10202181&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;" width="64"&gt;10202181&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 17:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148416#M375557</guid>
      <dc:creator />
      <dc:date>2016-05-25T17:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148417#M375558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you want just to exclude all rows that have 4 as value in seq field you can do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exclude directly in where condition &lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;LOAD test,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seq&lt;/P&gt;&lt;P&gt;WHERE seq &amp;lt;&amp;gt; 4;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 18:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148417#M375558</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-05-25T18:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148418#M375559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I fully follow as it would seem none of your sample meets what I think is your criteria (I am reading as 'test' exists for all of seq=1, 2, 3 and 4, to then include).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the following help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;BR /&gt;load * Inline [&lt;BR /&gt;test ,seq &lt;BR /&gt;116425, 2&amp;nbsp; &lt;BR /&gt;129561, 2&amp;nbsp; &lt;BR /&gt;129561, 3&amp;nbsp; &lt;BR /&gt;139697, 2&amp;nbsp; &lt;BR /&gt;139697, 3&amp;nbsp; &lt;BR /&gt;161410, 2&amp;nbsp; &lt;BR /&gt;174989, 2&amp;nbsp; &lt;BR /&gt;220020, 1&amp;nbsp; &lt;BR /&gt;220020, 2&amp;nbsp; &lt;BR /&gt;221035, 2&amp;nbsp; &lt;BR /&gt;229783, 2&amp;nbsp; &lt;BR /&gt;232599, 1&amp;nbsp; &lt;BR /&gt;237923, 2&amp;nbsp; &lt;BR /&gt;237923, 3&amp;nbsp; &lt;BR /&gt;237952, 2&amp;nbsp; &lt;BR /&gt;238887, 2&amp;nbsp; &lt;BR /&gt;10200010, 4&amp;nbsp; &lt;BR /&gt;10202181, 1&amp;nbsp; &lt;BR /&gt;10202181, 2&amp;nbsp; &lt;BR /&gt;10202181, 4&amp;nbsp; &lt;BR /&gt;10202445, 3 ];&lt;/P&gt;&lt;P&gt;distinct_test:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Load Distinct&lt;BR /&gt; test&lt;BR /&gt;Resident data;&lt;/P&gt;&lt;P&gt;left join (distinct_test)&lt;BR /&gt;load Distinct&lt;BR /&gt; test,&lt;BR /&gt; 'Y' AS seq_1&lt;BR /&gt;Resident data&lt;BR /&gt;where seq=1; &lt;BR /&gt; &lt;BR /&gt;left join (distinct_test)&lt;BR /&gt;load Distinct&lt;BR /&gt; test,&lt;BR /&gt; 'Y' AS seq_2&lt;BR /&gt;Resident data&lt;BR /&gt;where seq=2;&lt;BR /&gt; &lt;BR /&gt;left join (distinct_test)&lt;BR /&gt;load Distinct&lt;BR /&gt; test,&lt;BR /&gt; 'Y' AS seq_3&lt;BR /&gt;Resident data&lt;BR /&gt;where seq=3; &lt;/P&gt;&lt;P&gt;left join (distinct_test)&lt;BR /&gt;load Distinct&lt;BR /&gt; test,&lt;BR /&gt; 'Y' AS seq_4&lt;BR /&gt;Resident data&lt;BR /&gt;where seq=4; &lt;/P&gt;&lt;P&gt;drop table data;&lt;/P&gt;&lt;P&gt;distinct_test_final:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;load&lt;BR /&gt; *,&lt;BR /&gt; if(seq_1='Y' AND seq_2='Y' and seq_3='Y' and seq_4='Y','YES','NO') AS Include&lt;BR /&gt;Resident distinct_test;&lt;/P&gt;&lt;P&gt;drop Table distinct_test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 18:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148418#M375559</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2016-05-25T18:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148419#M375560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD test, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seq&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="218365" data-objecttype="1" href="https://community.qlik.com/thread/218365"&gt;https://community.qlik.com/thread/218365&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Count = 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD test,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Count(DISTINCT seq) = 4, 1, 0) as Count&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By test;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125798_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 18:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148419#M375560</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-25T18:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148420#M375561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Santiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, i would like to achieve the test field to show only for those which has all the 1,2,3,4 seq available only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All others should be excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 18:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148420#M375561</guid>
      <dc:creator />
      <dc:date>2016-05-25T18:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148421#M375562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But suppose distinct sequence is 2,3,4,5 then your logic will be wrong. am I correct? He needs only 1,2,3,4 seq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 18:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148421#M375562</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-25T18:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148422#M375563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Le bhai:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD test, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seq&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="218365" data-objecttype="1" href="https://community.qlik.com/thread/218365"&gt;https://community.qlik.com/thread/218365&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Count = 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD test,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Concat(DISTINCT seq) = 1234, 1, 0) as Count&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By test;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 18:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148422#M375563</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-25T18:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148423#M375564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ha abhi barabar na bhai &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 18:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148423#M375564</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-25T18:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148424#M375565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Inline&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; test,&amp;nbsp;&amp;nbsp;&amp;nbsp; seq&lt;BR /&gt; 116425,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt; 129561,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt; 129561,&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR /&gt; 139697,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt; 139697,&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR /&gt; 161410,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt; 174989,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt; 220020,&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt; 220020,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt; 221035, 2&lt;BR /&gt; 229783,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt; 232599,&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;BR /&gt; 237923,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt; 237923,&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;BR /&gt; 237952,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt; 238887,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt; 10200010,&amp;nbsp; 4&lt;BR /&gt; 10202181,&amp;nbsp; 1&lt;BR /&gt; 10202181,&amp;nbsp; 2&lt;BR /&gt; 10202181,&amp;nbsp; 4&lt;BR /&gt; 10202445,&amp;nbsp; 3&lt;BR /&gt; 10202181,&amp;nbsp; 1&lt;BR /&gt; 10202181,&amp;nbsp; 2&lt;BR /&gt; 10202181,&amp;nbsp; 3&lt;BR /&gt; 10202181,&amp;nbsp; 4 ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ;&lt;BR /&gt; &lt;BR /&gt; New:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; =10;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;test&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Test&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;DISTINCT&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;seq&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;WHERE &lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;seq &amp;gt;=1 and seq &amp;lt;=4&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Group&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;by&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;test&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; Final:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Data&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Exists&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Test&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;test&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;DROP&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Tables&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Data,New;&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="125802" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125802_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 18:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148424#M375565</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-25T18:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148425#M375566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aab agar seq hui 5,4,1,0 toh? Sum(Distinct seq) = 10 &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 20:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148425#M375566</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-25T20:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148426#M375567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one front end solution could be a listbox using this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14642198993973717 jive_text_macro" jivemacro_uid="_14642198993973717"&gt;
&lt;P&gt;=Aggr(Concat(DISTINCT seq,','),test)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_218365_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125836_QlikCommunity_Thread_218365_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_218365_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/125843_QlikCommunity_Thread_218365_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_218365_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/125844_QlikCommunity_Thread_218365_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_218365_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/125845_QlikCommunity_Thread_218365_Pic4.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_218365_Pic5.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/125846_QlikCommunity_Thread_218365_Pic5.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_218365_Pic6.JPG" class="jive-image image-6" src="https://community.qlik.com/legacyfs/online/125847_QlikCommunity_Thread_218365_Pic6.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 23:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148426#M375567</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-25T23:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148427#M375568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Toh ek where daal denge.. where seq&amp;lt;=4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 03:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148427#M375568</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-26T03:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148428#M375569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 07:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148428#M375569</guid>
      <dc:creator />
      <dc:date>2016-05-26T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148429#M375570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delay in response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny- the solutions works accurate Thanks, now the challenge is that user wanting to change the seq range dynamically on UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance if a user would like to Seq for only 1,2,3,4,5 they would like to have this as on the fly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 20:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148429#M375570</guid>
      <dc:creator />
      <dc:date>2016-05-26T20:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148430#M375571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean that all the data will already be in the application (for all test) and we would need to show only those test where all the seq exists for the user entered list of seq?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 20:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148430#M375571</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-26T20:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148431#M375572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delay with the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had another challenge that now the user would like to have a dynamic option of changing the Seq range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An instance like if a user would like see only Seq between 1,2,3,4,5,6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance with the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 20:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148431#M375572</guid>
      <dc:creator />
      <dc:date>2016-05-26T20:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148432#M375573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the way i am thinking should is not sure if possible, but when a user select a value from the list box which has all the seq values from lets say 1 thru 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a user will select 4 that should show all the test field values which has seq from 1 thru 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is quite not possible then some way where a user don't need to go for more clicks on the screen to render the specific seq range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 23:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148432#M375573</guid>
      <dc:creator />
      <dc:date>2016-05-26T23:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148433#M375574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need a And-mode selection. Look at this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125965_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read about And-Mode here: &lt;A href="https://community.qlik.com/qlik-blogpost/3219"&gt;AND-Mode&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 00:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148433#M375574</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-27T00:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148434#M375575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe using the principle of the As-Of-Table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 01:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148434#M375575</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-05-27T01:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148435#M375576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will testing this in for next few days for the possibility integrating the change into Application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 19:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-to-exclude-data/m-p/1148435#M375576</guid>
      <dc:creator />
      <dc:date>2016-05-27T19:56:23Z</dc:date>
    </item>
  </channel>
</rss>

