<?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: Set Analysis Giving Wrong Result in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/508003#M189906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you said, All options are fine in the report..But still i have the same problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Nov 2013 06:44:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-29T06:44:35Z</dc:date>
    <item>
      <title>Set Analysis Giving Wrong Result</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/507998#M189901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have filters called &lt;STRONG&gt;region, sub-region, business-group,Quarter and Month-year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My requirement is to display the current month and prior 5 months of the sales.&lt;/P&gt;&lt;P&gt;for example i have a sales in the year 2012 up to Jan-2013 (13 months sales )&lt;/P&gt;&lt;P&gt;in this case, to display the sales of Rolling 6 months ( Jan 13, Dec 12, Nov 12, Oct 12, Sep 12, Aug 12 ) , in case if the current month is no data means we should display the null value&lt;/P&gt;&lt;P&gt;for that month as well as the other months data also to display in line chart&lt;/P&gt;&lt;P&gt;This is the expression i has written in the expression tab..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"=Sum({$&amp;lt;MonthYear = {"&amp;gt;=$(=Date(addmonths(Max(MonthYear), -5), 'MMM YY')) &amp;lt;=$(=Date(addmonths(Max(MonthYear), 0),&amp;nbsp; 'MMM YY'))"},REGION={'ASIA'}&amp;gt;} SALES)/1000000 "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But the line chart is displaying rolling 3 months sales data, Please find the below image...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/49702_pastedImage_5.png" style="float: left;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Help would be Greatly Appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 06:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/507998#M189901</guid>
      <dc:creator />
      <dc:date>2013-11-29T06:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Giving Wrong Result</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/507999#M189902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that the 'Show All Values' is checked in the dimension tab, and supression option in the presentation tab is unchecked. May be data is not there in those months and it is getting supressed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 06:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/507999#M189902</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-29T06:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Giving Wrong Result</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/508000#M189903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this hope it will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"=Sum({$&amp;lt;Datefield= {'&amp;gt;=$(Vrolling6)&amp;lt;=$(vMaxDate)'},REGION={'ASIA'}&amp;gt;} SALES)/1000000 "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Variables:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Vrolling3&lt;/STRONG&gt;: =Date(MonthStart(vMaxDate,-5),'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vMaxDate&lt;/STRONG&gt;: =Date(max(CommonDateField),'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Nirmal raj&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 06:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/508000#M189903</guid>
      <dc:creator />
      <dc:date>2013-11-29T06:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Giving Wrong Result</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/508001#M189904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nirmal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it as you said, but it wont work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 06:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/508001#M189904</guid>
      <dc:creator />
      <dc:date>2013-11-29T06:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Giving Wrong Result</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/508002#M189905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will you upload your sample application....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 06:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/508002#M189905</guid>
      <dc:creator />
      <dc:date>2013-11-29T06:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Giving Wrong Result</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/508003#M189906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you said, All options are fine in the report..But still i have the same problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 06:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/508003#M189906</guid>
      <dc:creator />
      <dc:date>2013-11-29T06:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Giving Wrong Result</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/508004#M189907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; check this attach file. try to do like this. In this I wrote separate expression for every month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 08:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Giving-Wrong-Result/m-p/508004#M189907</guid>
      <dc:creator />
      <dc:date>2013-11-29T08:10:48Z</dc:date>
    </item>
  </channel>
</rss>

