<?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: Need help on count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356141#M578201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current logic should be fine if I understood your question correctly, here we filter the create dates and we are not interested in events that took place before, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 14:31:52 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-03-16T14:31:52Z</dc:date>
    <item>
      <title>Need help on count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356135#M578195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all past solutions!&lt;/P&gt;&lt;P&gt;Now on attached qvw file, i have got two question (see on file) which i am struggling to display a chart.&lt;/P&gt;&lt;P&gt;Can someone please help me out here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 12:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356135#M578195</guid>
      <dc:creator />
      <dc:date>2012-03-16T12:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356136#M578196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create two straight table charts, with Title as dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then as expression in first chart&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count({&amp;lt;[Create Date] = {"&amp;gt;=$(=today()-90)"}&amp;gt;}[Create Date])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in second&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(sum({&amp;lt;[Create Date] = {"&amp;gt;=$(=today()-90)"}&amp;gt;} Subscriber)&amp;lt;=50,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sum({&amp;lt;[Create Date] = {"&amp;gt;=$(=today()-90)"}&amp;gt;} Subscriber),0)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 12:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356136#M578196</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-16T12:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356137#M578197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks swuehl for quick replied.&lt;/P&gt;&lt;P&gt;But the result is not correct. If you take a look the revised data (attached)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q1: Ans: B,F,J,L,M,O,R,S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 12:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356137#M578197</guid>
      <dc:creator />
      <dc:date>2012-03-16T12:56:05Z</dc:date>
    </item>
    <item>
      <title>Need help on count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356138#M578198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've read the 'no create date' as number create date, maybe mislead by the need help on count&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try just&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;=count({&amp;lt;[Create Date] = {"&lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt;$(=today()-90)"}&amp;gt;}[Create Date])&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 13:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356138#M578198</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-16T13:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356139#M578199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you could have multiple create date per Title, above expression will get an incorrect result if you have some create dates before and some after the 90 days threshold, but I think this one could handle it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count({&amp;lt;Title = e({&amp;lt;[Create Date] = {"&amp;gt;=$(=today()-90)"}&amp;gt;}) &amp;gt;} Title)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356139#M578199</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-16T14:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356140#M578200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks swuehl,&lt;/P&gt;&lt;P&gt;Shall i apply same logic for other Question that needs to display less than 50 subscribers in the last 90 days?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356140#M578200</guid>
      <dc:creator />
      <dc:date>2012-03-16T14:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356141#M578201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current logic should be fine if I understood your question correctly, here we filter the create dates and we are not interested in events that took place before, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356141#M578201</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-16T14:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356142#M578202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks swuehl for all solutions.&lt;/P&gt;&lt;P&gt;i think we need to limit only last 90 days timeframe regardless if any event took place before. So do we need to approch differently?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356142#M578202</guid>
      <dc:creator />
      <dc:date>2012-03-16T14:40:04Z</dc:date>
    </item>
    <item>
      <title>Need help on count</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356143#M578203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I think you should be fine with what you have now (see my last attachment). &lt;/P&gt;&lt;P&gt;You'll need to test if the results are ok, maybe I still do misunderstand your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. It's a good habit to mark answers as helpful or correct and to close the thread by marking answers as correct or&amp;nbsp; by changing the OP status to 'assumed answered', as soon as you have resolved your issue.&lt;/P&gt;&lt;P&gt; Not only for this discussion, but for all the discussion you opened. This rewards the effort of the fellow discussion members and helps other to quickly grasp the relevant parts of a discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-count/m-p/356143#M578203</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-16T14:58:36Z</dc:date>
    </item>
  </channel>
</rss>

