<?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 / Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823436#M1045643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You ignored the condition that was already there on that expression. I would need that condition as well. Can you suggest a way out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 14:04:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-26T14:04:22Z</dc:date>
    <item>
      <title>Set Analysis / Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823431#M1045638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension limit allows us to show First n values. Is it possible to show some values between n and m indices? I have attached a sample here. I would like to skip displaying the values for first 2 and last 2 years. Just show the values corresponding to the years left in between. How can this be achieved by using set analysis in expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823431#M1045638</guid>
      <dc:creator />
      <dc:date>2014-11-26T10:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823432#M1045639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can have a start and end year variable which can drive your set analysis yes, see example.&lt;/P&gt;&lt;P&gt;That allows users to drive the range they are after, if you just wanted a hard rule of removing the lowest and greatest two years then hide the variables and code them accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823432#M1045639</guid>
      <dc:creator />
      <dc:date>2014-11-26T10:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823433#M1045640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in expression you can use:&lt;/P&gt;&lt;P&gt;Only({&amp;lt;Year={"&amp;gt;=$(=Min({1} Year)+2)&amp;lt;=$(=Max({1} Year)-2)"}&amp;gt;} Employees)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823433#M1045640</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-26T10:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823434#M1045641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823434#M1045641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-26T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823435#M1045642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps like this: sum({&amp;lt;Year={'&amp;gt;$(=min({1}Year,2))&amp;lt;$(=max({1}Year,2))'}&amp;gt;}Employees)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823435#M1045642</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-26T11:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823436#M1045643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You ignored the condition that was already there on that expression. I would need that condition as well. Can you suggest a way out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 14:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823436#M1045643</guid>
      <dc:creator />
      <dc:date>2014-11-26T14:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis / Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823437#M1045644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The conditional you set was a calculation condition i.e should the expression show or not.&lt;/P&gt;&lt;P&gt;You can just enable that again if it's required, as all I have adjusted is the expression itself to be relative to the min/max year variables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 14:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Expressions/m-p/823437#M1045644</guid>
      <dc:creator />
      <dc:date>2014-11-26T14:21:02Z</dc:date>
    </item>
  </channel>
</rss>

