<?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 with 'between' operator ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462003#M172514</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;sum( {$&amp;lt;Cust = {"=Sum({1&amp;lt;Year = {2012}&amp;gt;} Val ) &amp;gt;= 15 and Sum({1&amp;lt;Year = {2012}&amp;gt;} Val ) &amp;lt;= 20"}&amp;gt;} Val )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the Attached App..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2013 11:59:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-28T11:59:55Z</dc:date>
    <item>
      <title>Set analysis with 'between' operator ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/461999#M172510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following set analysis for Year 2013&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Cust={"=Sum({1&amp;lt;Year={2012}&amp;gt;} Val) &lt;STRONG&gt;&lt;SPAN style="color: #333333;"&gt;&amp;lt;= 20&lt;/SPAN&gt;"&lt;/STRONG&gt;}&amp;gt;} Val)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I also have to include another filter for Sum({1&amp;lt;Year={2012}&amp;gt;} Val) &lt;STRONG&gt;&amp;gt;= 15&lt;/STRONG&gt;"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, something like this:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Cust={"=Sum({1&amp;lt;Year={2012}&amp;gt;} Val) &lt;STRONG&gt;between 15 and 20&lt;/STRONG&gt;"}&amp;gt;} Val)&lt;/P&gt;&lt;P&gt;which is of course not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could use 2 expressions but is there a better and nicer way in only one expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 10:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/461999#M172510</guid>
      <dc:creator>dvasseur</dc:creator>
      <dc:date>2013-01-28T10:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with 'between' operator ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462000#M172511</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&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Cust={"=Sum({1&amp;lt;Year={2012}&amp;gt;} Val) &lt;STRONG&gt;&amp;gt;=15 &amp;lt;=20&lt;/STRONG&gt;"}&amp;gt;} Val)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//GG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 11:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462000#M172511</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2013-01-28T11:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with 'between' operator ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462001#M172512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gandalf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried this, it's not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx anyway !&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 11:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462001#M172512</guid>
      <dc:creator>dvasseur</dc:creator>
      <dc:date>2013-01-28T11:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with 'between' operator ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462002#M172513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;Year={2012},Val={"&amp;gt;=15&amp;lt;=20"}&amp;gt;}Val)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 11:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462002#M172513</guid>
      <dc:creator>sreenivas</dc:creator>
      <dc:date>2013-01-28T11:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with 'between' operator ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462003#M172514</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;sum( {$&amp;lt;Cust = {"=Sum({1&amp;lt;Year = {2012}&amp;gt;} Val ) &amp;gt;= 15 and Sum({1&amp;lt;Year = {2012}&amp;gt;} Val ) &amp;lt;= 20"}&amp;gt;} Val )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the Attached App..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 11:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462003#M172514</guid>
      <dc:creator />
      <dc:date>2013-01-28T11:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with 'between' operator ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462004#M172515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bhaskar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I tried that but I should have missed something because, indeed, it's working, thanks !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 12:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462004#M172515</guid>
      <dc:creator>dvasseur</dc:creator>
      <dc:date>2013-01-28T12:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with 'between' operator ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462005#M172516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Cust={"=Sum({1&amp;lt;Year={2012}&amp;gt;} Val) &amp;lt;= 20"}&amp;gt; * &amp;lt;Cust={"=Sum({1&amp;lt;Year={2012}&amp;gt;} Val) &amp;gt; 15"} &amp;gt; } Val)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 13:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-between-operator/m-p/462005#M172516</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2013-01-28T13:25:12Z</dc:date>
    </item>
  </channel>
</rss>

