<?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: Total Exceptions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-Exceptions/m-p/1646938#M730483</link>
    <description>&lt;P&gt;Perfect.&amp;nbsp; Thank you both so much for your help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Nov 2019 13:13:01 GMT</pubDate>
    <dc:creator>Cadbury</dc:creator>
    <dc:date>2019-11-14T13:13:01Z</dc:date>
    <item>
      <title>Total Exceptions</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Exceptions/m-p/1646897#M730480</link>
      <description>&lt;P&gt;I have 2 columns, Vendor and Tax Code.&amp;nbsp; Ideally, a vendor would only use one code.&amp;nbsp; However, exceptions may occur.&amp;nbsp; I need to display the total number of exceptions.&amp;nbsp; So if I have 10 vendors and 3 of them use more than one tax code, I need to display 3 as my answer.&amp;nbsp; The difficulty is that the data is structured like this:&lt;/P&gt;&lt;P&gt;Vendor &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Code &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; Amount&lt;/P&gt;&lt;P&gt;ABC &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; X1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;ABC &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; X2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 150&lt;/P&gt;&lt;P&gt;DEF &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; X1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 120&lt;/P&gt;&lt;P&gt;DEF &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; X2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 130&lt;/P&gt;&lt;P&gt;GHI &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; X1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 115&lt;/P&gt;&lt;P&gt;ABC &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; X3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 130&lt;/P&gt;&lt;P&gt;In this example, Vendor ABC uses 3 tax codes, and Vendor DEF uses 2 codes.&amp;nbsp; So the result should be 2 exceptions. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Exceptions/m-p/1646897#M730480</guid>
      <dc:creator>Cadbury</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Total Exceptions</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Exceptions/m-p/1646902#M730481</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Try something like&lt;/P&gt;&lt;P&gt;Count(Distinct {&amp;lt;Vendor = {"=Count(Distinct Code) &amp;gt; 1"}&amp;gt;} Vendor)&lt;/P&gt;&lt;P&gt;Let me know any doubts about the expression.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 12:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Exceptions/m-p/1646902#M730481</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-11-14T12:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Total Exceptions</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Exceptions/m-p/1646903#M730482</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count(DISTINCT {&amp;lt;Vendor = {"=Count(DISTINCT Code) &amp;gt; 1"}&amp;gt;} Vendor)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 14 Nov 2019 12:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Exceptions/m-p/1646903#M730482</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-14T12:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Total Exceptions</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Exceptions/m-p/1646938#M730483</link>
      <description>&lt;P&gt;Perfect.&amp;nbsp; Thank you both so much for your help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 13:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Exceptions/m-p/1646938#M730483</guid>
      <dc:creator>Cadbury</dc:creator>
      <dc:date>2019-11-14T13:13:01Z</dc:date>
    </item>
  </channel>
</rss>

