<?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 Filter out NULL values in script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-out-NULL-values-in-script/m-p/1825092#M67787</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So I've filtered on certain values in my customer dimension table where wildmatch(FieldA, value1, value2, value3) however, I these values still show up as NULLs in my data for my Sales fact table. I can opt to exclude null values in my pivot table but not in my KPI without a set analysis.&lt;/P&gt;&lt;P&gt;Is there a way that I can exclude these values entirely? Not that they appear as null records in my data.&lt;/P&gt;&lt;P&gt;Any info is appreciated! Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jul 2021 09:26:41 GMT</pubDate>
    <dc:creator>TDQlik</dc:creator>
    <dc:date>2021-07-28T09:26:41Z</dc:date>
    <item>
      <title>Filter out NULL values in script</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-out-NULL-values-in-script/m-p/1825092#M67787</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So I've filtered on certain values in my customer dimension table where wildmatch(FieldA, value1, value2, value3) however, I these values still show up as NULLs in my data for my Sales fact table. I can opt to exclude null values in my pivot table but not in my KPI without a set analysis.&lt;/P&gt;&lt;P&gt;Is there a way that I can exclude these values entirely? Not that they appear as null records in my data.&lt;/P&gt;&lt;P&gt;Any info is appreciated! Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 09:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-out-NULL-values-in-script/m-p/1825092#M67787</guid>
      <dc:creator>TDQlik</dc:creator>
      <dc:date>2021-07-28T09:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out NULL values in script</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-out-NULL-values-in-script/m-p/1825099#M67789</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You are filtered in the dimension table only but not in the sales fact table. So either you can try like below to remove the script.&lt;/P&gt;&lt;P&gt;Hope&amp;nbsp;FieldA occurs in both dimension &amp;amp; fact table.&lt;/P&gt;&lt;P&gt;Inner Keep (Dimtablename)&lt;/P&gt;&lt;P&gt;Load * from yoursalesfacttable;&lt;/P&gt;&lt;P&gt;-----------&lt;/P&gt;&lt;P&gt;or,&lt;/P&gt;&lt;P&gt;Load * from yoursalesfacttable where exists(FieldA);&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;If you want to do in Front end, try like below&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;FieldA={"*"}&amp;gt;}Urexpression)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 09:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-out-NULL-values-in-script/m-p/1825099#M67789</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-07-28T09:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out NULL values in script</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-out-NULL-values-in-script/m-p/1825216#M67806</link>
      <description>&lt;P&gt;Hi Mayil,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your assistance. I've managed to figure it out. I loaded my dimension table before my fact table and I used left keep. The field does not appear in the fact table.&lt;/P&gt;&lt;P&gt;[Dimension]:&lt;/P&gt;&lt;P&gt;Load *&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM dimension&lt;/P&gt;&lt;P&gt;Where FieldA &amp;lt;&amp;gt; Value1;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;Left Keep (Dimension)&lt;/P&gt;&lt;P&gt;LOAD*&lt;/P&gt;&lt;P&gt;FROM Fact;&lt;/P&gt;&lt;P&gt;Thanks anyway &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 14:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-out-NULL-values-in-script/m-p/1825216#M67806</guid>
      <dc:creator>TDQlik</dc:creator>
      <dc:date>2021-07-28T14:25:39Z</dc:date>
    </item>
  </channel>
</rss>

