<?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: Only Display Items That Do Not Match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-Display-Items-That-Do-Not-Match/m-p/862584#M301905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Attachment 1 Load and Join&amp;nbsp; and add Flag in Script&lt;/P&gt;&lt;P&gt;Attachment 2 Load Tables and Calculated Dimension in Chart&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 14:40:27 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2015-07-08T14:40:27Z</dc:date>
    <item>
      <title>Only Display Items That Do Not Match</title>
      <link>https://community.qlik.com/t5/QlikView/Only-Display-Items-That-Do-Not-Match/m-p/862581#M301902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to populate a table with ONLY items where certain values do not match one another. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in the calculation condition of my table box I currently have written:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALLOCATION_CODE1 &amp;lt;&amp;gt; HOME_CODE1 or ALLOCATION_CODE2 &amp;lt;&amp;gt;HOME_CODE2 or ALLOCATION_CODE3 &amp;lt;&amp;gt; HOME_CODE3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in theory, I am only trying to display items where the allocation code 1, 2 or 3 does NOT match the home code 1, 2 or 3. The syntax above is not working and I am still getting items where the codes match. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 15:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-Display-Items-That-Do-Not-Match/m-p/862581#M301902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T15:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Only Display Items That Do Not Match</title>
      <link>https://community.qlik.com/t5/QlikView/Only-Display-Items-That-Do-Not-Match/m-p/862582#M301903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculation condition of your table box object is not the best place to do it. The reason is because the calculation condition will either be true or false for the whole table. If its true, it will display everything, if false will not display anything. You might have to switch to a straight table for this and may be use a expression for your condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 15:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-Display-Items-That-Do-Not-Match/m-p/862582#M301903</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Only Display Items That Do Not Match</title>
      <link>https://community.qlik.com/t5/QlikView/Only-Display-Items-That-Do-Not-Match/m-p/862583#M301904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still struggling with this. I have decided to try and do the match comparison in the data model script instead of in the application but I am still coming up short&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have the following table structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;Key&lt;/P&gt;&lt;P&gt;Employee&lt;/P&gt;&lt;P&gt;Report &lt;/P&gt;&lt;P&gt;Field 1&lt;/P&gt;&lt;P&gt;Field 2&lt;/P&gt;&lt;P&gt;Field 3&lt;/P&gt;&lt;P&gt;HOMECODE1&lt;/P&gt;&lt;P&gt;HOMECODE2&lt;/P&gt;&lt;P&gt;HOMECODE3&lt;/P&gt;&lt;P&gt;HOMECODE4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;Key&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;ALLOCATIONCODE1&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ALLOCATION&lt;/SPAN&gt;CODE2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ALLOCATION&lt;/SPAN&gt;CODE3&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ALLOCATION&lt;/SPAN&gt;CODE4&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Are there any recommendations of how I can either combine these tables to easily do the comparison? Again, I am trying to figure out a way to display ONLY fields where the HOMECODEs DO NOT match ALLOCATIONCODEs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 14:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-Display-Items-That-Do-Not-Match/m-p/862583#M301904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T14:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Only Display Items That Do Not Match</title>
      <link>https://community.qlik.com/t5/QlikView/Only-Display-Items-That-Do-Not-Match/m-p/862584#M301905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Attachment 1 Load and Join&amp;nbsp; and add Flag in Script&lt;/P&gt;&lt;P&gt;Attachment 2 Load Tables and Calculated Dimension in Chart&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 14:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-Display-Items-That-Do-Not-Match/m-p/862584#M301905</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-07-08T14:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Only Display Items That Do Not Match</title>
      <link>https://community.qlik.com/t5/QlikView/Only-Display-Items-That-Do-Not-Match/m-p/862585#M301906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked Antonio. You are the man. Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 15:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-Display-Items-That-Do-Not-Match/m-p/862585#M301906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T15:11:50Z</dc:date>
    </item>
  </channel>
</rss>

