<?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: Blank Data required in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Blank-Data-required/m-p/1944124#M77802</link>
    <description>&lt;P&gt;Assuming you are working within a table (not a pivot) and these are measures, those approaches should work as you expect (you could also use Coalesce(column,'NA')).&lt;/P&gt;
&lt;P&gt;Could you elaborate on what exactly it is you're doing, in what object type and what context?&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 15:12:03 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2022-06-15T15:12:03Z</dc:date>
    <item>
      <title>Blank Data required</title>
      <link>https://community.qlik.com/t5/App-Development/Blank-Data-required/m-p/1944119#M77800</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am having a column which has blank values. I don't want to remove that. I need to count that. So I used formulas like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(isnull(column),'NA',column) and if(len(column)&amp;gt;0,column, 'NA')..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but still my table column is not showing NA as value.. showing blank ( - ) value&lt;/P&gt;
&lt;P&gt;Anyway to fix this&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 15:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Blank-Data-required/m-p/1944119#M77800</guid>
      <dc:creator>Karthick30</dc:creator>
      <dc:date>2022-06-15T15:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Blank Data required</title>
      <link>https://community.qlik.com/t5/App-Development/Blank-Data-required/m-p/1944124#M77802</link>
      <description>&lt;P&gt;Assuming you are working within a table (not a pivot) and these are measures, those approaches should work as you expect (you could also use Coalesce(column,'NA')).&lt;/P&gt;
&lt;P&gt;Could you elaborate on what exactly it is you're doing, in what object type and what context?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 15:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Blank-Data-required/m-p/1944124#M77802</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-15T15:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Blank Data required</title>
      <link>https://community.qlik.com/t5/App-Development/Blank-Data-required/m-p/1944126#M77803</link>
      <description>&lt;P&gt;why not just this?&amp;nbsp; i'll add a trim just incase its blank spaces...&amp;nbsp; i&lt;SPAN&gt;f(len(trim(column))&amp;gt;0,column, 'NA')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 15:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Blank-Data-required/m-p/1944126#M77803</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2022-06-15T15:15:20Z</dc:date>
    </item>
  </channel>
</rss>

