<?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: Count Value from table comparison in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Value-from-table-comparison/m-p/1343854#M413710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&amp;nbsp; - &lt;/P&gt;&lt;P&gt;Access: &lt;/P&gt;&lt;P&gt;Load Group, Path;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ Group, Path&lt;/P&gt;&lt;P&gt;a, "c:\dir1"&lt;/P&gt;&lt;P&gt;b, "c:\dir2"&lt;/P&gt;&lt;P&gt;c, "c:\dir3"&lt;/P&gt;&lt;P&gt;d, "c:\dir4" ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type: &lt;/P&gt;&lt;P&gt;Load Group as TempGroup, Type;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [Group, Type&lt;/P&gt;&lt;P&gt;a, REG&lt;/P&gt;&lt;P&gt;b, REG&lt;/P&gt;&lt;P&gt;d, SPEC];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notmatch:&lt;/P&gt;&lt;P&gt;Load Group as Group1, Path as Path1&lt;/P&gt;&lt;P&gt;Resident Access&lt;/P&gt;&lt;P&gt;Where Not exists(TempGroup,Group);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 May 2017 15:07:15 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2017-05-01T15:07:15Z</dc:date>
    <item>
      <title>Count Value from table comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Value-from-table-comparison/m-p/1343852#M413708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two tables. Trying to get an expression to compare the two and give me the results of the ones missing a match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Access: LOAD * INLINE [Group, Path&lt;/P&gt;&lt;P&gt;a, &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;b, &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;c, &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;d, &lt;C&gt;];&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unqualify *; Qualify *;&lt;/P&gt;&lt;P&gt;Type: LOAD * INLINE[Group, Type&lt;/P&gt;&lt;P&gt;a, REG&lt;/P&gt;&lt;P&gt;b, REG&lt;/P&gt;&lt;P&gt;d, SPEC];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression as I understand it would be something like:&lt;/P&gt;&lt;P&gt;count(distinct if(Type.Group&amp;lt;&amp;gt;Access.Group and Type.Type='Reg', Access.Group))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't work for me at all. I want it to look at all of fields in Type.Group and show me Access.Group that doesn't exist in Type.Group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 13:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Value-from-table-comparison/m-p/1343852#M413708</guid>
      <dc:creator />
      <dc:date>2017-05-01T13:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Count Value from table comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Value-from-table-comparison/m-p/1343853#M413709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without the qualify-stuff it would be easy with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161781_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 14:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Value-from-table-comparison/m-p/1343853#M413709</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-01T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Count Value from table comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Value-from-table-comparison/m-p/1343854#M413710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&amp;nbsp; - &lt;/P&gt;&lt;P&gt;Access: &lt;/P&gt;&lt;P&gt;Load Group, Path;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ Group, Path&lt;/P&gt;&lt;P&gt;a, "c:\dir1"&lt;/P&gt;&lt;P&gt;b, "c:\dir2"&lt;/P&gt;&lt;P&gt;c, "c:\dir3"&lt;/P&gt;&lt;P&gt;d, "c:\dir4" ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type: &lt;/P&gt;&lt;P&gt;Load Group as TempGroup, Type;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [Group, Type&lt;/P&gt;&lt;P&gt;a, REG&lt;/P&gt;&lt;P&gt;b, REG&lt;/P&gt;&lt;P&gt;d, SPEC];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notmatch:&lt;/P&gt;&lt;P&gt;Load Group as Group1, Path as Path1&lt;/P&gt;&lt;P&gt;Resident Access&lt;/P&gt;&lt;P&gt;Where Not exists(TempGroup,Group);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 15:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Value-from-table-comparison/m-p/1343854#M413710</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-01T15:07:15Z</dc:date>
    </item>
  </channel>
</rss>

