<?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: Counting repeating value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-repeating-value/m-p/498554#M1144620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it like this using a GROUP BY clause with your field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count(OrderNo) as Count&lt;/P&gt;&lt;P&gt;RESIDENT YourTable GROUP BY OrdeNo;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Sep 2013 08:25:44 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-09-09T08:25:44Z</dc:date>
    <item>
      <title>Counting repeating value</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-repeating-value/m-p/498553#M1144618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to QView and I am trying to count the number of Purchase Orders.&amp;nbsp; My data source is from Excel and the Purchase Order numbers will repeat for some lines.&amp;nbsp; My task is to count the number of Purchase orders and should only count as 1 for lines where the Purchase Order repeats.&amp;nbsp; Can you guide with the script to store on a temp table the Purchase Order number and store it, and for the next line to check if the Purchase Order already exist or not, it not, count +1 , otherwise the count remains.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 08:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-repeating-value/m-p/498553#M1144618</guid>
      <dc:creator />
      <dc:date>2013-09-09T08:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Counting repeating value</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-repeating-value/m-p/498554#M1144620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it like this using a GROUP BY clause with your field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count(OrderNo) as Count&lt;/P&gt;&lt;P&gt;RESIDENT YourTable GROUP BY OrdeNo;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 08:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-repeating-value/m-p/498554#M1144620</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-09-09T08:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Counting repeating value</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-repeating-value/m-p/498555#M1144621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you simply want to total number of unique purchase orders you can use this expression:&amp;nbsp; =fieldvaluecount('PurchaseOrder')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace PurchaseOrder with the real name of the field with the purchase order numbers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 08:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-repeating-value/m-p/498555#M1144621</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-09T08:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Counting repeating value</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-repeating-value/m-p/498556#M1144622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count(Distinct(Ordenes))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 21:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-repeating-value/m-p/498556#M1144622</guid>
      <dc:creator>walterlh</dc:creator>
      <dc:date>2013-09-09T21:42:41Z</dc:date>
    </item>
  </channel>
</rss>

