<?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 doesn't add up in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-doesn-t-add-up/m-p/1272920#M400199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked with the other issue. I just got out of a meeting with a higher up and have to present to the executives tomorrow. The problem is that the 'Other' section needed to be a subset of the numbers in black (PI=Program_Inventory, Candidates, Backlog, and Total). It looks like Develop may also be an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click on develop and other, the number associated with them should be the same as the total (black boxes). That is currently not the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2017 20:49:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-18T20:49:42Z</dc:date>
    <item>
      <title>Counting doesn't add up</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-doesn-t-add-up/m-p/1272918#M400197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three areas of concern. What I'm trying to count is the number of instances of either one of these variables- ITMSNumber, Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have a picture of everything that is being worked on which adds up to 239-- black boxes, and besides the black boxes are numbers that should also add up to 239.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Prioritized in progress.PNG" class="jive-image image-1" src="/legacyfs/online/149932_Prioritized in progress.PNG" style="height: 74px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is with the 'Other' variable. Here is the code that I'm using to count those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count( {&amp;lt;ITMSNumber = e({1&amp;lt;[Application Status] = {"*"}&amp;gt;}) &amp;gt;} DISTINCT Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? I don't really even understand the code to be honest...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALSO- In order to make the data table at the bottom spit out the right number of rows I have a select in field action that is coded like so-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='=Sum({&amp;lt;ITMSNumber = e({&amp;lt;[Application Status] = {"*"}&amp;gt;}) &amp;gt;} 1)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you may be able to deduce, I also have no idea what this code is doing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 20:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-doesn-t-add-up/m-p/1272918#M400197</guid>
      <dc:creator />
      <dc:date>2017-01-18T20:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Counting doesn't add up</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-doesn-t-add-up/m-p/1272919#M400198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nick, I think this post is related to &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/246532"&gt;Joining tables and counting new null values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not sure how it is related, because honestly, I don't really understand what you are showing here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try creating a sample QVW that you can upload here to the forum, it makes it easier to understand your model, data and chart context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why I suggested&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count( {&amp;lt;ITMSNumber = e({&amp;lt;[Application Status] = {"*"}&amp;gt;}) &amp;gt;} DISTINCT &lt;STRONG&gt;ITMSNumber&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[and note the difference in the aggregated field] is described in &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Not even sure if this was the correct approach with your other issue, but it seemed to have worked.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 20:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-doesn-t-add-up/m-p/1272919#M400198</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-18T20:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Counting doesn't add up</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-doesn-t-add-up/m-p/1272920#M400199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked with the other issue. I just got out of a meeting with a higher up and have to present to the executives tomorrow. The problem is that the 'Other' section needed to be a subset of the numbers in black (PI=Program_Inventory, Candidates, Backlog, and Total). It looks like Develop may also be an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click on develop and other, the number associated with them should be the same as the total (black boxes). That is currently not the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 20:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-doesn-t-add-up/m-p/1272920#M400199</guid>
      <dc:creator />
      <dc:date>2017-01-18T20:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Counting doesn't add up</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-doesn-t-add-up/m-p/1272921#M400200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't understand what you are talking about, too few context information for me.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 21:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-doesn-t-add-up/m-p/1272921#M400200</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-18T21:04:21Z</dc:date>
    </item>
  </channel>
</rss>

