<?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 show 6 months data using the set analysis in the dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460918#M436040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created the 6 separate variables&amp;nbsp; and calculated the dates. I referred those variables in the expression instead of calculating in the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;, but it is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question here is performance wise, is it good to use it using the variable or is it better calculating in the set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2018 20:44:27 GMT</pubDate>
    <dc:creator>varunreddy</dc:creator>
    <dc:date>2018-01-08T20:44:27Z</dc:date>
    <item>
      <title>How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460912#M436034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to show 6 months data on the report by writing set analysis using the "Add Calculated Dimension". Can someone please help me with the expression in the dimension or suggest any other option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Date -&amp;nbsp; Dec 2017. I want to show all dates from June. If I select November 2017, I would like to see all the dates from May 2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression I have been trying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=date(max(Date),'MMM YYYY'))&amp;lt;=$(=Date(AddMonths(max(Date),-6),'MMM YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&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;Cheers,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460912#M436034</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-01-08T20:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460913#M436035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try with 1 instead of $&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(Only({&lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;&amp;lt;Date={"&amp;gt;=$(=date(max(Date),'MMM YYYY'))&amp;lt;=$(=Date(AddMonths(max(Date),-6),'MMM YYYY'))"} &amp;gt;} Date), Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460913#M436035</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T20:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460914#M436036</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;This is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried another method. I am adding each month in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension - &lt;SPAN style="color: #800000;"&gt;GB/GF Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Month Expression - &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'$(vCurMonthYear)'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Key Business Driver]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'BCBS239'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DQ Rule Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[GB/GF Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Previous Month expression - &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Date(AddMonths(max(Date),-1),'MMM YYYY')"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DQ Rule Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[GB/GF Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Previous Month expression - aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Date(AddMonths(max(Date),-2),'MMM YYYY')"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DQ Rule Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[GB/GF Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This is also not working. Not sure I am missing something. Can you please help?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460914#M436036</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-01-08T20:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460915#M436037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you using Aggr() function if you have the same as your dimension &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[GB/GF Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Date = {'$(vCurMonthYear)'}, [Key Business Driver] = {'BCBS239'}&amp;gt;} [DQ Rule Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Date = {"=Date(AddMonths(max(Date),-1),'MMM YYYY')"}&amp;gt;}[DQ Rule Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Date = {"=Date(AddMonths(max(Date),-2),'MMM YYYY')"}&amp;gt;}[DQ Rule Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460915#M436037</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T20:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460916#M436038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh Yeah! Thanks for correcting. I tried it but I am seeing the same numbers for all the months, but this is not true &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460916#M436038</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-01-08T20:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460917#M436039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not seeing anything at all lol... I mean can you share a sample or image of what you are seeing... I won't know what you have until you show me something &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460917#M436039</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T20:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460918#M436040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created the 6 separate variables&amp;nbsp; and calculated the dates. I referred those variables in the expression instead of calculating in the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;, but it is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question here is performance wise, is it good to use it using the variable or is it better calculating in the set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460918#M436040</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-01-08T20:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460919#M436041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be the same thing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460919#M436041</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T20:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460920#M436042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460920#M436042</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-01-08T20:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460921#M436043</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;I am trying to create line chart. Two dimensions and one expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions:&lt;/P&gt;&lt;P&gt;Date and GB/GF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;Count(Rule Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am trying to show only 6 months of data out of all dates available. I am using below expression in the dimension to display 6 months data but I am not seeing the dates. Can you please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;gt;= $(=vPrevious5MonthYear) &amp;lt;= $(=vCurMonthYear)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the graph. I don't see Dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189463_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460921#M436043</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-01-09T16:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460922#M436044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you making selection in Date field? If you are, have you ignore selection in Date field from your expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 17:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460922#M436044</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-09T17:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460923#M436045</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;I have attached the source file and QVW file to the actual discussion. Please take a look and advise what I am missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement: When I select a Date, I want to see past 6 months data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 19:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460923#M436045</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-01-10T19:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460924#M436046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two things&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create your MonthYear field like this rather than using MonthName function. MonthName creates a string which makes it unusable in the set analysis....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MonthStart(Date), 'MMM YYYY') as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I asked you initially also that don't add spaces between &amp;gt;= and $() or &amp;lt;= or $()... just don't add any spaces in your set modifier&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(Only({&amp;lt;Date = {'&amp;gt;=$(=vPrevious5MonthYear)&amp;lt;=$(=vCurrentMonthYear)'}&amp;gt;}Date),Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189633_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 19:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460924#M436046</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T19:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to show 6 months data using the set analysis in the dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460925#M436047</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;I got my mistake. Will use Monthstart going forward instead of MonthName function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 21:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-6-months-data-using-the-set-analysis-in-the/m-p/1460925#M436047</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-01-10T21:04:18Z</dc:date>
    </item>
  </channel>
</rss>

