<?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: Null Values in Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-Values-in-Expression/m-p/1695162#M450896</link>
    <description>&lt;P&gt;this is the demo code:&lt;/P&gt;&lt;P&gt;Products:&lt;BR /&gt;load&lt;BR /&gt;*&lt;BR /&gt;inline&lt;BR /&gt;[&lt;BR /&gt;productID , productName&lt;BR /&gt;A, Apple&lt;BR /&gt;B, Banana&lt;BR /&gt;C, Car&lt;BR /&gt;D, Doll&lt;BR /&gt;E, Egg&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Revenue:&lt;BR /&gt;load&lt;BR /&gt;*&lt;BR /&gt;inline&lt;BR /&gt;[&lt;BR /&gt;Customer, productID , revenue&lt;BR /&gt;Amazon, A, 10&lt;BR /&gt;Amazon, D, 20&lt;BR /&gt;Amazon, C, 30&lt;BR /&gt;Lidl, E, 30&lt;BR /&gt;];&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2020 09:33:14 GMT</pubDate>
    <dc:creator>sebastianfaust</dc:creator>
    <dc:date>2020-04-21T09:33:14Z</dc:date>
    <item>
      <title>Null Values in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-in-Expression/m-p/1695161#M450895</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have this pivot table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sebastianfaust_0-1587461370288.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/32179iC48DA981B3993818/image-size/large?v=v2&amp;amp;px=999" role="button" title="sebastianfaust_0-1587461370288.png" alt="sebastianfaust_0-1587461370288.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i want to have a 0 instead of the dash.&lt;/P&gt;&lt;P&gt;how can i do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-in-Expression/m-p/1695161#M450895</guid>
      <dc:creator>sebastianfaust</dc:creator>
      <dc:date>2024-11-16T00:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-in-Expression/m-p/1695162#M450896</link>
      <description>&lt;P&gt;this is the demo code:&lt;/P&gt;&lt;P&gt;Products:&lt;BR /&gt;load&lt;BR /&gt;*&lt;BR /&gt;inline&lt;BR /&gt;[&lt;BR /&gt;productID , productName&lt;BR /&gt;A, Apple&lt;BR /&gt;B, Banana&lt;BR /&gt;C, Car&lt;BR /&gt;D, Doll&lt;BR /&gt;E, Egg&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Revenue:&lt;BR /&gt;load&lt;BR /&gt;*&lt;BR /&gt;inline&lt;BR /&gt;[&lt;BR /&gt;Customer, productID , revenue&lt;BR /&gt;Amazon, A, 10&lt;BR /&gt;Amazon, D, 20&lt;BR /&gt;Amazon, C, 30&lt;BR /&gt;Lidl, E, 30&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 09:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-in-Expression/m-p/1695162#M450896</guid>
      <dc:creator>sebastianfaust</dc:creator>
      <dc:date>2020-04-21T09:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-in-Expression/m-p/1703550#M451343</link>
      <description>&lt;P&gt;Check out the following Help link, believe that should get you on the right track, use the first function to specify the fields you want to include and in the second function you specify what you wish to replace Null with when encountered, so '0' in your case I believe.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ValueHandlingVariables/NullValue.htm?_ga=2.50153967.838796611.1589884643-1643229452.1560172143" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ValueHandlingVariables/NullValue.htm?_ga=2.50153967.838796611.1589884643-1643229452.1560172143&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The following Design Blog post may be of some further help too:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/NULL-The-Invisible-Nothing/ba-p/1467674" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/NULL-The-Invisible-Nothing/ba-p/1467674&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 18:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-in-Expression/m-p/1703550#M451343</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-05-19T18:10:41Z</dc:date>
    </item>
  </channel>
</rss>

