<?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 orders with discount in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-orders-with-discount/m-p/27093#M782214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this - &lt;/P&gt;&lt;P&gt;Count({&amp;lt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Discount amount={"&amp;gt;0"}&lt;/SPAN&gt;&amp;gt;}distinct &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Order number] )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2018 14:04:34 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2018-03-14T14:04:34Z</dc:date>
    <item>
      <title>Count orders with discount</title>
      <link>https://community.qlik.com/t5/QlikView/Count-orders-with-discount/m-p/27091#M782212</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;I want to Count orders with discount only. &lt;/P&gt;&lt;P&gt;I have field names [Order number] ,[Sales amount] and [Discount amount]. &lt;/P&gt;&lt;P&gt;Thanks in advance.&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-orders-with-discount/m-p/27091#M782212</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count orders with discount</title>
      <link>https://community.qlik.com/t5/QlikView/Count-orders-with-discount/m-p/27092#M782213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count( {&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Order number]={"=sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Discount amount]&lt;/SPAN&gt;)&amp;gt;0"}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt; [Order number])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 14:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-orders-with-discount/m-p/27092#M782213</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-14T14:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count orders with discount</title>
      <link>https://community.qlik.com/t5/QlikView/Count-orders-with-discount/m-p/27093#M782214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this - &lt;/P&gt;&lt;P&gt;Count({&amp;lt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Discount amount={"&amp;gt;0"}&lt;/SPAN&gt;&amp;gt;}distinct &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Order number] )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 14:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-orders-with-discount/m-p/27093#M782214</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-14T14:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count orders with discount</title>
      <link>https://community.qlik.com/t5/QlikView/Count-orders-with-discount/m-p/27094#M782215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count(if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Discount amount].&lt;/SPAN&gt;)&amp;gt;0,&lt;SPAN style="color: #000000; font-family: 'trebuchet ms', geneva; font-size: 13px;"&gt;[Order Number])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-orders-with-discount/m-p/27094#M782215</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-14T16:08:09Z</dc:date>
    </item>
  </channel>
</rss>

