<?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: current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158337#M903473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mark can you give me with an example...? my date format is 24-jan-2011 something like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2016 13:54:45 GMT</pubDate>
    <dc:creator>raadwiptec</dc:creator>
    <dc:date>2016-07-14T13:54:45Z</dc:date>
    <item>
      <title>current month</title>
      <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158330#M903466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column named opening date for ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp2:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;[invoice no,]&lt;/P&gt;&lt;P&gt;[Opening date],&lt;/P&gt;&lt;P&gt;Charges&lt;/P&gt;&lt;P&gt;Quantity&lt;/P&gt;&lt;P&gt;Resident temp1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store&amp;nbsp; temp2 into C;/.......qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to have opening dates only&amp;nbsp; for previous month.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As iam storing only in QVD ... i will nt be using any fron end expressions ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nbeed solution on script level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly suggest..&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/current-month/m-p/1158330#M903466</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: current month</title>
      <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158331#M903467</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;Do you just want to store only previous month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Temp2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[invoice no,]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Opening date],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Charges&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Quantity&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident temp1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE MONTH(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Opening date]) = ADDMONTHS(Today().-1) &lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store&amp;nbsp; temp2 into C;/.......qvd&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;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-month/m-p/1158331#M903467</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2016-07-14T12:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: current month</title>
      <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158332#M903468</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;Use where statement like Opening date &amp;lt;= Current month start date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-month/m-p/1158332#M903468</guid>
      <dc:creator />
      <dc:date>2016-07-14T12:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: current month</title>
      <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158333#M903469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using a where statement such as:&lt;/P&gt;&lt;P&gt;where [Opening date] between monthstart(addmonths(Today()-1)) and monthend(addmonths(Today()-1))&lt;/P&gt;&lt;P&gt;Haven't checked the syntax properly but something along those lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-month/m-p/1158333#M903469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-14T12:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: current month</title>
      <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158334#M903470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you wanted all data up until the end of last month i would try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Temp2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[invoice no,]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Opening date],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Charges&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Quantity&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident temp1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Opening date] &amp;lt; date(monthstart(today())) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 13:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-month/m-p/1158334#M903470</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-07-14T13:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: current month</title>
      <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158335#M903471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried all the options it dos not work..mark suggestion gives no data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;daniel suggestion gives complete data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 13:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-month/m-p/1158335#M903471</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-07-14T13:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: current month</title>
      <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158336#M903472</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;Try wrapping the opening date field in a date function to rule out formatting issues. If it isn't being picked up as a date field then month function won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 13:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-month/m-p/1158336#M903472</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2016-07-14T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: current month</title>
      <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158337#M903473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mark can you give me with an example...? my date format is 24-jan-2011 something like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 13:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-month/m-p/1158337#M903473</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-07-14T13:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: current month</title>
      <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158338#M903474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you filter the data according to the condition on 'Opening Date' when you load it into Temp1 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 13:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-month/m-p/1158338#M903474</guid>
      <dc:creator>pooja_sn</dc:creator>
      <dc:date>2016-07-14T13:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: current month</title>
      <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158339#M903475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Mark pointed out try something like:&lt;/P&gt;&lt;P&gt;where Date([Opening Date]) between monthstart(addmonths(Today()-1)) and monthend(addmonths(Today()-1)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 13:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-month/m-p/1158339#M903475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-14T13:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: current month</title>
      <link>https://community.qlik.com/t5/QlikView/current-month/m-p/1158340#M903476</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;Check that you date format is set correct on the main tab. &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SET DateFormat='DD/MMM/YYYY';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MONTH(DATE(ADDMONTHS(TODAY(),-1),'DD/MMM/YYYY')) in the where,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any doubts, add text boxes in the UI and see what the functions return and make sure they are like for like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 14:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-month/m-p/1158340#M903476</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2016-07-14T14:01:05Z</dc:date>
    </item>
  </channel>
</rss>

