<?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: Filtering off an Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-off-an-Expression/m-p/1458159#M435570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dimensión:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(VarA_B &amp;lt;&amp;gt; 0, [GL Code], null())&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;VarA_B is &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A to B Variance expression.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188767_Captura.PNG" style="height: 446px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2018 16:31:11 GMT</pubDate>
    <dc:creator>jhoef-pv</dc:creator>
    <dc:date>2018-01-03T16:31:11Z</dc:date>
    <item>
      <title>Filtering off an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-off-an-Expression/m-p/1458157#M435568</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;I'm trying to build a filter based off an expression field.&amp;nbsp; The field shows the net amount between two other values and I want to create a filter to exclude any records that return a zero amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The filter needs to be dynamic as I will be using other filters to limit the data set.&amp;nbsp; The full table contains other data points so I can't use the suppress zero values option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have the chart below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="t1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188765_t1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select a filter to reduce data in A Net, the table changes to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="t2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/188766_t2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the filter to now see the 0 variance in A to B Variance and drop the record from the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know of a way to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 15:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-off-an-Expression/m-p/1458157#M435568</guid>
      <dc:creator>ysiroong</dc:creator>
      <dc:date>2018-01-03T15:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering off an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-off-an-Expression/m-p/1458158#M435569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(A to B Variance Expression &amp;lt;&amp;gt; 0, A Net Expression)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(A to B Variance Expression &amp;lt;&amp;gt; 0, B Net Expression)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A to B Variance Expression&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use a calculated dimension like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(A to B Variance Expression &amp;lt;&amp;gt; 0, [GL Code]), [GL Code])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 16:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-off-an-Expression/m-p/1458158#M435569</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-03T16:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering off an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-off-an-Expression/m-p/1458159#M435570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dimensión:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(VarA_B &amp;lt;&amp;gt; 0, [GL Code], null())&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;VarA_B is &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A to B Variance expression.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188767_Captura.PNG" style="height: 446px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 16:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-off-an-Expression/m-p/1458159#M435570</guid>
      <dc:creator>jhoef-pv</dc:creator>
      <dc:date>2018-01-03T16:31:11Z</dc:date>
    </item>
  </channel>
</rss>

