<?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 variable not working For all months i got the same results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026481#M346899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts Good Morning,&lt;/P&gt;&lt;P&gt;Any suggestions&lt;/P&gt;&lt;P&gt;i have tried with different ways but im not getting &lt;/P&gt;&lt;P&gt;based on MonthYear selections for three months im calculating the Tiers&lt;/P&gt;&lt;P&gt;But all months im getting the same result &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Niranjan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2016 12:24:25 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2016-03-21T12:24:25Z</dc:date>
    <item>
      <title>month  i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026475#M346893</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;Please help me below if condition i'm not getting exact Month selection filters&lt;/P&gt;&lt;P&gt;for all the months i'm getting exact same result, please suggest me where im doing wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; vMonth: =if(len(GetCurrentSelections()),max(MonthYear),MonthStart(Today()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Date($(vMonth),'MMM YY'),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((RAG_RATING_CD) = 'R', 'Tier1',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((RAG_RATING_CD) = 'A', 'Tier2',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((RAG_RATING_CD) = 'G', 'Tier3'))),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;if(Date($(vMonth)-10,'MMM YY'),&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((RAG_RATING_CD) = 'R', 'Tier1',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((RAG_RATING_CD) = 'A', 'Tier2',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((RAG_RATING_CD) = 'G', 'Tier3'))),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;if(Date($(vMonth)-50,'MMM YY'),&amp;nbsp;&amp;nbsp; if ((RAG_RATING_CD) = 'R', 'Tier1',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((RAG_RATING_CD) = 'A', 'Tier2',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((RAG_RATING_CD) = 'G', 'Tier3'))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 13:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026475#M346893</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-03-18T13:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026476#M346894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see a if statement, but no comparison?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="118579" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118579_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is $(vMonth) getting compared to? Today() or something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 13:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026476#M346894</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T13:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026477#M346895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the expression that is being evaluated is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date($(vMonth),'MMM YY'), and if that always returns a non-zero value, that will mean TRUE everytime.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 13:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026477#M346895</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2016-03-18T13:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026478#M346896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply&lt;/P&gt;&lt;P&gt;if can i select Month=Jan16&lt;/P&gt;&lt;P&gt;i will compare &amp;amp;(vMonth) automatically Dec15, Nov15&lt;/P&gt;&lt;P&gt;but im getting three months(Jan16,Dec15,Nov15) same values&lt;/P&gt;&lt;P&gt;any suggestions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 14:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026478#M346896</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-03-18T14:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026479#M346897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion on above error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niranjan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 16:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026479#M346897</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-03-18T16:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026480#M346898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the comparison im calculating&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Date($(vMonth),'MMM YY'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Date($(vMont&lt;SPAN style="color: #575757;"&gt;h)&lt;SPAN style="color: #ff0000;"&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;10&lt;/SPAN&gt;,&lt;/STRONG&gt;'&lt;/SPAN&gt;MMM YY'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Date($(vMonth)&lt;SPAN style="color: #ff0000;"&gt;-50&lt;/SPAN&gt;,'MMM YY'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 17:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026480#M346898</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-03-18T17:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026481#M346899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts Good Morning,&lt;/P&gt;&lt;P&gt;Any suggestions&lt;/P&gt;&lt;P&gt;i have tried with different ways but im not getting &lt;/P&gt;&lt;P&gt;based on MonthYear selections for three months im calculating the Tiers&lt;/P&gt;&lt;P&gt;But all months im getting the same result &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Niranjan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 12:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026481#M346899</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-03-21T12:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026482#M346900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't see how your solution works, but you need to replace &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date($(vMonth) with a condition that doesn't evalute as TRUE every time, which I think it does today.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 12:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026482#M346900</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2016-03-21T12:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026483#M346901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have attached sample document for your reference&lt;/P&gt;&lt;P&gt;can you please check if im doing wrong in some where&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niranjan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 12:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026483#M346901</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-03-21T12:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026484#M346902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the output of pieces of expression like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date($(vMonth)-10,'MMM YY') in text box and check if it is showing results as expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also you may provide more facts about the problem like what results it shows when you select something and when you don't select something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 12:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026484#M346902</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-21T12:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026485#M346903</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 find attachment!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026485#M346903</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-21T13:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026486#M346904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Digvijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i checked with 3 texboxes with the =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date($(vMonth),'MMM YY'),=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date($(vMonth)-10,'MMM YY'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date($(vMonth)-50,'MMM YY') i got the three different months&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;when im using same in expression its not working for all the months im getting same result &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;please refer sample application attached &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Niranjan &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026486#M346904</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-03-21T13:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026487#M346905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is what you need&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="322" src="https://community.qlik.com/legacyfs/online/118795_pastedImage_0.png" style="width: 830px; height: 322.317px;" width="830" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026487#M346905</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-21T13:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026488#M346906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tatsiana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the below image Sep'15 i have 7 Tier1's but i got the only one&lt;/P&gt;&lt;P&gt;Can you please check the expression based on month selection its not give exact values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/118803_Untitled.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026488#M346906</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-03-21T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026489#M346907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tatsiana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026489#M346907</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-03-21T13:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026490#M346908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be because your expressions are missing left side of condition expression like =&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;if(&lt;STRONG&gt;Your date&lt;/STRONG&gt; &lt;STRONG&gt;Date&lt;/STRONG&gt; = (Date($(vMonth),'MMM YY'),&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026490#M346908</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-21T13:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026491#M346909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have licensed version so cannot check the app. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026491#M346909</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-21T13:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026492#M346910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check app once again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026492#M346910</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-21T13:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: month variable not working For all months i got the same results</title>
      <link>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026493#M346911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow your rock Tatsiana,&lt;/P&gt;&lt;P&gt;exactly same i am looking for, Can you please tell me how you did this&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niranjan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-i-got-the-same-results/m-p/1026493#M346911</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2016-03-21T13:48:37Z</dc:date>
    </item>
  </channel>
</rss>

