<?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 remove a blank value from a List? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-a-blank-value-from-a-List/m-p/1037732#M925647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can fix this in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD fieldNames,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(Mes)) &amp;gt; 0, Mes) as Mes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2016 21:47:36 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-04-01T21:47:36Z</dc:date>
    <item>
      <title>How to remove a blank value from a List?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-a-blank-value-from-a-List/m-p/1037730#M925645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a list of Months in my project, where it is displayed a blank check box, as you can see in the print screen below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="120209" alt="Month.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120209_Month.PNG" style="width: 620px; height: 31px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked into my data base an there is no blank fields, i mean, all fields are fulfilled in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone know if it is possible to remove that blank check box from my List?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&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-remove-a-blank-value-from-a-List/m-p/1037730#M925645</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an blank value from a List?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-a-blank-value-from-a-List/m-p/1037731#M925646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somehow the blank field is being created in your load script and the problem (if it is a problem) should be fixed there. If the blank is not coming from your source, then it could be something like a conversion or a join that is not working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could suppress it in the list from the front end, but if I were you, I would make sure I understood where it was coming from before suppressing it. But the best is to fix the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 13:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-a-blank-value-from-a-List/m-p/1037731#M925646</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-04-01T13:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a blank value from a List?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-a-blank-value-from-a-List/m-p/1037732#M925647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can fix this in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD fieldNames,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(Mes)) &amp;gt; 0, Mes) as Mes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 21:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-a-blank-value-from-a-List/m-p/1037732#M925647</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-01T21:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a blank value from a List?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-a-blank-value-from-a-List/m-p/1037733#M925648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This if statement in the script fixed the blank filed issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-a-blank-value-from-a-List/m-p/1037733#M925648</guid>
      <dc:creator />
      <dc:date>2016-04-04T13:50:57Z</dc:date>
    </item>
  </channel>
</rss>

