<?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 Exclude values based on IF condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-values-based-on-IF-condition/m-p/912096#M652756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 QVDS files which I need to restrict the data at QVD level based on Region. I have a "CODE"column which has codes and other column which has "Region". Both are coming from different QVDs but mapped with common key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 'US', 'UK', 'Asia', 'Other' in the region list.&amp;nbsp; I need to exclude some values in the "CODE" Column for some countries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, I need to Exclude A,B,C,D from the CODE column for US &lt;/P&gt;&lt;P&gt;AND E,F,G,H for Asia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e IF Region = US THEN Exclude A,B,C,D from the CODE column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF Region = Asia THEN Exclude E,F,G,H from the CODE column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that be&amp;nbsp; possible to restrict the data based on the above condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 05 Aug 2015 14:56:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-05T14:56:25Z</dc:date>
    <item>
      <title>Exclude values based on IF condition</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-based-on-IF-condition/m-p/912096#M652756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 QVDS files which I need to restrict the data at QVD level based on Region. I have a "CODE"column which has codes and other column which has "Region". Both are coming from different QVDs but mapped with common key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 'US', 'UK', 'Asia', 'Other' in the region list.&amp;nbsp; I need to exclude some values in the "CODE" Column for some countries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, I need to Exclude A,B,C,D from the CODE column for US &lt;/P&gt;&lt;P&gt;AND E,F,G,H for Asia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e IF Region = US THEN Exclude A,B,C,D from the CODE column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF Region = Asia THEN Exclude E,F,G,H from the CODE column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that be&amp;nbsp; possible to restrict the data based on the above condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 05 Aug 2015 14:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-based-on-IF-condition/m-p/912096#M652756</guid>
      <dc:creator />
      <dc:date>2015-08-05T14:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values based on IF condition</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-based-on-IF-condition/m-p/912097#M652758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * From QVDName&lt;/P&gt;&lt;P&gt;Where Not (&lt;/P&gt;&lt;P&gt;(Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Code,'A','B','C','D'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;) and Region = 'US') or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;(Match(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Code,'E','F','G','H'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) and Region = 'Asia') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 15:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-based-on-IF-condition/m-p/912097#M652758</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-05T15:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude values based on IF condition</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-values-based-on-IF-condition/m-p/912098#M652760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thanks Manish!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 13:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-values-based-on-IF-condition/m-p/912098#M652760</guid>
      <dc:creator />
      <dc:date>2015-08-06T13:57:30Z</dc:date>
    </item>
  </channel>
</rss>

