<?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 Replace null values with 0 dynamically in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Replace-null-values-with-0-dynamically/m-p/2162505#M94359</link>
    <description>&lt;P&gt;I have a table that each once in a while we add a new column, i cannot keep adding columns one by one putting that if( isnull(), 0, column) as column&lt;/P&gt;
&lt;P&gt;i want to turn it to do it dynamically for all the columns of the table whenever there is null value replace it with 0&lt;/P&gt;
&lt;P&gt;How?&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jan 2024 16:01:37 GMT</pubDate>
    <dc:creator>h2bi</dc:creator>
    <dc:date>2024-01-17T16:01:37Z</dc:date>
    <item>
      <title>Replace null values with 0 dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-null-values-with-0-dynamically/m-p/2162505#M94359</link>
      <description>&lt;P&gt;I have a table that each once in a while we add a new column, i cannot keep adding columns one by one putting that if( isnull(), 0, column) as column&lt;/P&gt;
&lt;P&gt;i want to turn it to do it dynamically for all the columns of the table whenever there is null value replace it with 0&lt;/P&gt;
&lt;P&gt;How?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 16:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-null-values-with-0-dynamically/m-p/2162505#M94359</guid>
      <dc:creator>h2bi</dc:creator>
      <dc:date>2024-01-17T16:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Replace null values with 0 dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-null-values-with-0-dynamically/m-p/2162523#M94363</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;NullAsValue *;&lt;BR /&gt;SET NullValue='0';&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/NullAsValue.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/NullAsValue.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 16:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-null-values-with-0-dynamically/m-p/2162523#M94363</guid>
      <dc:creator>kfoudhaily</dc:creator>
      <dc:date>2024-01-17T16:35:20Z</dc:date>
    </item>
  </channel>
</rss>

