<?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: Getting data based on month irrespective of Date Selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-data-based-on-month-irrespective-of-Date-Selected/m-p/916098#M651509</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 Addmonth()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like AddMonth(dateField,-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Aug 2015 07:25:18 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-08-08T07:25:18Z</dc:date>
    <item>
      <title>Getting data based on month irrespective of Date Selected</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-data-based-on-month-irrespective-of-Date-Selected/m-p/916095#M651506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got stuck in a Scenario where i need to get data in a manner that whatever the date selected in a calendar month the it has to fetch the data in based on the month selected rather than date because the client is tracking on a month basis and providing data in summarized manner with month end date as scenario. and the client want the calendar object as well to input dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic Problem i got stuck to populate the month value irrespective of date selected in the particular month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i know how to fix this???&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;&lt;A href="https://community.qlik.com/qlik-users/120618"&gt;MRKachhiaIMP&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/47027"&gt;dvqlikview&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/70029"&gt;celambarasan&lt;/A&gt;‌&lt;A href="https://community.qlik.com/space/2061"&gt;Scripting&lt;/A&gt;‌&lt;A href="https://community.qlik.com/space/2051"&gt;App Development&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/89655"&gt;massimo.morelli&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2015 06:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-data-based-on-month-irrespective-of-Date-Selected/m-p/916095#M651506</guid>
      <dc:creator />
      <dc:date>2015-08-08T06:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data based on month irrespective of Date Selected</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-data-based-on-month-irrespective-of-Date-Selected/m-p/916096#M651507</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;Create MonthYear Field in Script using MonthName()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in Set analysis try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;MonthName={"$(=MonthYear(YourDateField))"},YourDateField=&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YourDateField is your selection date Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2015 07:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-data-based-on-month-irrespective-of-Date-Selected/m-p/916096#M651507</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-08-08T07:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data based on month irrespective of Date Selected</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-data-based-on-month-irrespective-of-Date-Selected/m-p/916097#M651508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you... will check and update how it went,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with, what if i want to find the previous month data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2015 07:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-data-based-on-month-irrespective-of-Date-Selected/m-p/916097#M651508</guid>
      <dc:creator />
      <dc:date>2015-08-08T07:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data based on month irrespective of Date Selected</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-data-based-on-month-irrespective-of-Date-Selected/m-p/916098#M651509</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 Addmonth()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like AddMonth(dateField,-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2015 07:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-data-based-on-month-irrespective-of-Date-Selected/m-p/916098#M651509</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-08-08T07:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data based on month irrespective of Date Selected</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-data-based-on-month-irrespective-of-Date-Selected/m-p/916099#M651510</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;&lt;STRONG&gt;For Current Month&lt;/STRONG&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;MonthFieldNameName=, DateFieldName={'&amp;gt;=$(=MonthStart(Max(DateFieldName)))&amp;lt;=$(=Date(Max(Today())))'}&amp;gt;}Sales)&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;&lt;STRONG&gt;For Previous Month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;For Current Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;MonthFieldNameName=, DateFieldName={'&amp;gt;=$(=MonthStart(Max(DateFieldName), -1))&amp;lt;=$(=MonthEnd(Max(Today()), -1))'}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 00:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-data-based-on-month-irrespective-of-Date-Selected/m-p/916099#M651510</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-10T00:39:21Z</dc:date>
    </item>
  </channel>
</rss>

