<?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: Why i insert sale={'0'} into my SET expression , it unable filter off those row with zero ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098508#M18505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Column(2) means 2nd expression... if value is other than 0 then only 1st expression will give you value otherwise null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 08:31:12 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2016-06-23T08:31:12Z</dc:date>
    <item>
      <title>Why i insert sale={'0'} into my SET expression , it unable filter off those row with zero ?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098503#M18500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TABLE 1 EXPRESSION IS OKAY :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;year = {$(=Max(year)-1)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}sales/Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;=&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}sales/Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}sales/Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN ORDER TO FILTER OFF ZERO ROW , I ADD sale={'0'} TO ABOVE EXPRESSION :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;year = {$(=Max(year)-1)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'},sale={'0'}&amp;gt;} month))"}&amp;gt;}sales/Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;=&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'},sale={'0'}&amp;gt;} month))"}&amp;gt;}sales/Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'},sale={'0'}&amp;gt;} month))"}&amp;gt;}sales/Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it never work. See Table 2., Now it display total 18 company , i need it display only 1 to 3 row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098503#M18500</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-23T07:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why i insert sale={'0'} into my SET expression , it unable filter off those row with zero ?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098504#M18501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098504#M18501</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-23T07:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why i insert sale={'0'} into my SET expression , it unable filter off those row with zero ?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098505#M18502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your first expression as below&lt;/P&gt;&lt;P&gt;IF(Column(2), if(&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;year = {$(=Max(year)-0)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}sales/Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;=&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;year = {$(=Max(year)-1)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}sales/Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;year = {$(=Max(year)-1)}, month = {"&amp;lt;=$(=Max({&amp;lt;year={$(=Max(year))}, sales = {'*'}&amp;gt;} month))"}&amp;gt;}sales/Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get result like below..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128944_Capture.JPG" style="height: 241px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098505#M18502</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-23T07:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why i insert sale={'0'} into my SET expression , it unable filter off those row with zero ?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098506#M18503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very smart move. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098506#M18503</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-23T08:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why i insert sale={'0'} into my SET expression , it unable filter off those row with zero ?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098507#M18504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share with me what is the meaning for below script ?&lt;/P&gt;&lt;P&gt;IF(Column(2), if(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i ready don't know where to start to modify your script , so that i can list row 8 till 27 , as i also need the list of customer stop buiuying .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098507#M18504</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-23T08:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why i insert sale={'0'} into my SET expression , it unable filter off those row with zero ?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098508#M18505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Column(2) means 2nd expression... if value is other than 0 then only 1st expression will give you value otherwise null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-i-insert-sale-0-into-my-SET-expression-it-unable-filter-off/m-p/1098508#M18505</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-23T08:31:12Z</dc:date>
    </item>
  </channel>
</rss>

