<?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 records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-records/m-p/768942#M273101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would this work in a chart not a table.&amp;nbsp; I have a gauge I am using to display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2015 20:39:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-09T20:39:56Z</dc:date>
    <item>
      <title>Counting records</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-records/m-p/768940#M273099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of records a user has selected.&amp;nbsp; I want to take the field due date and count how many records in the current set will happen in 90 days, 60 days, 30 days, and are past due.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Norman Rea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 19:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-records/m-p/768940#M273099</guid>
      <dc:creator />
      <dc:date>2015-03-09T19:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Counting records</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-records/m-p/768941#M273100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I understand,&lt;/P&gt;&lt;P&gt;with a calculated dimension&lt;/P&gt;&lt;P&gt;=if(duedate&amp;lt;=Today(), 'past due', class(duedate-Today(),30) )&lt;/P&gt;&lt;P&gt;and count(duedate) as expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80285_1.jpg" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 19:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-records/m-p/768941#M273100</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-09T19:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Counting records</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-records/m-p/768942#M273101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would this work in a chart not a table.&amp;nbsp; I have a gauge I am using to display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 20:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-records/m-p/768942#M273101</guid>
      <dc:creator />
      <dc:date>2015-03-09T20:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Counting records</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-records/m-p/768943#M273102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a image of what I am working with&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80372_Capture.JPG" style="height: 635px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 13:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-records/m-p/768943#M273102</guid>
      <dc:creator />
      <dc:date>2015-03-10T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Counting records</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-records/m-p/768944#M273103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;stacked horizontal bar chart, &lt;/P&gt;&lt;P&gt;no dimension&lt;/P&gt;&lt;P&gt;4 expression&lt;/P&gt;&lt;P&gt;=count(if(duedate&amp;lt;=Today(), duedate))&lt;/P&gt;&lt;P&gt;=count(if(duedate&amp;gt;=Today() and duedate&amp;lt;(today()+30), duedate))&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also with set analysis instead of if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80380_1.jpg" style="height: 176px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 15:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-records/m-p/768944#M273103</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-10T15:01:18Z</dc:date>
    </item>
  </channel>
</rss>

