<?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 how to write set expression for the given situation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-write-set-expression-for-the-given-situation/m-p/1291758#M403772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to get count of id whose sum(dollar)&amp;lt;15.&amp;nbsp; how to write set expression for it???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example : sum(dollar)&amp;lt; 15 is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id= 4 , sum(dollar)=7&lt;/P&gt;&lt;P&gt;id=3, sum(dollar)=14&lt;/P&gt;&lt;P&gt;so these are less than 15 . so output should be 2.&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/151957_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Feb 2017 17:24:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-03T17:24:47Z</dc:date>
    <item>
      <title>how to write set expression for the given situation</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-set-expression-for-the-given-situation/m-p/1291758#M403772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to get count of id whose sum(dollar)&amp;lt;15.&amp;nbsp; how to write set expression for it???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example : sum(dollar)&amp;lt; 15 is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id= 4 , sum(dollar)=7&lt;/P&gt;&lt;P&gt;id=3, sum(dollar)=14&lt;/P&gt;&lt;P&gt;so these are less than 15 . so output should be 2.&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/151957_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 17:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-set-expression-for-the-given-situation/m-p/1291758#M403772</guid>
      <dc:creator />
      <dc:date>2017-02-03T17:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to write set expression for the given situation</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-set-expression-for-the-given-situation/m-p/1291759#M403773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your Dim as ID&lt;/P&gt;&lt;P&gt;and Expr as = Sum({&amp;lt;ID = {"=Sum(dollar) &amp;lt; 15"} &amp;gt;}dollar)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 17:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-set-expression-for-the-given-situation/m-p/1291759#M403773</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-03T17:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to write set expression for the given situation</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-set-expression-for-the-given-situation/m-p/1291760#M403774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will fit your requirement...&lt;/P&gt;&lt;P&gt;AGGR(Sum({&amp;lt;ID = {"=Sum(DOLLAR) &amp;lt; 15"} &amp;gt;}DOLLAR),ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 18:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-set-expression-for-the-given-situation/m-p/1291760#M403774</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-02-03T18:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to write set expression for the given situation</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-set-expression-for-the-given-situation/m-p/1291761#M403775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=count(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;{$ &amp;lt; id={"=sum(dollar)&amp;lt;15"} &amp;gt;} &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;distinct id)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 18:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-set-expression-for-the-given-situation/m-p/1291761#M403775</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-02-03T18:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to write set expression for the given situation</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-set-expression-for-the-given-situation/m-p/1291762#M403776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot , very helpful&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2017 05:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-set-expression-for-the-given-situation/m-p/1291762#M403776</guid>
      <dc:creator />
      <dc:date>2017-02-04T05:55:59Z</dc:date>
    </item>
  </channel>
</rss>

