<?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: Set Analysis &amp;quot;Current Month to Date&amp;quot; Question. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Current-Month-to-Date-quot-Question/m-p/919514#M985866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vCurrentMonthStart as &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(MonthStart(Today()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;PostingDate &lt;/SPAN&gt;= {"&amp;gt;=$(vCurrentMonthStart)&amp;lt;=$(=Today())"}&amp;gt;}&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;DeliveredQty&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 08:18:18 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-07-29T08:18:18Z</dc:date>
    <item>
      <title>Set Analysis "Current Month to Date" Question.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Current-Month-to-Date-quot-Question/m-p/919512#M985864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've Current month start variable = vCurrentMonthStart&lt;/P&gt;&lt;P&gt;and Today's date variable = vToday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this how to get the date &lt;SPAN style="color: #993366;"&gt;values in between&lt;/SPAN&gt; that is "Current Month to Date"&lt;/P&gt;&lt;P&gt;I tried the following expression please correct me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;sum({1&amp;lt;[PostingDate]={&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"&amp;gt;=$(=date(vCurrentMonthStart) &amp;lt;= $(=date(vToday))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DeliveredQty&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 08:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Current-Month-to-Date-quot-Question/m-p/919512#M985864</guid>
      <dc:creator>MuraliPrasath</dc:creator>
      <dc:date>2015-07-29T08:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis "Current Month to Date" Question.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Current-Month-to-Date-quot-Question/m-p/919513#M985865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({&amp;lt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;PostingDate = {"&amp;gt;=$(=MonthStart(Today()))&amp;lt;=$(=Today())"}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;DeliveredQty)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 08:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Current-Month-to-Date-quot-Question/m-p/919513#M985865</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-29T08:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis "Current Month to Date" Question.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Current-Month-to-Date-quot-Question/m-p/919514#M985866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vCurrentMonthStart as &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(MonthStart(Today()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;PostingDate &lt;/SPAN&gt;= {"&amp;gt;=$(vCurrentMonthStart)&amp;lt;=$(=Today())"}&amp;gt;}&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px;"&gt;DeliveredQty&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 08:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Current-Month-to-Date-quot-Question/m-p/919514#M985866</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-29T08:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis "Current Month to Date" Question.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Current-Month-to-Date-quot-Question/m-p/919515#M985867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;One bracket correction might do the job:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;sum({1&amp;lt;[PostingDate]={&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;"&amp;gt;=$(=date(vCurrentMonthStart)&lt;STRONG style="color: #ff00ff;"&gt;)&lt;/STRONG&gt; &amp;lt;= $(=date(vToday))"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;DeliveredQty&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 08:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Current-Month-to-Date-quot-Question/m-p/919515#M985867</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-29T08:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis "Current Month to Date" Question.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Current-Month-to-Date-quot-Question/m-p/919516#M985868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As tresesco says, you are missing a&amp;nbsp; bracket..&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;[PostingDate]={"&amp;gt;=$(=date(vCurrentMonthStart)&lt;STRONG&gt;)&lt;/STRONG&gt; &amp;lt;= $(=date(vToday))"}&amp;gt;} DeliveredQty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that your posting date is in the same format as the dates in your variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 09:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-quot-Current-Month-to-Date-quot-Question/m-p/919516#M985868</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-29T09:54:29Z</dc:date>
    </item>
  </channel>
</rss>

