<?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: Count frequency of values calulcated in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13327#M775825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Sum(Values), Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2018 21:16:47 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-04-24T21:16:47Z</dc:date>
    <item>
      <title>Count frequency of values calulcated</title>
      <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13320#M775813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have a data set basic description:&lt;/P&gt;&lt;P&gt;Date,ID,Value&lt;/P&gt;&lt;P&gt;and a Mapping Table:&lt;/P&gt;&lt;P&gt;ID, Weight&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to then create a table that has field called CALCCOUNT with integers 0-100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to then count the number of dates where sum of the round((Value*Weight),0) for that date equals CALCOUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Chart I would like:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;CALCOUNT&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Frequency of Dates&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;99&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13320#M775813</guid>
      <dc:creator>billuran</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count frequency of values calulcated</title>
      <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13321#M775814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;round((Value*Weight),0), ID)\&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 18:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13321#M775814</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-24T18:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Count frequency of values calulcated</title>
      <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13322#M775816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, I still need to show integers with 0 counts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 18:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13322#M775816</guid>
      <dc:creator>billuran</dc:creator>
      <dc:date>2018-04-24T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count frequency of values calulcated</title>
      <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13323#M775821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uncheck 'Suppress Zero Values' on the presentation tab and see if that works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 18:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13323#M775821</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-24T18:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count frequency of values calulcated</title>
      <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13324#M775822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's wrong with this one? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 21:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13324#M775822</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-24T21:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count frequency of values calulcated</title>
      <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13325#M775823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of my suggestions worked for you? or what I said made so sense whatsoever? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 21:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13325#M775823</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-24T21:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count frequency of values calulcated</title>
      <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13326#M775824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They did not work, but I did bad job explaining. Here i simplified it a bit&lt;SPAN style="font-size: 10pt;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date,ID,Values&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want to then create a table that has field called AGGRValue with integers 0-100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want to then count the number of dates where the sum of values for each total date equals the AGGRValue&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I did&amp;nbsp; RecNo() as AGGRValue&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Autogenerate (100);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So if 55 dates sum to 99 each then I want the frequency of dates to be 55 and where 25 dates equal the sum of 1 each it will show 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Example Chart I would like:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; background-color: #6690bc; color: #ffffff;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;AGGRValue&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; background-color: #6690bc; color: #ffffff;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count the number of dates that equal teh AGGRValue&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;2&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;...&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;99&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;100&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 21:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13326#M775824</guid>
      <dc:creator>billuran</dc:creator>
      <dc:date>2018-04-24T21:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Count frequency of values calulcated</title>
      <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13327#M775825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Sum(Values), Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 21:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13327#M775825</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-24T21:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Count frequency of values calulcated</title>
      <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13328#M775826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, this kind of worked. I need to show an array of values regardless if the values are present. IE: 1-100.&lt;/P&gt;&lt;P&gt;Whats happening now as an example, 2 is never a sum of values in the data set but i need the end user to see that 2 has 0 dates associated when they export the data. Right now it will show values in a table 0,1,3,4 etc...with appropriate counts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 21:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13328#M775826</guid>
      <dc:creator>billuran</dc:creator>
      <dc:date>2018-04-24T21:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Count frequency of values calulcated</title>
      <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13329#M775827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have the data to test it, but you might need an Island table with all possible values... lets call it AllValues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AllValues&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(If(Sum(Value) = AllValues, 1, 0), Dates, AllValues)) + Sum({1} 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now uncheck 'Suppress Zero Values' on the presentation tab...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 21:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13329#M775827</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-24T21:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Count frequency of values calulcated</title>
      <link>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13330#M775828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny as always you the man!! Works perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 21:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-frequency-of-values-calulcated/m-p/13330#M775828</guid>
      <dc:creator>billuran</dc:creator>
      <dc:date>2018-04-24T21:43:33Z</dc:date>
    </item>
  </channel>
</rss>

