<?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 Month filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918842#M468808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table where I need to pull the data for the month. I am actually using a filter but I need to make the table dynamic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my load script I convert the date field into month as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Floor(CallUniversalTime)) AS Mois,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you guys have an expression which I can use in my Dimension to pull the data of the current month only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hasvine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 09:04:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-11T09:04:44Z</dc:date>
    <item>
      <title>Month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918842#M468808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table where I need to pull the data for the month. I am actually using a filter but I need to make the table dynamic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my load script I convert the date field into month as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Floor(CallUniversalTime)) AS Mois,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you guys have an expression which I can use in my Dimension to pull the data of the current month only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hasvine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 09:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918842#M468808</guid>
      <dc:creator />
      <dc:date>2015-08-11T09:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918843#M468809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Month(Today())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 09:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918843#M468809</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-08-11T09:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918844#M468810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;if (Month(Floor(CallUniversalTime))=Month(today()), Month(Floor(CallUniversalTime)) AS Mois&lt;/P&gt;&lt;P&gt;But the condition also Comes tru for same months in previous years&lt;/P&gt;&lt;P&gt;(now we have August, condition Comes tru for data fromaugust 2014 as well)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 09:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918844#M468810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T09:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918845#M468811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share sample date ,if possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 09:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918845#M468811</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-08-11T09:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918846#M468812</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In expression , you can use like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Month = {$(=Month(Today()))}&amp;gt;}yourExpression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Month = {$(=Month(Today()))}, Year= {$(=Max(Year))}&amp;gt;}&lt;SPAN style="font-size: 13.3333330154419px;"&gt;yourExpression&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 09:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918846#M468812</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-08-11T09:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Month filter</title>
      <link>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918847#M468813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Please try this.&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;&lt;STRONG&gt;Month(Today())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 06:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-filter/m-p/918847#M468813</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-12T06:33:41Z</dc:date>
    </item>
  </channel>
</rss>

