<?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: Suppress rows depending on the value of a particular expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743441#M265515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you can deal with the concern of requiring unique values in the Dimensions by specifying all Dimensions in the aggr. For example, you could code the first Dim as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(sum(Expression3)&amp;gt;30, Dim1), Dim1, Dim2, Dim3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then suppress when null. You would only need to do this for one Dimension, just include the complete list of Dims in the aggr. See attached,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 03:44:51 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-03-19T03:44:51Z</dc:date>
    <item>
      <title>Suppress rows depending on the value of a particular expression</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743437#M265511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table with 6 dims and 20 expressions .Its a detailed table I building for the business users who plan to export it to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the table&amp;nbsp; shows all the rows ,I only want to show the rows when a particular expression has the value '1' in it and suppress when the value of this expression is zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can use something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( my expression &amp;lt; 1 , null(),expression),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This approach means I have to code this in all 20 expressions present in the table ,which is a real pain in the neck ;-(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm planning to create 80 charts of the same type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can start a new thread from here any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 15:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743437#M265511</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2015-03-18T15:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress rows depending on the value of a particular expression</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743438#M265512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swarup, if your last dimension has unique values (not the same value in different segments) you can transform your last dimension to a conditional dimension like:&lt;/P&gt;&lt;P&gt;Aggr(If(your_expression&amp;gt;0, DimensionFieldName), DimensionFieldName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 15:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743438#M265512</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-18T15:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress rows depending on the value of a particular expression</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743439#M265513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try variablizing a portion of that expression '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if ( my expression &amp;lt; 1,null() '&amp;nbsp; and combining that in the expression editor for a little less neck pain ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or consider doing it in a dimension if you only have a few of those but it could introduce some slower performance (with aggr() etc..)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 15:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743439#M265513</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-18T15:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress rows depending on the value of a particular expression</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743440#M265514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you ! Guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743440#M265514</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2015-03-18T16:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress rows depending on the value of a particular expression</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743441#M265515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you can deal with the concern of requiring unique values in the Dimensions by specifying all Dimensions in the aggr. For example, you could code the first Dim as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(sum(Expression3)&amp;gt;30, Dim1), Dim1, Dim2, Dim3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then suppress when null. You would only need to do this for one Dimension, just include the complete list of Dims in the aggr. See attached,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 03:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743441#M265515</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-03-19T03:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress rows depending on the value of a particular expression</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743442#M265516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you ! Guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 21:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-rows-depending-on-the-value-of-a-particular-expression/m-p/743442#M265516</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2015-03-20T21:25:06Z</dc:date>
    </item>
  </channel>
</rss>

