<?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: Finding records which conform to multiple criteria in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-records-which-conform-to-multiple-criteria/m-p/1369306#M459768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be a set analysis like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;{&amp;lt;[Document ID] = P({&amp;lt;Value = {A}&amp;gt;})+P({&amp;lt;Value = {C, D}&amp;gt;})&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2017 12:19:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-08T12:19:25Z</dc:date>
    <item>
      <title>Finding records which conform to multiple criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-records-which-conform-to-multiple-criteria/m-p/1369304#M459766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have a database with following records:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Document ID, Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;1,A&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;1,C&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;2,B&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;2,C&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;3,A&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;3,B&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;3,C&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;4,A&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;4,D&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;4,E&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have thousands of records of this type, I would like to make selection (and make table or table chart) representation of all documents which include any of the values I select. For example, I would like to make selection of documents which includes values A and values C or D?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the case above, in my table I would get all rows from documents 1, 3 and 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I approach making query or selection like this? (if possible, I am looking at this and my mind draws blank)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-records-which-conform-to-multiple-criteria/m-p/1369304#M459766</guid>
      <dc:creator>marko_rakar</dc:creator>
      <dc:date>2017-08-08T12:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Finding records which conform to multiple criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-records-which-conform-to-multiple-criteria/m-p/1369305#M459767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dimension&lt;/P&gt;&lt;P&gt;Document ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Value={'A','C','D'}&amp;gt;}Distinct [Document ID])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-records-which-conform-to-multiple-criteria/m-p/1369305#M459767</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-08-08T12:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Finding records which conform to multiple criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-records-which-conform-to-multiple-criteria/m-p/1369306#M459768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be a set analysis like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;{&amp;lt;[Document ID] = P({&amp;lt;Value = {A}&amp;gt;})+P({&amp;lt;Value = {C, D}&amp;gt;})&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-records-which-conform-to-multiple-criteria/m-p/1369306#M459768</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-08T12:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Finding records which conform to multiple criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-records-which-conform-to-multiple-criteria/m-p/1369307#M459769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, should be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;[Document ID] = P({&amp;lt;Value = {A}&amp;gt;})&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;P({&amp;lt;Value = {C, D}&amp;gt;})&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 12:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-records-which-conform-to-multiple-criteria/m-p/1369307#M459769</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-08T12:21:27Z</dc:date>
    </item>
  </channel>
</rss>

