<?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: Identifying multiple blank fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128755#M756737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure that I understand which number of existing field-values should be 'Applicable' or 'Not Applicable' but I would try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick((-(rangecount(&lt;SPAN style="font-size: 13.3333px;"&gt;fruit, veg, &lt;SPAN style="font-size: 13.3333px;"&gt;shop, &lt;SPAN style="font-size: 13.3333px;"&gt;supplier)=4))+1, 'Not Applicable', 'Applicable') as Result&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2018 13:47:51 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-09-14T13:47:51Z</dc:date>
    <item>
      <title>Identifying multiple blank fields</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128752#M756734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to find away of identifying multiple fields that may have blanks so that i can exclude them from my data. Only one of the fields has to have a blank in order for it to warrant it being excluded. My thought is to identify them and create an additional field that highlights them to then select that as appose to just delete them straight out of the source. Ive been trying varioations of the if(isnull and also if(field=' ' but neither seems to be working. Example set of my data is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 310px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="64"&gt;fruit&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;veg&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;shop&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;supplier&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="54"&gt;season&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;apple&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;carrot&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;shop1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;supplierA&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;orange&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;shop2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;spring&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;pear&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;lettuce&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;supplierA&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;winter&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;grape&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;carrot&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;shop2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;supplierC&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;summer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;orange&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;shop2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;supplierD&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;pear&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;onion&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;winter&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some of these fields can be blank and should not be excluded under the condition. Im thinking if i can add an identifier field in it would look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 402px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="64"&gt;fruit&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;veg&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;shop&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;supplier&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="54"&gt;season&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="92"&gt;Result&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;apple&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;carrot&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;shop1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;supplierA&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Not Applicable&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;orange&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;shop2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;spring&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Applicable&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;pear&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;lettuce&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;supplierA&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;winter&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Applicable&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;grape&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;carrot&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;shop2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;supplierC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;summer&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Not Applicable&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;orange&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;shop2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;supplierD&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Applicable&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;pear&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;onion&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;winter&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;P&gt;Applicable&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so example formula ive tried is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(&lt;SPAN style="font-size: 13.3333px;"&gt;fruit, veg, &lt;SPAN style="font-size: 13.3333px;"&gt;shop, &lt;SPAN style="font-size: 13.3333px;"&gt;supplier) 'Applicable', 'Not Applicable') as Result&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(&lt;SPAN style="font-size: 13.3333px;"&gt;fruit=' ' or veg &lt;SPAN style="font-size: 13.3333px;"&gt;=' ' or &lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;shop &lt;SPAN style="font-size: 13.3333px;"&gt;=' ' or &lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;supplier =' ') 'Applicable', 'Not Applicable') as Result&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;As you can see season doesnt matter if its blank or not this should not be excluded. Can anyone suggest where i am going wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;thanks&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/Identifying-multiple-blank-fields/m-p/128752#M756734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying multiple blank fields</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128753#M756735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is another technique to detect NULL/BLANKS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try and adapt it on your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(the_field_you_need))=0, 'NULL') as FLAG&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to filter directly NULL/BLANK values on a field, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;the_field_you_need))&amp;gt;0, &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;the_field_you_need) as &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;the_field_you_need&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 13:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128753#M756735</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-09-14T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying multiple blank fields</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128754#M756736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try if(len(trim(field))=0,.....&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to test for null or blank value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 13:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128754#M756736</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-09-14T13:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying multiple blank fields</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128755#M756737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure that I understand which number of existing field-values should be 'Applicable' or 'Not Applicable' but I would try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick((-(rangecount(&lt;SPAN style="font-size: 13.3333px;"&gt;fruit, veg, &lt;SPAN style="font-size: 13.3333px;"&gt;shop, &lt;SPAN style="font-size: 13.3333px;"&gt;supplier)=4))+1, 'Not Applicable', 'Applicable') as Result&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 13:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128755#M756737</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-14T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying multiple blank fields</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128756#M756738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your suggestion unfortunately this does not get me the result im looking for it appears to classify everythings as 'not applicable' &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128756#M756738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T14:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying multiple blank fields</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128757#M756739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply how would you suggest i apply this to several fields? would you do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(len(trim(field))=0, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(field))=0, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(field))=0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or would i build the multiple fields in the brackets along the lines of &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(len(trim(field))=0,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;len(trim(field))=0, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;len(trim(field))=0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I ask as ive tried this before raising to the Qlik community and wonder if it didnt work because im not building it out correctly to account for multiple fields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128757#M756739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T14:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying multiple blank fields</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128758#M756740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for taking the time to respond can you advise the best way to apply this to multiple fields in one string please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128758#M756740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T14:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying multiple blank fields</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128759#M756741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please try this. Something like what Marcus did but I'm using if else.&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;if(if(len(fruit)&amp;gt;0,1,0)+if(len(veg)&amp;gt;0,1,0)+if(len(shop)&amp;gt;0,1,0)+if(len(supplier)&amp;gt;0,1,0)=4,'Not Applicable','Applicable') as Result&lt;/P&gt;&lt;P&gt;from &amp;lt;your table&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128759#M756741</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2018-09-14T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying multiple blank fields</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128760#M756742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's depending to which kind of non-content your fieldvalues have. This could be real NULL or missing values or empty strings or any kind of spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With real NULL my suggestion will work. By the other NULL-types it will probably not. In this case you could try if it worked with rangenullcount() or rangemissingcount() or rangetextcount(). If this doesn't worked you need to check each fieldvalue if there is any content maybe with something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick((-(rangesum(len(trim(&lt;SPAN style="font-size: 13.3333px;"&gt;fruit))&amp;gt;0, len(trim(veg&lt;SPAN style="font-size: 13.3333px;"&gt;))&amp;gt;0&lt;/SPAN&gt;, len(trim(&lt;SPAN style="font-size: 13.3333px;"&gt;shop&lt;SPAN style="font-size: 13.3333px;"&gt;))&amp;gt;0&lt;/SPAN&gt;, len(trim(&lt;SPAN style="font-size: 13.3333px;"&gt;supplier&lt;SPAN style="font-size: 13.3333px;"&gt;))&amp;gt;0&lt;/SPAN&gt;)=-4))+1, 'Not Applicable', 'Applicable') as Result&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way to avoid the len-check approach would be to adjust these NULL's with the various NULL variables. The best start in understanding what NULL meant is here: &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&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>Fri, 14 Sep 2018 14:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128760#M756742</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-14T14:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying multiple blank fields</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128761#M756743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Sudeep that works perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 14:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-multiple-blank-fields/m-p/128761#M756743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T14:49:22Z</dc:date>
    </item>
  </channel>
</rss>

