<?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: Suppressing Rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547347#M204453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps try sum ({&amp;lt;sales = {'&amp;gt;=0'}&amp;gt;}sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jan 2014 01:13:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-03T01:13:08Z</dc:date>
    <item>
      <title>Suppressing Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547346#M204452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement to suppress any row in a chart if any of the expression values is negative. Do I need to put IF in each Expression ? or there's a better way to handle this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="643"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="37"&gt;Type&lt;/TD&gt;&lt;TD width="101"&gt;Industry1 Sales&lt;/TD&gt;&lt;TD width="101"&gt;Industry2 Sales&lt;/TD&gt;&lt;TD width="101"&gt;Industry3 Sales&lt;/TD&gt;&lt;TD width="101"&gt;Industry4 Sales&lt;/TD&gt;&lt;TD width="101"&gt;Industry5 Sales&lt;/TD&gt;&lt;TD width="101"&gt;Industry6 Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;95&lt;/TD&gt;&lt;TD align="right"&gt;5&lt;/TD&gt;&lt;TD align="right"&gt;-2&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;TD align="right"&gt;84&lt;/TD&gt;&lt;TD align="right"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;TD align="right"&gt;-1&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;587&lt;/TD&gt;&lt;TD align="right"&gt;56&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;TD align="right"&gt;8&lt;/TD&gt;&lt;TD align="right"&gt;95&lt;/TD&gt;&lt;TD align="right"&gt;24&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above example, I need to show only one row having Type as 'B' since rest of the rows are having negative values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I write IF condition in each expression that would be like looking for all 6 Expressions in each Expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 23:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547346#M204452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-02T23:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547347#M204453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps try sum ({&amp;lt;sales = {'&amp;gt;=0'}&amp;gt;}sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 01:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547347#M204453</guid>
      <dc:creator />
      <dc:date>2014-01-03T01:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547348#M204454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I see, you either need to add set analysis to each of your expressions to filter only your positive sales, or add if() statements to each of your expressions (which can reference an expression in a separate hidden column, if you want).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 01:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547348#M204454</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-01-03T01:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547349#M204455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 02:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547349#M204455</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-03T02:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547350#M204456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using personal edition, please share the expression script ,it helpful for us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 06:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547350#M204456</guid>
      <dc:creator />
      <dc:date>2014-01-03T06:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547351#M204457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dimension is Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My &lt;SPAN style="text-decoration: underline;"&gt;first&lt;/SPAN&gt; expression is FLAG:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Sum([Industry1 Sales])=0,1,Sum([Industry1 Sales]))*&lt;/P&gt;&lt;P&gt;If(Sum([Industry2 Sales])=0,1,Sum([Industry2 Sales]))*&lt;/P&gt;&lt;P&gt;If(Sum([Industry3 Sales])=0,1,Sum([Industry3 Sales]))*&lt;/P&gt;&lt;P&gt;If(Sum([Industry4 Sales])=0,1,Sum([Industry4 Sales]))*&lt;/P&gt;&lt;P&gt;If(Sum([Industry5 Sales])=0,1,Sum([Industry5 Sales]))*&lt;/P&gt;&lt;P&gt;If(Sum([Industry6 Sales])=0,1,Sum([Industry6 Sales]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I have my Dimension Limits set to&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/51047_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Then I hide the expression&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/51048_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 13:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547351#M204457</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-03T13:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547352#M204458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivan shows us a very interesting option.&lt;/P&gt;&lt;P&gt;A more compact FLAG could be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fabs((Sum([Industry1 Sales])&amp;gt;=0)*&lt;/P&gt;&lt;P&gt;(Sum([Industry2 Sales])&amp;gt;=0)*&lt;/P&gt;&lt;P&gt;(Sum([Industry3 Sales])&amp;gt;=0)*&lt;/P&gt;&lt;P&gt;(Sum([Industry4 Sales])&amp;gt;=0)*&lt;/P&gt;&lt;P&gt;(Sum([Industry5 Sales])&amp;gt;=0)*&lt;/P&gt;&lt;P&gt;(Sum([Industry6 Sales])&amp;gt;=0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 14:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547352#M204458</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-01-03T14:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547353#M204459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another one is to multiply all expressions in an other column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there is one 0 value the result will be 0&lt;/P&gt;&lt;P&gt;So you can put play only with this column to shwo the line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 14:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppressing-Rows/m-p/547353#M204459</guid>
      <dc:creator />
      <dc:date>2014-01-03T14:33:19Z</dc:date>
    </item>
  </channel>
</rss>

