<?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: Previous Month &amp; Current Month for Rolling Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412791#M427083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. First link will give me Aggregated value from start till current month. However, I want only that specific Previous Month's value and show it in current month's hover box and continue to roll for 12 months. Any other idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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/98547"&gt;vishsaggi&lt;/A&gt;‌ Could you please also suggest on this? This is quite urgent. Many Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Ankit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2017 18:56:06 GMT</pubDate>
    <dc:creator>ankitg4688</dc:creator>
    <dc:date>2017-09-26T18:56:06Z</dc:date>
    <item>
      <title>Previous Month &amp; Current Month for Rolling Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412786#M427078</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 want to show Previous Month value and Current Month value in same hover box on current month. I have to roll both the expression for 13 Months. So every time when I hover on specific month it will show me Current and Previous Month values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I chose Combo Chart for this. There is another Rolling month expression which creates line. Below two expressions will show details in hover box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Rolling Month expression for Current Month is&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;count(distinct { $&amp;lt; YEAR_MONTH= {" &amp;gt;= $(=date(addmonths(date(date#(Max(YEAR_MONTH),'YYYYMM'),'YYYYMM'), -12),'YYYYMM'&amp;nbsp; ))&amp;nbsp; =&amp;lt;&amp;nbsp; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(=date(addmonths(date(date#(Max(YEAR_MONTH),'YYYYMM'),'YYYYMM'), - 0),'YYYYMM'&amp;nbsp; ))"&lt;/STRONG&gt; },&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;Type=1 &amp;gt; } Products )&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;My Rolling Month expression for Previous Month is&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(distinct { $&amp;lt; YEAR_MONTH= {" &amp;gt;= $(=date(addmonths(date(date#(Max(YEAR_MONTH),'YYYYMM'),'YYYYMM'), -13),'YYYYMM'&amp;nbsp; ))&amp;nbsp; =&amp;lt;&amp;nbsp; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(=date(addmonths(date(date#(Max(YEAR_MONTH),'YYYYMM'),'YYYYMM'), - 1),'YYYYMM'&amp;nbsp; ))"&lt;/STRONG&gt; },&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Type=1 &amp;gt; } Products )&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&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 style="font-size: 13.3333px;"&gt;But my second expression doesn't give value as needed. Can somebody help?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&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 style="font-size: 13.3333px;"&gt;Thanks for sharing the knowledge.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt; Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 19:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412786#M427078</guid>
      <dc:creator>ankitg4688</dc:creator>
      <dc:date>2017-09-25T19:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Month &amp; Current Month for Rolling Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412787#M427079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will you be able to share sample data/app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 20:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412787#M427079</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-09-25T20:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Month &amp; Current Month for Rolling Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412788#M427080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. Sorry but I can't share sample data or app for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 20:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412788#M427080</guid>
      <dc:creator>ankitg4688</dc:creator>
      <dc:date>2017-09-25T20:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Month &amp; Current Month for Rolling Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412789#M427081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if either of the following link will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="272036" data-objecttype="1" href="https://community.qlik.com/thread/272036"&gt;https://community.qlik.com/thread/272036&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2003" data-containertype="14" data-objectid="103489" data-objecttype="1" href="https://community.qlik.com/thread/103489"&gt;https://community.qlik.com/thread/103489&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 21:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412789#M427081</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-09-25T21:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Month &amp; Current Month for Rolling Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412790#M427082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This part may be like below&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px;"&gt;count(distinct { $&amp;lt; YEAR_MONTH= {" &amp;gt;= $(=date(addmonths(date(date#(Max(YEAR_MONTH),'YYYYMM'),'YYYYMM'), -13),'YYYYMM'&amp;nbsp; ))&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&amp;lt;=&lt;/SPAN&gt;&amp;nbsp; &lt;STRONG style="font-style: inherit;"&gt;$(=date(addmonths(date(date#(Max(YEAR_MONTH),'YYYYMM'),'YYYYMM'), - 1),'YYYYMM'&amp;nbsp; ))"&lt;/STRONG&gt; },&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px;"&gt;Type=&lt;SPAN style="color: #ff0000;"&gt;{&lt;/SPAN&gt;1&lt;SPAN style="color: #ff0000;"&gt;}&lt;/SPAN&gt; &amp;gt; } Products )&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 01:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412790#M427082</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-26T01:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Month &amp; Current Month for Rolling Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412791#M427083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. First link will give me Aggregated value from start till current month. However, I want only that specific Previous Month's value and show it in current month's hover box and continue to roll for 12 months. Any other idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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/98547"&gt;vishsaggi&lt;/A&gt;‌ Could you please also suggest on this? This is quite urgent. Many Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Ankit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 18:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412791#M427083</guid>
      <dc:creator>ankitg4688</dc:creator>
      <dc:date>2017-09-26T18:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Month &amp; Current Month for Rolling Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412792#M427084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for correction. Sorry for typo error.&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;Thanks for sharing the knowledge.&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;Br&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 18:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Month-Current-Month-for-Rolling-Expression/m-p/1412792#M427084</guid>
      <dc:creator>ankitg4688</dc:creator>
      <dc:date>2017-09-26T18:57:35Z</dc:date>
    </item>
  </channel>
</rss>

