<?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 current month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-current-month/m-p/1515026#M36704</link>
    <description>&lt;P&gt;Hey Sunny,&lt;/P&gt;&lt;P&gt;I have a similar issue. My expression is:&lt;/P&gt;&lt;P&gt;=Date(Today(),'MMM')&amp;amp; ', '&amp;amp; Count({$&amp;lt;[Date Type]={'VPP Dates'},YearMonth={$(=Date(Today(),'MMM'))} &amp;gt;}Gateways)&lt;/P&gt;&lt;P&gt;Expression is OK, but my result is zero.&lt;/P&gt;&lt;P&gt;I am trying to specify a data point for total sales for current month (November in this case).&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2018 16:50:43 GMT</pubDate>
    <dc:creator>ZoeM</dc:creator>
    <dc:date>2018-11-30T16:50:43Z</dc:date>
    <item>
      <title>Count current month</title>
      <link>https://community.qlik.com/t5/App-Development/Count-current-month/m-p/967245#M13888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my sql data load I have Order_Date in the following format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20140101 00:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this contains data for 3 years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have in my data load done this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Order_Date) as Month &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my expression is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt; Month ={$(=Month(today()))}&amp;nbsp; &amp;gt;}Customer_ID) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is counting every order date month that contains October, I just want count for Oct 2015 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt; Month ={$(=MonthStart(today()))}&amp;nbsp; &amp;gt;}Customer_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 10:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-current-month/m-p/967245#M13888</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-13T10:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Count current month</title>
      <link>https://community.qlik.com/t5/App-Development/Count-current-month/m-p/967246#M13889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Order_Date) as Order_Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;Order_Date = {"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}&amp;gt;} Customer_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 11:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-current-month/m-p/967246#M13889</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-13T11:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count current month</title>
      <link>https://community.qlik.com/t5/App-Development/Count-current-month/m-p/967247#M13890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awsome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you Sunny x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 13:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-current-month/m-p/967247#M13890</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-13T13:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Count current month</title>
      <link>https://community.qlik.com/t5/App-Development/Count-current-month/m-p/1515026#M36704</link>
      <description>&lt;P&gt;Hey Sunny,&lt;/P&gt;&lt;P&gt;I have a similar issue. My expression is:&lt;/P&gt;&lt;P&gt;=Date(Today(),'MMM')&amp;amp; ', '&amp;amp; Count({$&amp;lt;[Date Type]={'VPP Dates'},YearMonth={$(=Date(Today(),'MMM'))} &amp;gt;}Gateways)&lt;/P&gt;&lt;P&gt;Expression is OK, but my result is zero.&lt;/P&gt;&lt;P&gt;I am trying to specify a data point for total sales for current month (November in this case).&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 16:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-current-month/m-p/1515026#M36704</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-11-30T16:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Count current month</title>
      <link>https://community.qlik.com/t5/App-Development/Count-current-month/m-p/1864173#M71329</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;It works perfectly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Nov 2021 05:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-current-month/m-p/1864173#M71329</guid>
      <dc:creator>alsahly2017</dc:creator>
      <dc:date>2021-11-28T05:57:09Z</dc:date>
    </item>
  </channel>
</rss>

