<?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: Adding the units of a null dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516771#M62568</link>
    <description>&lt;P&gt;If the &lt;STRONG&gt;Include null values&lt;/STRONG&gt; option for the dimension is enabled then sum(Qty) should suffice.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Dec 2018 13:24:11 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2018-12-05T13:24:11Z</dc:date>
    <item>
      <title>Adding the units of a null dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516765#M62566</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;My dimension is: Outscan date&lt;/P&gt;&lt;P&gt;My measure is: Qty&lt;/P&gt;&lt;P&gt;In Qliksense, how do i add the Qty of the null values of outscan date?&lt;/P&gt;&lt;P&gt;Eg: if(isNull[Outscan Date],sum(Qty))?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516765#M62566</guid>
      <dc:creator>Giselle100</dc:creator>
      <dc:date>2024-11-16T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the units of a null dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516771#M62568</link>
      <description>&lt;P&gt;If the &lt;STRONG&gt;Include null values&lt;/STRONG&gt; option for the dimension is enabled then sum(Qty) should suffice.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 13:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516771#M62568</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-12-05T13:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the units of a null dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516773#M62569</link>
      <description>&lt;P&gt;I need to know the difference between the values that have a date and the values that do not have a date&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 13:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516773#M62569</guid>
      <dc:creator>Giselle100</dc:creator>
      <dc:date>2018-12-05T13:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the units of a null dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516774#M62570</link>
      <description>&lt;P&gt;May be you need this&lt;/P&gt;&lt;PRE&gt;Sum(Qty) - Sum({&amp;lt;[&lt;SPAN&gt;Outscan date] &lt;/SPAN&gt;= {"*"}&amp;gt;}Qty)&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Dec 2018 13:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516774#M62570</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-05T13:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the units of a null dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516775#M62571</link>
      <description>&lt;P&gt;total: sum(Qty)&lt;/P&gt;&lt;P&gt;total where Outscan Date has a value: sum({&amp;lt;[Outscan Date]={"*"}&amp;gt;}Qty)&lt;/P&gt;&lt;P&gt;total where Outscan Date has no value: sum({&amp;lt;[Outscan Date]-={"*"}&amp;gt;}Qty)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 13:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516775#M62571</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-12-05T13:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the units of a null dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516776#M62572</link>
      <description>Hey Gysbert -&lt;BR /&gt;&lt;BR /&gt;Will this really work if Outscan Date is truly null?&lt;BR /&gt;total where Outscan Date has no value: sum({&amp;lt;[Outscan Date]-={"*"}&amp;gt;}Qty)</description>
      <pubDate>Wed, 05 Dec 2018 13:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516776#M62572</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-05T13:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the units of a null dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516777#M62573</link>
      <description>&lt;P&gt;Thanks, worked perfectly&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 13:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516777#M62573</guid>
      <dc:creator>Giselle100</dc:creator>
      <dc:date>2018-12-05T13:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the units of a null dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516781#M62574</link>
      <description>This worked perfectly, thanks</description>
      <pubDate>Wed, 05 Dec 2018 13:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-the-units-of-a-null-dimension/m-p/1516781#M62574</guid>
      <dc:creator>Giselle100</dc:creator>
      <dc:date>2018-12-05T13:31:25Z</dc:date>
    </item>
  </channel>
</rss>

