<?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 Merge of Blank/Empty values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Merge-of-Blank-Empty-values/m-p/1948645#M78186</link>
    <description>&lt;P&gt;Hello Qlik Geeks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to merge blank/empty values of a field &lt;STRONG&gt;RI&lt;/STRONG&gt; to 'N' . I am using the below script to do that and it is not working. May I know what am i missing here ? Thank you in Advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If(Isnull(RI), 'N', RI) as RI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CVR_1-1656341761035.png" style="width: 207px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82756iC00CA9494D8DB2C3/image-dimensions/207x158?v=v2" width="207" height="158" role="button" title="CVR_1-1656341761035.png" alt="CVR_1-1656341761035.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;CVR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2022 15:10:53 GMT</pubDate>
    <dc:creator>CVR</dc:creator>
    <dc:date>2022-06-27T15:10:53Z</dc:date>
    <item>
      <title>Merge of Blank/Empty values</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-of-Blank-Empty-values/m-p/1948645#M78186</link>
      <description>&lt;P&gt;Hello Qlik Geeks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to merge blank/empty values of a field &lt;STRONG&gt;RI&lt;/STRONG&gt; to 'N' . I am using the below script to do that and it is not working. May I know what am i missing here ? Thank you in Advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If(Isnull(RI), 'N', RI) as RI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CVR_1-1656341761035.png" style="width: 207px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82756iC00CA9494D8DB2C3/image-dimensions/207x158?v=v2" width="207" height="158" role="button" title="CVR_1-1656341761035.png" alt="CVR_1-1656341761035.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;CVR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 15:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-of-Blank-Empty-values/m-p/1948645#M78186</guid>
      <dc:creator>CVR</dc:creator>
      <dc:date>2022-06-27T15:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Merge of Blank/Empty values</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-of-Blank-Empty-values/m-p/1948651#M78187</link>
      <description>&lt;P&gt;A blank is not a null...&lt;/P&gt;
&lt;P&gt;Try using Len(RI)=0 or, if there's a whitespace, Len(Trim(RI))=0&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 15:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-of-Blank-Empty-values/m-p/1948651#M78187</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-27T15:14:03Z</dc:date>
    </item>
  </channel>
</rss>

