<?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 Measure for Current Month Only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101346#M751860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;DateClosed = {"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today(&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;1&lt;/SPAN&gt;))) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today(&lt;STRONG style=": ; color: #ff0000; font-size: 14pt;"&gt;1&lt;/STRONG&gt;))))"},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Project = {'Deviation', 'UIR','OOS','EMIR'},&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NCCriticality = {'Minor'} &amp;gt;} DISTINCT RecordID)&lt;/STRONG&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;Read about timer_mode here&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/today.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/today.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/today.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2018 14:23:55 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-11-02T14:23:55Z</dc:date>
    <item>
      <title>Calculate Measure for Current Month Only</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101339#M751852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to count activity based on a field called 'DateClosed' and calculate only records with a 'DateClosed' in the current month.&amp;nbsp; I need a Distinct Count based on a field called 'RecordID'.&amp;nbsp; I had a formula in place that was working well until the month changed from October to November.&amp;nbsp; I reloaded the data set to insure it wasn't a refresh issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the formula: &lt;/P&gt;&lt;P&gt;=Count({&amp;lt;DateClosed = {"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today())) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today())))"}, &lt;/P&gt;&lt;P&gt;Project = {'Deviation', 'UIR','OOS','EMIR'}, &lt;/P&gt;&lt;P&gt;NCCriticality = {'Minor'} &amp;gt;} DISTINCT RecordID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a more innovative and/or flexible way to complete this requirement?&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/Calculate-Measure-for-Current-Month-Only/m-p/101339#M751852</guid>
      <dc:creator>leale1997</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Measure for Current Month Only</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101340#M751853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, what was your expectation? Would you still want to see RecordID count for the month of October?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 13:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101340#M751853</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-02T13:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Measure for Current Month Only</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101341#M751854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the formula to change as the calendar month changes without any manual assistance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So right now it should be calculating activity for November 1st and 2nd.&amp;nbsp; As the calendar moves forward the formula will include the rest of the days in November.&amp;nbsp; On December 1st the formula should change to calculate only activity for December.&amp;nbsp; So on December 1st it will change to calculate only activity for that one day than it will grow as the activity for December grows.&amp;nbsp; In January it will go back to the first day of data and accumulate as the dates move forward. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 13:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101341#M751854</guid>
      <dc:creator>leale1997</dc:creator>
      <dc:date>2018-11-02T13:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Measure for Current Month Only</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101342#M751855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would assume that this is what you expression should already be doing, isn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 13:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101342#M751855</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-02T13:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Measure for Current Month Only</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101343#M751856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.&amp;nbsp; For some reason it is still calculating October.&amp;nbsp; It is not flipping to November.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reloaded the data several times.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 13:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101343#M751856</guid>
      <dc:creator>leale1997</dc:creator>
      <dc:date>2018-11-02T13:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Measure for Current Month Only</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101344#M751857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting.&amp;nbsp; I closed the file and reopened it and now it flipped to November calculations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 13:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101344#M751857</guid>
      <dc:creator>leale1997</dc:creator>
      <dc:date>2018-11-02T13:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Measure for Current Month Only</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101345#M751858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the 'distinct' in the correct place for that formula.&amp;nbsp; I want to count only distinct RecordID's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 13:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101345#M751858</guid>
      <dc:creator>leale1997</dc:creator>
      <dc:date>2018-11-02T13:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Measure for Current Month Only</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101346#M751860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;DateClosed = {"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today(&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;1&lt;/SPAN&gt;))) &amp;amp; '&amp;lt;=' &amp;amp; Date(MonthEnd(Today(&lt;STRONG style=": ; color: #ff0000; font-size: 14pt;"&gt;1&lt;/STRONG&gt;))))"},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Project = {'Deviation', 'UIR','OOS','EMIR'},&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NCCriticality = {'Minor'} &amp;gt;} DISTINCT RecordID)&lt;/STRONG&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;Read about timer_mode here&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/today.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/today.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/today.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 14:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Measure-for-Current-Month-Only/m-p/101346#M751860</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-02T14:23:55Z</dc:date>
    </item>
  </channel>
</rss>

