<?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: Replace Null Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-Null-Values/m-p/1557363#M743553</link>
    <description>You can load the field takin the alt function.&lt;BR /&gt;&lt;BR /&gt;ALT(HR_Active, 'Your alternative value') as HR_Active,</description>
    <pubDate>Fri, 15 Mar 2019 18:20:15 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-03-15T18:20:15Z</dc:date>
    <item>
      <title>Replace Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Null-Values/m-p/1557264#M743551</link>
      <description>&lt;P&gt;I have the below script loading data from two excel sheets.&amp;nbsp; the "AD" table does not have the "HR_Active" field so once the two tables are joined there are a lot of Null values.&amp;nbsp; I would like to replace all the Null Values in the HR_Active field with a value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AD:&lt;/P&gt;&lt;P&gt;LOAD DisplayName, AccountExpirationDate, mail, EmployeeNumber, Description, Enabled,&lt;BR /&gt;extensionAttribute11 as WorkDayID, SamAccountName&lt;BR /&gt;FROM&lt;BR /&gt;[\\NACL60\users_kl\koczeja\QlikView Windows 10 Reports\Canada AD Review\CA01_AD_Export_3_14.csv]&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;HR:&lt;/P&gt;&lt;P&gt;LOAD [Employee ID] as WorkDayID, [Legacy Employee ID], Worker, [Legal Name], [Worker's Manager], [Job Title],&lt;BR /&gt;[Email - Work], HR_Active&lt;BR /&gt;FROM&lt;BR /&gt;[\\NACL60\users_kl\koczeja\QlikView Windows 10 Reports\Canada AD Review\Employee_List_-_HR (56).xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Employee List - HR]);&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Null-Values/m-p/1557264#M743551</guid>
      <dc:creator>JKoczeniak</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Null-Values/m-p/1557292#M743552</link>
      <description>Hi,&lt;BR /&gt;There are two possible solution:&lt;BR /&gt;1) If statement&lt;BR /&gt;if(isnull(HR_Active), 'Your Value', HR_Active) AS HR_Active&lt;BR /&gt;2) You can use NULLASVALUE function&lt;BR /&gt;Add variable at the start of the script&lt;BR /&gt;Set NullValue = 'Your Value';&lt;BR /&gt;Write list of fields were nulls should be replaced&lt;BR /&gt;NULLASVALUE HR_Active&lt;BR /&gt;&lt;BR /&gt;This way allows load data without if statement&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vitalii&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2019 15:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Null-Values/m-p/1557292#M743552</guid>
      <dc:creator>vitaliichupryna</dc:creator>
      <dc:date>2019-03-15T15:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Null-Values/m-p/1557363#M743553</link>
      <description>You can load the field takin the alt function.&lt;BR /&gt;&lt;BR /&gt;ALT(HR_Active, 'Your alternative value') as HR_Active,</description>
      <pubDate>Fri, 15 Mar 2019 18:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Null-Values/m-p/1557363#M743553</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-15T18:20:15Z</dc:date>
    </item>
  </channel>
</rss>

