<?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 How to search missing value on the app Qilksense? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-search-missing-value-on-the-app-Qilksense/m-p/140853#M9891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New on the community of Qliksense, i am trying to search missing value on a filed "Amount_Paid".&lt;/P&gt;&lt;P&gt;I have, some "Amout_Paid" not definied and i want to search on the app like "" or write missing value ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we do it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Avy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2018 13:05:49 GMT</pubDate>
    <dc:creator>menphis12</dc:creator>
    <dc:date>2018-10-08T13:05:49Z</dc:date>
    <item>
      <title>How to search missing value on the app Qilksense?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-search-missing-value-on-the-app-Qilksense/m-p/140853#M9891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New on the community of Qliksense, i am trying to search missing value on a filed "Amount_Paid".&lt;/P&gt;&lt;P&gt;I have, some "Amout_Paid" not definied and i want to search on the app like "" or write missing value ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we do it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Avy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 13:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-search-missing-value-on-the-app-Qilksense/m-p/140853#M9891</guid>
      <dc:creator>menphis12</dc:creator>
      <dc:date>2018-10-08T13:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to search missing value on the app Qilksense?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-search-missing-value-on-the-app-Qilksense/m-p/140854#M9892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your script define the field as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(LEN(TRIM(Amount_Paid))=0, 'Missing_Amount', Amount_Paid) AS Amount_Paid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 18:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-search-missing-value-on-the-app-Qilksense/m-p/140854#M9892</guid>
      <dc:creator>Ivan_Bozov</dc:creator>
      <dc:date>2018-10-08T18:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to search missing value on the app Qilksense?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-search-missing-value-on-the-app-Qilksense/m-p/140855#M9893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;THanks for the answer&lt;/P&gt;&lt;P&gt;I am talking about inside the sheet directly, not in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the picture attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="capture barre de rechercher.PNG" class="jive-image image-1" src="/legacyfs/online/215430_capture barre de rechercher.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 08:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-search-missing-value-on-the-app-Qilksense/m-p/140855#M9893</guid>
      <dc:creator>menphis12</dc:creator>
      <dc:date>2018-10-09T08:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to search missing value on the app Qilksense?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-search-missing-value-on-the-app-Qilksense/m-p/140856#M9894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using what I suggested would give you an additional field value &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Missing_Amount&lt;/EM&gt; that you can use in the search box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please consider the data you have and make difference between NULLs and zero-length strings. A zero-length string would appear as an empty selectable field in you filter pane. NULL would not and you cannot search or select NULLs unless you do something on the back end. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 06:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-search-missing-value-on-the-app-Qilksense/m-p/140856#M9894</guid>
      <dc:creator>Ivan_Bozov</dc:creator>
      <dc:date>2018-10-10T06:44:51Z</dc:date>
    </item>
  </channel>
</rss>

