<?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: Showing blank for null values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Showing-blank-for-null-values/m-p/1860049#M70973</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95761"&gt;@aatish12345&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Is it possible to share the data?&lt;/P&gt;</description>
    <pubDate>Tue, 16 Nov 2021 18:23:57 GMT</pubDate>
    <dc:creator>abhijitnalekar</dc:creator>
    <dc:date>2021-11-16T18:23:57Z</dc:date>
    <item>
      <title>Showing blank for null values</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-blank-for-null-values/m-p/1859498#M70935</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;Currently I have 2 tables associated with each other and in front end when I was using fields from both the tables, for few records Nulls are coming. Now in order to display a blank white space for those nulls, I had used below code:&lt;/P&gt;
&lt;P&gt;NullAsValue *;&lt;/P&gt;
&lt;P&gt;Set NullValue='&amp;nbsp; ';&lt;/P&gt;
&lt;P&gt;After reloading I got few blanks and few nulls in the same field. I am not able to figure out why still nulls are showing in the field, when I wanted all the nulls should be blank.&lt;/P&gt;
&lt;P&gt;Can anyone plz help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aatish&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 17:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-blank-for-null-values/m-p/1859498#M70935</guid>
      <dc:creator>aatish12345</dc:creator>
      <dc:date>2021-11-15T17:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Showing blank for null values</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-blank-for-null-values/m-p/1860049#M70973</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95761"&gt;@aatish12345&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Is it possible to share the data?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 18:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-blank-for-null-values/m-p/1860049#M70973</guid>
      <dc:creator>abhijitnalekar</dc:creator>
      <dc:date>2021-11-16T18:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Showing blank for null values</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-blank-for-null-values/m-p/1860287#M70983</link>
      <description>&lt;P&gt;No it is not possible to share a data, but just for your understanding, want to provide some heads-up.&lt;/P&gt;
&lt;P&gt;Table1:&lt;/P&gt;
&lt;P&gt;ID, Name&lt;/P&gt;
&lt;P&gt;1, Jack&lt;/P&gt;
&lt;P&gt;2, Neil&lt;/P&gt;
&lt;P&gt;3, Alex&lt;/P&gt;
&lt;P&gt;Table 2:&lt;/P&gt;
&lt;P&gt;ID, City&lt;/P&gt;
&lt;P&gt;1, New york&lt;/P&gt;
&lt;P&gt;2, London&lt;/P&gt;
&lt;P&gt;3, Delhi&lt;/P&gt;
&lt;P&gt;4, Melbourne&lt;/P&gt;
&lt;P&gt;If the above data we took, we found that for ID 4 there won't be any name present in table1 and by default it will show as - along with grey bg. I want to show this missing data as total blank with white space, but it is not coming even after using NullAsValue function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Aatish&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 08:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-blank-for-null-values/m-p/1860287#M70983</guid>
      <dc:creator>aatish12345</dc:creator>
      <dc:date>2021-11-17T08:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Showing blank for null values</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-blank-for-null-values/m-p/1860307#M70986</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95761"&gt;@aatish12345&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;have you tried applymap?&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;I would suggest using applymap after checking provided data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;please find below the script&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;map:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD&lt;BR /&gt;ID,&lt;BR /&gt;Name&lt;BR /&gt;FROM [lib://test/Testing.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet4);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;ID,&lt;BR /&gt;City,&lt;BR /&gt;applymap('map',ID,'not found')as Name&lt;BR /&gt;FROM [lib://test/Testing.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet5);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this not work&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 09:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-blank-for-null-values/m-p/1860307#M70986</guid>
      <dc:creator>abhijitnalekar</dc:creator>
      <dc:date>2021-11-17T09:18:41Z</dc:date>
    </item>
  </channel>
</rss>

