<?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: adding Totals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427232#M1158791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you've created a statistics box based on the Drivers field, a simple count should give you the correct number.&lt;/P&gt;&lt;P&gt;If your Drivers field is also a key, though, you should not run count() functions on it - QlikView will not be able to tell which table you want to count Drivers from. If that's the case, you should load Drivers a second time (as DriversForCount, for example) and base your count on that field. Alternatively, you can use a chart with the expression count(distinct Drivers).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2012 15:28:49 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2012-12-11T15:28:49Z</dc:date>
    <item>
      <title>adding Totals</title>
      <link>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427230#M1158789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been successful putting all my data into a qlikview, I am needing to total something a particular list box.&amp;nbsp; I have a qlikview with customers, orders and drivers that ran&amp;nbsp; those orders. All drivers have multiple orders, and the total is adding up how many times all the drivers show up, I am just wanting to know how many drivers there were not the times they show up. I have created a statistics box already.&amp;nbsp; What is the proper way to just get the number of drivers? Total count gives me how many total orders, i am needing total driver that worked that month.&lt;/P&gt;&lt;P&gt;For example: Driver 1&amp;nbsp;&amp;nbsp; 25 orders&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Driver 2&amp;nbsp;&amp;nbsp;&amp;nbsp; 55 orders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I just want it to add up =2 drivers, not 80 drivers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427230#M1158789</guid>
      <dc:creator />
      <dc:date>2012-12-11T15:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: adding Totals</title>
      <link>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427231#M1158790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not knowing exactly the name of your field, something like Count(DISTINCT Driver) should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427231#M1158790</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2012-12-11T15:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: adding Totals</title>
      <link>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427232#M1158791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you've created a statistics box based on the Drivers field, a simple count should give you the correct number.&lt;/P&gt;&lt;P&gt;If your Drivers field is also a key, though, you should not run count() functions on it - QlikView will not be able to tell which table you want to count Drivers from. If that's the case, you should load Drivers a second time (as DriversForCount, for example) and base your count on that field. Alternatively, you can use a chart with the expression count(distinct Drivers).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427232#M1158791</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2012-12-11T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: adding Totals</title>
      <link>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427233#M1158792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you need is distinct keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(Distinct DriversField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427233#M1158792</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-12-11T15:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: adding Totals</title>
      <link>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427234#M1158793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added a statistics box to add the total drivers that are in another list box, and it is adding the total amount of times a driver shows up, I am just needding to know how many drivers show up, not their total frequency as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427234#M1158793</guid>
      <dc:creator />
      <dc:date>2012-12-11T15:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: adding Totals</title>
      <link>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427235#M1158794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the option to do count(distinctive) is unavailable, you can not put in a formula here, what do you suggest? there has to be a way to just total something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="26699" class="jive-image-thumbnail jive-image" onclick="" alt="QV.png" src="https://community.qlik.com/legacyfs/online/26699_QV.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-Totals/m-p/427235#M1158794</guid>
      <dc:creator />
      <dc:date>2012-12-11T15:40:31Z</dc:date>
    </item>
  </channel>
</rss>

