<?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 Populate the Value to Null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Populate-the-Value-to-Null/m-p/1831679#M1214591</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to set the value for the NULL. Kindly help me out. For "-", need to set as 4 for CPAPotential field.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dineshm030_0-1630050709507.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60867i29E1809BB7D4F067/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dineshm030_0-1630050709507.png" alt="dineshm030_0-1630050709507.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Dinesh Kumar.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Aug 2021 07:53:38 GMT</pubDate>
    <dc:creator>dineshm030</dc:creator>
    <dc:date>2021-08-27T07:53:38Z</dc:date>
    <item>
      <title>Populate the Value to Null</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-Value-to-Null/m-p/1831679#M1214591</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to set the value for the NULL. Kindly help me out. For "-", need to set as 4 for CPAPotential field.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dineshm030_0-1630050709507.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60867i29E1809BB7D4F067/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dineshm030_0-1630050709507.png" alt="dineshm030_0-1630050709507.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Dinesh Kumar.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 07:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-Value-to-Null/m-p/1831679#M1214591</guid>
      <dc:creator>dineshm030</dc:creator>
      <dc:date>2021-08-27T07:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Populate the Value to Null</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-Value-to-Null/m-p/1831756#M1214603</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16771"&gt;@dineshm030&lt;/a&gt;, I recommend to use the Coalesce() function, for example: Coalesce(CPAPotential, 4)&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 12:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-Value-to-Null/m-p/1831756#M1214603</guid>
      <dc:creator>JuanGerardo</dc:creator>
      <dc:date>2021-08-27T12:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Populate the Value to Null</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-Value-to-Null/m-p/1831910#M1214613</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alt(CPAPotential, 4) &amp;lt;-- if CPAPotential is numeric&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/alt.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/alt.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 00:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-Value-to-Null/m-p/1831910#M1214613</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-08-28T00:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Populate the Value to Null</title>
      <link>https://community.qlik.com/t5/QlikView/Populate-the-Value-to-Null/m-p/1831933#M1214618</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;is right as Coalesce() function is not in QlikView. I didn't notice this is not a Qlik Sense thread&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;BTW, in case CPAPotential were not numeric, you could use Match() instead.&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 09:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Populate-the-Value-to-Null/m-p/1831933#M1214618</guid>
      <dc:creator>JuanGerardo</dc:creator>
      <dc:date>2021-08-28T09:29:08Z</dc:date>
    </item>
  </channel>
</rss>

