<?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:month to month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215834#M69239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please see the attached sample application which is in line with your requirement.&lt;/P&gt;&lt;P&gt;Please revert back for any further query in this regard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 18:07:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-23T18:07:17Z</dc:date>
    <item>
      <title>month to month</title>
      <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215828#M69233</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;i want to show the values for the months of one month before the current month,current month and one month after the current month,&lt;/P&gt;&lt;P&gt;that is if i select jun then i should show the values for may,jun,july months in bar charts...........&lt;/P&gt;&lt;P&gt;can anyone help me....&lt;/P&gt;&lt;P&gt;how to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 12:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215828#M69233</guid>
      <dc:creator />
      <dc:date>2010-09-23T12:09:18Z</dc:date>
    </item>
    <item>
      <title>month to month</title>
      <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215829#M69234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Probably you are using the MONTH as dimension. If it is so, you may use CALCULATED DIMENSION. make a variable 'PreMaxMonth' to hold the previous month. then use the calculated expression conceptually as : if(MONTH&amp;gt;='PreMaxMonth' and MONTH&amp;lt;PreMaxMonth+3, MONTH)&lt;/P&gt;&lt;P&gt;Along with this one more thing you will have to do, and that is - use SET ANALYSIS {1} to avoid the present selection. Because it would the already done against the dimension.&lt;/P&gt;&lt;P&gt;Hope i could give you some idea. if not clear please upload your application sample.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 12:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215829#M69234</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2010-09-23T12:33:01Z</dc:date>
    </item>
    <item>
      <title>month to month</title>
      <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215830#M69235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..&lt;/P&gt;&lt;P&gt;you r right month as the dimension,&lt;/P&gt;&lt;P&gt;can u give me the details clearly...&lt;/P&gt;&lt;P&gt;what is the premaxmonth..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 12:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215830#M69235</guid>
      <dc:creator />
      <dc:date>2010-09-23T12:50:14Z</dc:date>
    </item>
    <item>
      <title>month to month</title>
      <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215831#M69236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you can use a macro for select values in a field.&lt;/P&gt;&lt;P&gt;The idea is that when select June in a field of selection or an input box automatically selected in the field that is used in the table values may, jun and jul&lt;/P&gt;&lt;P&gt;If do you dont know as do it, tell me an prepared a example.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215831#M69236</guid>
      <dc:creator />
      <dc:date>2010-09-23T13:01:39Z</dc:date>
    </item>
    <item>
      <title>Re:month to month</title>
      <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215832#M69237</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 dont know how to do this...&lt;/P&gt;&lt;P&gt;also i m not familiar in macros...&lt;/P&gt;&lt;P&gt;can u give me the ideas to develop....&lt;/P&gt;&lt;P&gt;i want to show the sum(sales) in the bar chart regarding the months,&lt;/P&gt;&lt;P&gt;i.e,if i select the month jun,i want to show the values for may,jun,july regarding the company&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215832#M69237</guid>
      <dc:creator />
      <dc:date>2010-09-23T13:13:53Z</dc:date>
    </item>
    <item>
      <title>month to month</title>
      <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215833#M69238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try using set analysis:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Month={'$(#=month(max(Date)))','$(#=month(max(Date))+1)','$(#=month(max(Date))-1)'}&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 17:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215833#M69238</guid>
      <dc:creator />
      <dc:date>2010-09-23T17:40:15Z</dc:date>
    </item>
    <item>
      <title>Re:month to month</title>
      <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215834#M69239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please see the attached sample application which is in line with your requirement.&lt;/P&gt;&lt;P&gt;Please revert back for any further query in this regard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 18:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215834#M69239</guid>
      <dc:creator />
      <dc:date>2010-09-23T18:07:17Z</dc:date>
    </item>
    <item>
      <title>Re:month to month</title>
      <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215835#M69240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;thanks for giving information...&lt;/P&gt;&lt;P&gt;its working fine...&lt;/P&gt;&lt;P&gt;if i select two year values r not added...I want to add the values&lt;/P&gt;&lt;P&gt;how to do this.&lt;/P&gt;&lt;P&gt;suppose if i select 2009 and 2010,then month=jun&lt;/P&gt;&lt;P&gt;i want to add 2009 jun and 2010 jun as well as 2009 may,2010 may and 2009 july and 2010 july&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 07:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215835#M69240</guid>
      <dc:creator />
      <dc:date>2010-09-24T07:08:54Z</dc:date>
    </item>
    <item>
      <title>Re:month to month</title>
      <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215836#M69241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please see the attached modified application. Here we have created a variale called v3Months (which contains current/previous/next month values). Then this variable we are using in our set expression inside the graph. Please refer to Month 2 Month - || (Consolidated across years) graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 07:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215836#M69241</guid>
      <dc:creator />
      <dc:date>2010-09-24T07:58:03Z</dc:date>
    </item>
    <item>
      <title>Re:month to month</title>
      <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215837#M69242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Though this might not be the best solution, still it would give what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 08:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215837#M69242</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2010-09-24T08:00:07Z</dc:date>
    </item>
    <item>
      <title>Re:month to month</title>
      <link>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215838#M69243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;thanks for ur previous reply.its work fine...&lt;/P&gt;&lt;P&gt;if i select jan it should show the previous year dec and the current year Feb and the jan...&lt;/P&gt;&lt;P&gt;also if i select the dec,it should show the nov and next year jan values&lt;/P&gt;&lt;P&gt;thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Sep 2010 07:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-to-month/m-p/215838#M69243</guid>
      <dc:creator />
      <dc:date>2010-09-25T07:33:27Z</dc:date>
    </item>
  </channel>
</rss>

