<?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 Less then in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Less-then/m-p/475786#M480127</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;For this try intersection operator * like this, it takes intersection of Current selection and Set Analysis expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=SUM( {$&amp;lt; WeekNumber &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; { '&amp;lt;= $(vLastWeek)' } &amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Dec 2013 10:37:22 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2013-12-12T10:37:22Z</dc:date>
    <item>
      <title>Set Analysis Less then</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Less-then/m-p/475783#M480124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a set analysis to sum all sales before weeknumber 40 (40 is the result of a variable).&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;SUM( {$&amp;lt; WeekNumber = { '&amp;lt;= $(vLastWeek)' } &amp;gt;} Amount)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Now it selects all sales before week 40, also when I select in a Listbox weeks 10-20.&lt;/P&gt;&lt;P&gt;Which set analysis should I use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Less-then/m-p/475783#M480124</guid>
      <dc:creator />
      <dc:date>2013-12-12T10:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Less then</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Less-then/m-p/475784#M480125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the intersection operator:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM( {$&amp;lt; WeekNumber &lt;STRONG&gt;*=&lt;/STRONG&gt; { '&amp;lt;= $(vLastWeek)' } &amp;gt;} Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Less-then/m-p/475784#M480125</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-12T10:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Less then</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Less-then/m-p/475785#M480126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Less-then/m-p/475785#M480126</guid>
      <dc:creator />
      <dc:date>2013-12-12T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Less then</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Less-then/m-p/475786#M480127</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;For this try intersection operator * like this, it takes intersection of Current selection and Set Analysis expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=SUM( {$&amp;lt; WeekNumber &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; { '&amp;lt;= $(vLastWeek)' } &amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Less-then/m-p/475786#M480127</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-12T10:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Less then</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Less-then/m-p/475787#M480128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks jagan for explanation i new the use of + and - operator but was not aware&lt;/P&gt;&lt;P&gt;of how * works you made it clear !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Big Thanks&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Less-then/m-p/475787#M480128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-12T10:44:22Z</dc:date>
    </item>
  </channel>
</rss>

