<?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 if with exceptions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-if-with-exceptions/m-p/122571#M764246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can add any num of field values&amp;nbsp; by adding comma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Count(DISTINCT{&amp;lt;ORDER_DETAILS.Cred_stat2_Description -= {""},ORDER_DETAILS.Cred_stat2_Description-={'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;DebitNote&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;,Damage','Here','Here','Here'}&amp;gt;}[ORDER_DETAILS.O-HInvoice])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like "here"&amp;nbsp;&amp;nbsp; you can add your descriptions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2018 17:35:16 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2018-07-24T17:35:16Z</dc:date>
    <item>
      <title>Count if with exceptions</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-with-exceptions/m-p/122567#M764242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;ORDER_DETAILS.Cred_stat2_Description -= {0}&amp;gt;}[ORDER_DETAILS.O-HInvoice])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but would like to exclude&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-size: 13.3333px;"&gt;ORDER_DETAILS.Cred_stat2_Description" where is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;debit note&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;damage?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-with-exceptions/m-p/122567#M764242</guid>
      <dc:creator>dmxmikey</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count if with exceptions</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-with-exceptions/m-p/122568#M764243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Count(DISTINCT{&amp;lt;ORDER_DETAILS.Cred_stat2_Description &lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;-= {""},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ORDER_DETAILS.Cred_stat2_Description-={'DebitNote'}&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;}[ORDER_DETAILS.O-HInvoice])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 17:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-with-exceptions/m-p/122568#M764243</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-07-24T17:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count if with exceptions</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-with-exceptions/m-p/122569#M764244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works well with one exception and tried below is that correct as i need to exclude more than one description?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;ORDER_DETAILS.Cred_stat2_Description -= {""},ORDER_DETAILS.Cred_stat2_Description-={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DebitNote&lt;/SPAN&gt;,Damage'}&amp;gt;}[ORDER_DETAILS.O-HInvoice])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 17:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-with-exceptions/m-p/122569#M764244</guid>
      <dc:creator>dmxmikey</dc:creator>
      <dc:date>2018-07-24T17:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count if with exceptions</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-with-exceptions/m-p/122570#M764245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT {&amp;lt;ORDER_DETAILS.Cred_stat2_Description -= {'0', 'DebitNote', 'Damage'}&amp;gt;} [ORDER_DETAILS.O-HInvoice])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 17:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-with-exceptions/m-p/122570#M764245</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T17:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Count if with exceptions</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-with-exceptions/m-p/122571#M764246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can add any num of field values&amp;nbsp; by adding comma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Count(DISTINCT{&amp;lt;ORDER_DETAILS.Cred_stat2_Description -= {""},ORDER_DETAILS.Cred_stat2_Description-={'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;DebitNote&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;,Damage','Here','Here','Here'}&amp;gt;}[ORDER_DETAILS.O-HInvoice])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like "here"&amp;nbsp;&amp;nbsp; you can add your descriptions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 17:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-with-exceptions/m-p/122571#M764246</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-07-24T17:35:16Z</dc:date>
    </item>
  </channel>
</rss>

