<?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: Help with finding difference between two listboxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057011#M939875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone for your wonderful and timely feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 23:35:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-22T23:35:33Z</dc:date>
    <item>
      <title>Help with finding difference between two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057006#M939870</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;Can someone guide me to the right formula I can use to find the difference of values between the two listboxes? I want to be able to analyze the difference between Nov and Dec. I am using expression within the listboxes to get the customer ids in the two respected months. e.g. if(month=12, customerid). I have tried every formula and filtering in the book but the difference doesn't show. They two months have formed a some kind of a array where the difference doesn't budge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112330_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 20:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057006#M939870</guid>
      <dc:creator />
      <dc:date>2016-01-22T20:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with finding difference between two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057007#M939871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe using a field expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(Only({&amp;lt;customerid = p({&amp;lt;month ={11}&amp;gt;}) / p({&amp;lt;month = {12} &amp;gt;}) &amp;gt;} customerid), customerid)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 22:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057007#M939871</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-22T22:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with finding difference between two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057008#M939872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That formula works great. It provides me with the difference of the customer ids for both Nov and Dec. Is there anyway I can &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;only&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; find the customer ids missing in the month of Nov that are present in the month of Dec or the vice versa?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 23:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057008#M939872</guid>
      <dc:creator />
      <dc:date>2016-01-22T23:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with finding difference between two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057009#M939873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it doesn't have to be a list box, you can use a straight table.&amp;nbsp; First column for Nov. Second for Dec.&amp;nbsp; Then a third to get the difference.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 23:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057009#M939873</guid>
      <dc:creator>erikzions</dc:creator>
      <dc:date>2016-01-22T23:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with finding difference between two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057010#M939874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Aggr(Only({&amp;lt;customerid = p({&amp;lt;month ={12}&amp;gt;}) -&amp;nbsp; p({&amp;lt;month = {11} &amp;gt;}) &amp;gt;} customerid), customerid)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 23:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057010#M939874</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-22T23:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with finding difference between two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057011#M939875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone for your wonderful and timely feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 23:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-finding-difference-between-two-listboxes/m-p/1057011#M939875</guid>
      <dc:creator />
      <dc:date>2016-01-22T23:35:33Z</dc:date>
    </item>
  </channel>
</rss>

