<?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: Question on set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878571#M655341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({&amp;lt;Year = {"&amp;gt;=2000&amp;lt;=2005"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want Last 5 years from today&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Year = {"&amp;gt;=$(=Year(Today())-4)&amp;lt;=$(=Year(Today()))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;If you want Last 5 years from Selected Year&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SUM({&amp;lt;Year = {"&amp;gt;=$(=Max(Year)-4)&amp;lt;=$(=Max(Year))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;If you want that any other selection i.e. Month, Quarter, Date should not affect your end result, you need to bypass them as below&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SUM({&amp;lt;Date=, Week=, Month=, Quarter=, Year = {"&amp;gt;=2000&amp;lt;=2005"}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 12:25:29 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-07-15T12:25:29Z</dc:date>
    <item>
      <title>Question on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878567#M655337</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 have a bar chart with year as dimension and sales as expression. The year column contains the value form 2000 to 2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose i want to see the informatin between 2000 and 2005. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;can you please let me know how to use between operator. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878567#M655337</guid>
      <dc:creator />
      <dc:date>2015-07-15T12:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878568#M655338</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt;Year = {"&amp;gt;=2000&amp;lt;=2005"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878568#M655338</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-15T12:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878569#M655339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramasamy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working fine, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878569#M655339</guid>
      <dc:creator />
      <dc:date>2015-07-15T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Question on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878570#M655340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the attached example and look at the following discussions.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/59055"&gt;Learning Set Analysis from Scratch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878570#M655340</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-07-15T12:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Question on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878571#M655341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({&amp;lt;Year = {"&amp;gt;=2000&amp;lt;=2005"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want Last 5 years from today&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Year = {"&amp;gt;=$(=Year(Today())-4)&amp;lt;=$(=Year(Today()))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;If you want Last 5 years from Selected Year&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SUM({&amp;lt;Year = {"&amp;gt;=$(=Max(Year)-4)&amp;lt;=$(=Max(Year))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;If you want that any other selection i.e. Month, Quarter, Date should not affect your end result, you need to bypass them as below&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SUM({&amp;lt;Date=, Week=, Month=, Quarter=, Year = {"&amp;gt;=2000&amp;lt;=2005"}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878571#M655341</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-15T12:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Question on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878572#M655342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878572#M655342</guid>
      <dc:creator />
      <dc:date>2015-07-15T12:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878573#M655343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close thread by selecting appropriate answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 12:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878573#M655343</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-15T12:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Question on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878574#M655344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; 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-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/MRKachhiaIMP"&gt;MRKachhiaIMP&lt;/A&gt;‌&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Good info&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 13:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878574#M655344</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-15T13:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Question on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878575#M655345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/kolagima"&gt;kolagima&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.6999998092651px;"&gt;Please close the thread by selecting&lt;STRONG&gt; Correct Answer.&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 13:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-set-analysis/m-p/878575#M655345</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-15T13:10:07Z</dc:date>
    </item>
  </channel>
</rss>

