<?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: Scripting - Filling Null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scripting-Filling-Null-values/m-p/1742132#M1313793</link>
    <description>&lt;P&gt;I think you will need the following:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/StringFunctions/SubField.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/StringFunctions/SubField.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The other option may be a Mapping load I think:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192&lt;/A&gt;&lt;/P&gt;&lt;P&gt;About the best I have to try to get you on the right track with things, there are likely other ways as well.&amp;nbsp; if you did not search Community for prior posts, try that too, as I know there are others out there like this.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2020 19:16:01 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-09-08T19:16:01Z</dc:date>
    <item>
      <title>Scripting - Filling Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Filling-Null-values/m-p/1738917#M1313791</link>
      <description>&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;Have kind of basic question i guess&amp;nbsp;&lt;BR /&gt;Need help&lt;/P&gt;&lt;P&gt;I have table with 2 fields&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID's&amp;nbsp; &amp;nbsp; &amp;nbsp; Name&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Apple&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Orange&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Mango&lt;/P&gt;&lt;P&gt;1_1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&lt;/P&gt;&lt;P&gt;1_2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&lt;/P&gt;&lt;P&gt;1_3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&lt;/P&gt;&lt;P&gt;2_2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&lt;/P&gt;&lt;P&gt;3_1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&lt;/P&gt;&lt;P&gt;3_2&amp;nbsp; &amp;nbsp; &amp;nbsp; -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have above table where Names are&amp;nbsp; null for 1_1 , 1_2 ,1_3 ,2_2,3_1,3_2&lt;/P&gt;&lt;P&gt;I could require below table as output ( To be done in Backend )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID's&amp;nbsp; &amp;nbsp; &amp;nbsp; Name&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Apple&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Orange&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Mango&lt;/P&gt;&lt;P&gt;1_1&amp;nbsp; &amp;nbsp; &amp;nbsp; Apple&lt;/P&gt;&lt;P&gt;1_2&amp;nbsp; &amp;nbsp; &amp;nbsp; Apple&lt;/P&gt;&lt;P&gt;1_3&amp;nbsp; &amp;nbsp; &amp;nbsp;Apple&lt;/P&gt;&lt;P&gt;2_2&amp;nbsp; &amp;nbsp;Orange&lt;/P&gt;&lt;P&gt;3_1&amp;nbsp; Mango&lt;/P&gt;&lt;P&gt;3_2&amp;nbsp; &amp;nbsp;Mango&lt;/P&gt;&lt;P&gt;Basically&amp;nbsp; for the null values , based on left of ( before underscore ex 1_1 , 2_2)&amp;nbsp; and map with above ID's and get the names&lt;/P&gt;&lt;P&gt;Advance Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Filling-Null-values/m-p/1738917#M1313791</guid>
      <dc:creator>Ramsingh</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting - Filling Null values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Filling-Null-values/m-p/1742132#M1313793</link>
      <description>&lt;P&gt;I think you will need the following:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/StringFunctions/SubField.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/StringFunctions/SubField.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The other option may be a Mapping load I think:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192&lt;/A&gt;&lt;/P&gt;&lt;P&gt;About the best I have to try to get you on the right track with things, there are likely other ways as well.&amp;nbsp; if you did not search Community for prior posts, try that too, as I know there are others out there like this.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 19:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Filling-Null-values/m-p/1742132#M1313793</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-08T19:16:01Z</dc:date>
    </item>
  </channel>
</rss>

