<?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: How to detect empty field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136413#M761827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same statement worked for me.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="210779" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210779_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2018 10:18:41 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2018-08-14T10:18:41Z</dc:date>
    <item>
      <title>How to detect empty field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136412#M761826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hello everybody,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I need to detect empty fields in the 2nd column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;IMG alt="exemple_champs_vides.PNG" class="jive-image image-1" height="337" src="https://community.qlik.com/legacyfs/online/210766_exemple_champs_vides.PNG" style="height: 336.782px; width: 241px;" width="241" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I tried to use &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(len(trim([Id Tool]))=0,'undefined',[Id Tool]) as Id_Tool2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But it does not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Anybody can help ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thank you !&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136412#M761826</guid>
      <dc:creator>marieclaire</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect empty field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136413#M761827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same statement worked for me.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="210779" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210779_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 10:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136413#M761827</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-08-14T10:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect empty field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136414#M761828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there are any other invisible chars within the values. Of course they could be identified and removed but it might enough to tweak your condition (at least by looking on your screenshot) a bit to get the wanted results. I mean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(len(trim([Id Tool])) &lt;STRONG&gt;&amp;lt; 2&lt;/STRONG&gt;,'undefined',[Id Tool]) as Id_Tool2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 10:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136414#M761828</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-14T10:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect empty field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136415#M761829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-userid="197213" data-username="marieclaire" href="https://community.qlik.com/people/marieclaire" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;Christiane Lapeyre&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching qvw for your reference .&lt;/P&gt;&lt;P&gt;please download it and see the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 10:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136415#M761829</guid>
      <dc:creator>arvind1494</dc:creator>
      <dc:date>2018-08-14T10:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect empty field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136416#M761830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull([Id Tool]),'Undefined',[Id Tool]) as Id_Tool2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 13:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136416#M761830</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-14T13:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect empty field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136417#M761831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arvind,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not see any attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 15:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136417#M761831</guid>
      <dc:creator>marieclaire</dc:creator>
      <dc:date>2018-08-14T15:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect empty field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136418#M761832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not see any issue and it should work. Copy and paste the below code and run the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Id Tool]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))=0,'Undefined',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Id Tool]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Id_Tool2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Date, Id Tool&lt;BR /&gt; 01/08/2018 17:13:59, COMPANY@148142&lt;BR /&gt; 01/08/2018 17:12:52, COMPANY@148142&lt;BR /&gt; 01/08/2018 17:11:50, COMPANY@148142&lt;BR /&gt; 01/08/2018 15:46:43, COMPANY@150145&lt;BR /&gt; 01/08/2018 15:46:14, COMPANY@150145&lt;BR /&gt; 01/08/2018 15:45:25, COMPANY@45577&lt;BR /&gt; 01/08/2018 15:03:37, COMPANY@56785&lt;BR /&gt; 01/08/2018 15:02:23, COMPANY@56785&lt;BR /&gt; 01/08/2018 12:16:42, &lt;BR /&gt; 01/08/2018 12:15:30, COMPANY@113446&lt;BR /&gt; 01/08/2018 12:06:49, COMPANY@43075&lt;BR /&gt; 01/08/2018 12:02:05, COMPANY@86539&lt;BR /&gt; 01/08/2018 11:32:26, COMPANY@150082&lt;BR /&gt; 01/08/2018 11:19:38, COMPANY@48992&lt;BR /&gt; 01/08/2018 10:57:36, COMPANY@150084&lt;BR /&gt; 01/08/2018 10:06:28, COMPANY@84659&lt;BR /&gt; 01/08/2018 09:35:19, COMPANY@94343&lt;BR /&gt; 01/08/2018 09:15:42, COMPANY@150121&lt;BR /&gt; 01/08/2018 08:48:17, &lt;BR /&gt; 01/08/2018 08:43:03, COMPANY@149357&lt;BR /&gt; 01/08/2018 08:27:08, COMPANY@150115&lt;BR /&gt; 01/08/2018 03:59:48, COMPANY@150112&lt;BR /&gt; 31/07/2018 22:15:34, &lt;BR /&gt; 31/07/2018 20:54:59, &lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210820_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 15:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136418#M761832</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-08-14T15:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect empty field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136419#M761833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marcus, that's it !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136419#M761833</guid>
      <dc:creator>marieclaire</dc:creator>
      <dc:date>2018-08-14T16:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect empty field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136420#M761834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, it works like this.&lt;/P&gt;&lt;P&gt;I had an issue in the original dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136420#M761834</guid>
      <dc:creator>marieclaire</dc:creator>
      <dc:date>2018-08-14T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect empty field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136421#M761835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but it does not work with "isNull".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136421#M761835</guid>
      <dc:creator>marieclaire</dc:creator>
      <dc:date>2018-08-14T16:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect empty field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136422#M761836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Tresesco. I finally managed to make it work with a new dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detect-empty-field/m-p/136422#M761836</guid>
      <dc:creator>marieclaire</dc:creator>
      <dc:date>2018-08-14T16:35:20Z</dc:date>
    </item>
  </channel>
</rss>

