<?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: Calculate the sum of the current month in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Calculate-the-sum-of-the-current-month/m-p/53215#M11181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use Num(Month(Today())) = 5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2018 01:09:37 GMT</pubDate>
    <dc:creator>jolivares</dc:creator>
    <dc:date>2018-05-18T01:09:37Z</dc:date>
    <item>
      <title>Calculate the sum of the current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Calculate-the-sum-of-the-current-month/m-p/53212#M11178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to calculate the sum of the current month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable vCurrent_Month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; Month_date = {"$(vCurrent_Month)"}&amp;gt;} Visitors)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 19:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Calculate-the-sum-of-the-current-month/m-p/53212#M11178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-17T19:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum of the current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Calculate-the-sum-of-the-current-month/m-p/53213#M11179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Month(Today()) is just going to give you 'May' as a result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Today(),'MMM-YYYY') will give you the current month, just match the format string to month_Datesyntax.&amp;nbsp; The syntax is val&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I've seen a lot of posts here recommending new syntax.&amp;nbsp; The syntax is valid, I worked it on my device. It's the output of the variable that's not matching whats in your dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 21:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Calculate-the-sum-of-the-current-month/m-p/53213#M11179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-17T21:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum of the current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Calculate-the-sum-of-the-current-month/m-p/53214#M11180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gustavo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use like below&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Variable vCurrent_Month:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(Today()) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Remove "=" before Month().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month_date&lt;/SPAN&gt; ={'$(=$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vCurrent_Month&lt;/SPAN&gt;))'}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Visitors&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 21:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Calculate-the-sum-of-the-current-month/m-p/53214#M11180</guid>
      <dc:creator>adityaakshaya</dc:creator>
      <dc:date>2018-05-17T21:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum of the current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Calculate-the-sum-of-the-current-month/m-p/53215#M11181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use Num(Month(Today())) = 5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 01:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Calculate-the-sum-of-the-current-month/m-p/53215#M11181</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2018-05-18T01:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the sum of the current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Calculate-the-sum-of-the-current-month/m-p/53216#M11182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt; Month_date = {"=Month(Today())"} &amp;gt;} Visitors )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope it helps.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 07:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Calculate-the-sum-of-the-current-month/m-p/53216#M11182</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2018-05-18T07:21:29Z</dc:date>
    </item>
  </channel>
</rss>

