<?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 Count Values by number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Values-by-number/m-p/1640093#M731792</link>
    <description>&lt;P&gt;How to calculate the count of numeric value.&amp;nbsp; Please refer the screenshot for understanding, also attached source data&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="count.JPG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22388iC28A007915BAB80C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="count.JPG" alt="count.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:06:35 GMT</pubDate>
    <dc:creator>karan_kn</dc:creator>
    <dc:date>2024-11-16T02:06:35Z</dc:date>
    <item>
      <title>Count Values by number</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Values-by-number/m-p/1640093#M731792</link>
      <description>&lt;P&gt;How to calculate the count of numeric value.&amp;nbsp; Please refer the screenshot for understanding, also attached source data&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="count.JPG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22388iC28A007915BAB80C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="count.JPG" alt="count.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Values-by-number/m-p/1640093#M731792</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2024-11-16T02:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Count Values by number</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Values-by-number/m-p/1640096#M731793</link>
      <description>&lt;P&gt;Something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Test:
NOCONCATENATE 
LOAD *, Value AS Values
INLINE [
    Month, ID,   Value
    Feb,   8721, 1
    Feb,   5962, 1
    Feb,   7708, 2
    Feb,   6075, 2
    Feb,   6780, 2
    Feb,   7795, 3
    Feb,   7833, 4
    Feb,   6561, 4
    Feb,   9093, 5
    Feb,   8653, 5
    Feb,   6127, 6
    Feb,   7424, 6
    Feb,   9282, 6
    Feb,   7248, 7
    Feb,   7473, 9
    Feb,   9795, 13
    Feb,   8407, 13
    Feb,   7521, 15
    Feb,   8749, 24
    Feb,   8562, 28
    Feb,   6110, 37
    Feb,   6872, 54
    Feb,   6006, 54
    Feb,   7943, 114
    Feb,   7611, 455
];

Values:
NOCONCATENATE
LOAD MinValue + IterNo() AS Values
WHILE 
	MinValue + IterNo() &amp;lt;= MaxValue
;
LOAD 
	0 AS MinValue,
    Max(FieldValue('Value', RecNo())) AS MaxValue
AUTOGENERATE FieldValueCount('Value');&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QlikCommunityChallenge_Count.PNG" style="width: 316px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22389i6E1584C304004902/image-size/large?v=v2&amp;amp;px=999" role="button" title="QlikCommunityChallenge_Count.PNG" alt="QlikCommunityChallenge_Count.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 12:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Values-by-number/m-p/1640096#M731793</guid>
      <dc:creator>JGMDataAnalysis</dc:creator>
      <dc:date>2019-10-26T12:42:44Z</dc:date>
    </item>
  </channel>
</rss>

