<?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: help in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-in-script/m-p/1137665#M373231</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;The script could look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load field1,&lt;/P&gt;&lt;P&gt;field2,&lt;/P&gt;&lt;P&gt;field3&lt;/P&gt;&lt;P&gt;from ...&lt;/P&gt;&lt;P&gt;where not isnull(field3) and len(trim(field3)) &amp;gt; 0&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2016 11:14:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-25T11:14:16Z</dc:date>
    <item>
      <title>help in script</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-script/m-p/1137663#M373229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;my requirement is not to load the data(particular row) if a particular field for that row is blank or having blank spaces in it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 11:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-script/m-p/1137663#M373229</guid>
      <dc:creator />
      <dc:date>2016-07-25T11:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: help in script</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-script/m-p/1137664#M373230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from tablename where len(fieldname)&amp;lt;&amp;gt;0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 11:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-script/m-p/1137664#M373230</guid>
      <dc:creator />
      <dc:date>2016-07-25T11:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: help in script</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-script/m-p/1137665#M373231</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;The script could look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load field1,&lt;/P&gt;&lt;P&gt;field2,&lt;/P&gt;&lt;P&gt;field3&lt;/P&gt;&lt;P&gt;from ...&lt;/P&gt;&lt;P&gt;where not isnull(field3) and len(trim(field3)) &amp;gt; 0&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 11:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-script/m-p/1137665#M373231</guid>
      <dc:creator />
      <dc:date>2016-07-25T11:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: help in script</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-script/m-p/1137666#M373232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishit, you can use the Index() function to look for a character in a string:&lt;/P&gt;&lt;P&gt;Index(FieldName, ' ') // returns the position where it finds the first blank space; returns 0 if there is none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can add the where sentece:&lt;/P&gt;&lt;P&gt;Where &lt;SPAN style="font-size: 13.3333px;"&gt;Index(FieldName, ' ')=0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 11:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-script/m-p/1137666#M373232</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-07-25T11:15:10Z</dc:date>
    </item>
  </channel>
</rss>

