<?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: How to calculate consecutive months count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110113#M367213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varsha, Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression working fine, just want to calculate consecutive months count&lt;/P&gt;&lt;P&gt;if its more than 3monts continues just want to display sum of months number&lt;/P&gt;&lt;P&gt;not sure how to write logic&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2016 12:03:54 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2016-06-24T12:03:54Z</dc:date>
    <item>
      <title>How to calculate consecutive months count</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110109#M367209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just want to calculate RAG_RATING_CD count if its continues more than 3 months i want to disply the count &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the value count should 3months is 1,&lt;/P&gt;&lt;P&gt;if its continues 4month count is 1 need to disply 4,&lt;/P&gt;&lt;P&gt;if its continues 5month count is 1 need to disply 5,&lt;/P&gt;&lt;P&gt;if its continues 6month count is 1 need to disply 6,&lt;/P&gt;&lt;P&gt;if its continues 7month count is 1 need to disply 7,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below expression im using to RAG_RATING_CD,its not working please help me where im doing mistake &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count(aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}Metric)=1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-30,'MMM YY'))"}&amp;gt;}Metric)=1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-60,'MMM YY'))"}&amp;gt;}Metric)=1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-90,'MMM YY'))"}&amp;gt;}Metric)=1,4,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-120,'MMM YY'))"}&amp;gt;}Metric)=1,5,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-150,'MMM YY'))"}&amp;gt;}Metric)=1,6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)))))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 11:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110109#M367209</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-24T11:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate consecutive months count</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110110#M367210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a nested if statement or do you want to use 'and or' in a single if statement? You cannot use both... I am not entirely sure what you are trying to do to guide you with anything, but looking at the if statement syntax, you can def. make improvements here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 11:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110110#M367210</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-24T11:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate consecutive months count</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110111#M367211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-60,'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-90,'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count should be 3months 1, if its continuous coming month also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-120,'MMM YY'))"}&amp;gt;}Metric)=1, 4,&lt;/P&gt;&lt;P&gt;i have to display count 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry my logic is not working, please correct me how can i achieve is there any way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 11:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110111#M367211</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-24T11:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate consecutive months count</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110112#M367212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And instead of using -30,-60 and -90 ,&lt;/P&gt;&lt;P&gt;you should subtract month directly,&lt;/P&gt;&lt;P&gt;month -1&lt;/P&gt;&lt;P&gt;month -2 &lt;/P&gt;&lt;P&gt;and so on...&lt;/P&gt;&lt;P&gt;and then concat month and year.&lt;/P&gt;&lt;P&gt;like month&amp;amp;year to get MMYY &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 11:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110112#M367212</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-06-24T11:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate consecutive months count</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110113#M367213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varsha, Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression working fine, just want to calculate consecutive months count&lt;/P&gt;&lt;P&gt;if its more than 3monts continues just want to display sum of months number&lt;/P&gt;&lt;P&gt;not sure how to write logic&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 12:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110113#M367213</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-24T12:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate consecutive months count</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110114#M367214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, trying to correct your syntaxis, I think it should be:&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;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}Metric)=1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; and &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-30,'MMM YY'))"}&amp;gt;}Metric)=1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; and &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-60,'MMM YY'))"}&amp;gt;}Metric)=1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; //&lt;SPAN style="color: #339966;"&gt; If 3 firsts months = 1, check if 4th is also '1', else returns '3'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-90,'MMM YY'))"}&amp;gt;}Metric)=1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; &lt;SPAN style="color: #339966;"&gt; //If 4 firsts months=1, check if 5th is '1', else resturns '4'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-120,'MMM YY'))"}&amp;gt;}Metric)=1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #339966; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //If 5 firsts months=1 check if 6th is '1', then return '6', else returns '5'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-150,'MMM YY'))"}&amp;gt;}Metric)=1, 6, 5),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 4),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 07:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110114#M367214</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-06-28T07:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate consecutive months count</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110115#M367215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your master its working, better than result what i expected, i can get 3 consecutive count also with your logic &lt;/P&gt;&lt;P&gt;Great Sir, Thank you somuch&lt;/P&gt;&lt;P&gt;i have developed code to achieve problem with very lengthy logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-30,'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-60,'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-90,'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-120,'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-150,'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-180,'MMM YY'))"}&amp;gt;}Metric)=1&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-210,'MMM YY'))"}&amp;gt;}Metric)=1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth),'MMM YY'))"}&amp;gt;}Metric)+&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-30,'MMM YY'))"}&amp;gt;}Metric)+&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-60,'MMM YY'))"}&amp;gt;}Metric)+&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-90,'MMM YY'))"}&amp;gt;}Metric)+&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-120,'MMM YY'))"}&amp;gt;}Metric)+&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-150,'MMM YY'))"}&amp;gt;}Metric)+&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-180,'MMM YY'))"}&amp;gt;}Metric)+&lt;/P&gt;&lt;P&gt;Count(DISTINCT{&amp;lt;Month=,RAG_RATING_CD={'R'},MonthYear={"$(=Date($(vMonth)-210,'MMM YY'))"}&amp;gt;}Metric),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 07:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110115#M367215</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-28T07:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate consecutive months count</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110116#M367216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 07:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110116#M367216</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-06-28T07:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate consecutive months count</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110117#M367217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Ruben,&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;here i have posted one issue in side if i have used two match function one match function working fine as expected.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;another macth function is not working. i think you are the right person to contact. &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;please help me&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;&lt;A href="https://community.qlik.com/message/1097277"&gt;Expression Error&lt;/A&gt;&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;Best Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 22:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110117#M367217</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-08-03T22:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate consecutive months count</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110118#M367218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;hope your doing good, i have posted one issue calculating 3 consecutive months.i din't get any reply. &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I think you are the right person to contact.please help me.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/thread/228184"&gt;Expression on display 3 Months data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 05:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-consecutive-months-count/m-p/1110118#M367218</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-08-08T05:40:32Z</dc:date>
    </item>
  </channel>
</rss>

