<?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 If statement for dimension, exclude fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields/m-p/1692128#M52876</link>
    <description>&lt;P&gt;I have a field, 'Group' that I am using as a dimension. I want to exclude certain values from the dimension, such as 'ABC', 'DEF', and several others. What is the proper syntax for that.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2020 18:20:00 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2020-04-08T18:20:00Z</dc:date>
    <item>
      <title>If statement for dimension, exclude fields</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields/m-p/1692128#M52876</link>
      <description>&lt;P&gt;I have a field, 'Group' that I am using as a dimension. I want to exclude certain values from the dimension, such as 'ABC', 'DEF', and several others. What is the proper syntax for that.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 18:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields/m-p/1692128#M52876</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2020-04-08T18:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for dimension, exclude fields</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields/m-p/1692131#M52877</link>
      <description>&lt;P&gt;You can do this as your dimesion&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Not Match(Group, 'ABC',  'DEF'), Group)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 08 Apr 2020 18:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-for-dimension-exclude-fields/m-p/1692131#M52877</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-04-08T18:29:34Z</dc:date>
    </item>
  </channel>
</rss>

