<?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: Problem using the where clause in the load script; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882527#M1015251</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;you Welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your issue is solve or not???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 08:54:46 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-04-09T08:54:46Z</dc:date>
    <item>
      <title>Problem using the where clause in the load script;</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882523#M1015247</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;Please could someone point me in the right diretion on this.&lt;/P&gt;&lt;P&gt;I'm trying to load this table but only where the Security_Ac field is not blank..... but its erroring and I've tried every Null permiatation I can think of.&lt;/P&gt;&lt;P&gt;Please help!&amp;nbsp;&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example of the load script: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECURITIES_ACCT:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp; @1:5 as [Security_Ac],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6:21 as [Customer_No],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @22:27 as [Close_Date],&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;COSMIC_SECURITIES_ACCT.txt&lt;/P&gt;&lt;P&gt;(fix, codepage is 1252, no eof);&lt;/P&gt;&lt;P&gt;Where not IsNull ([Security_Ac]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks, Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 08:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882523#M1015247</guid>
      <dc:creator />
      <dc:date>2015-04-09T08:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using the where clause in the load script;</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882524#M1015248</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;Remove ; before Where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECURITIES_ACCT:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp; @1:5 as [Security_Ac],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6:21 as [Customer_No],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @22:27 as [Close_Date],&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;COSMIC_SECURITIES_ACCT.txt&lt;/P&gt;&lt;P&gt;(fix, codepage is 1252, no eof)&lt;/P&gt;&lt;P&gt;Where not IsNull ([Security_Ac]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 08:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882524#M1015248</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-09T08:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using the where clause in the load script;</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882525#M1015249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and , after close_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 08:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882525#M1015249</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-09T08:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using the where clause in the load script;</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882526#M1015250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Max..&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 08:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882526#M1015250</guid>
      <dc:creator />
      <dc:date>2015-04-09T08:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using the where clause in the load script;</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882527#M1015251</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;you Welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your issue is solve or not???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 08:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882527#M1015251</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-09T08:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using the where clause in the load script;</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882528#M1015252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max - Yes - resolved - Thanks.&lt;/P&gt;&lt;P&gt;Not sure how to mark it as resolved.. can only see mark as Helpful. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 08:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882528#M1015252</guid>
      <dc:creator />
      <dc:date>2015-04-09T08:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using the where clause in the load script;</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882529#M1015253</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;Good, I just want to confirm that it worked or not??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its good that you got the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-using-the-where-clause-in-the-load-script/m-p/882529#M1015253</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-09T09:05:11Z</dc:date>
    </item>
  </channel>
</rss>

