<?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: Show data 6 month back from current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909543#M983216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this document: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2015 08:23:21 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-08-04T08:23:21Z</dc:date>
    <item>
      <title>Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909542#M983215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Dear All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; I have pivot table dimension month, I need to show data as follow : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Jan 2015 should show data from month Jul 2014, Feb 2015 should data from month Aug 2014. Similarly Jul 2015 should show data of Jan 2015 and so on monthwise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; I have used set analysis but it does not work.I have to do it in chart i.e on front end. Kindly share on how do achieve this in front end.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&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/15823"&gt;swuehl&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/130924"&gt;Avinashelite&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 06:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909542#M983215</guid>
      <dc:creator>mohsinqlik</dc:creator>
      <dc:date>2015-08-04T06:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909543#M983216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this document: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 08:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909543#M983216</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-04T08:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909544#M983217</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;=Sum({&amp;lt;Year=, Quarter=, Month=, Date={'&amp;gt;=$(=MonthStart(Max(Date), -6))&amp;lt;=$(=Date(Max(Date)))'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Replace &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Year, Quarter, Month and Date with your actual date fields and Sales with your measure field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;If not working attach some sample file for this.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 08:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909544#M983217</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-04T08:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909545#M983218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried above set analysis. As i have month as a dimension max(date) is considered maximum date in year and not of the dimension month.&lt;/P&gt;&lt;P&gt;I am attaching a sample qvw and excel file &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 10:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909545#M983218</guid>
      <dc:creator>mohsinqlik</dc:creator>
      <dc:date>2015-08-04T10:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909546#M983219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show data in current month of 6 month back not as rolling month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 10:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909546#M983219</guid>
      <dc:creator>mohsinqlik</dc:creator>
      <dc:date>2015-08-04T10:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909547#M983220</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 this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Sum(Value), Above(Sum(Value), 1, 6))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 10:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909547#M983220</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-04T10:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909548#M983221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw. Is that what you're looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 10:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909548#M983221</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-04T10:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909549#M983222</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;I need to show MTD values of 6 month back in current i.e july 2014 data should be shown in jan 2015, aug 2014 data to be shown in feb 2015, sep 2014 to be displayed in mar 2015 and so on .The logic you shared gives rolling data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 10:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909549#M983222</guid>
      <dc:creator>mohsinqlik</dc:creator>
      <dc:date>2015-08-04T10:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909550#M983223</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;Logic you have shared show year of previous year month.It should show Jan - Dec as month and data for each month from 6 month back&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 10:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909550#M983223</guid>
      <dc:creator>mohsinqlik</dc:creator>
      <dc:date>2015-08-04T10:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909551#M983224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Logic you have shared show year of previous year month.It should show Jan - Dec as month and data for each month from 6 month back&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't understand what you're saying. I selected jan 2015 and the table shows the data from jul 2014 to jan 2015. As far as I know that's the month and its previous six months data. If that's not what you want then show us the result table you do want. Create an example in excel if you have to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909551#M983224</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-04T11:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909552#M983225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached. Slightly modified&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909552#M983225</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-04T11:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909553#M983226</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;I have attached the output sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909553#M983226</guid>
      <dc:creator>mohsinqlik</dc:creator>
      <dc:date>2015-08-04T11:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909554#M983227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The logic which you have shared is correct but i need to do it in front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909554#M983227</guid>
      <dc:creator>mohsinqlik</dc:creator>
      <dc:date>2015-08-04T11:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909555#M983228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Above(sum(Value),6)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 12:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909555#M983228</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-04T12:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909556#M983229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks kush . I have used above function .But what i am trying to achieve is through month as a dimension. I am attaching the output file for reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 12:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909556#M983229</guid>
      <dc:creator>mohsinqlik</dc:creator>
      <dc:date>2015-08-04T12:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show data 6 month back from current month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909557#M983230</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;I think it will be difficult to achieve from front end. may be&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt; or &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt; can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can do this from script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 12:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-data-6-month-back-from-current-month/m-p/909557#M983230</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-04T12:49:19Z</dc:date>
    </item>
  </channel>
</rss>

