<?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 where clause in Load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678715#M246191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just realised this is a stupid question not sure how to delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 14:35:28 GMT</pubDate>
    <dc:creator>wallerjc</dc:creator>
    <dc:date>2014-10-22T14:35:28Z</dc:date>
    <item>
      <title>How to where clause in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678713#M246189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i'm trying to do the below, but coming up short, i know it's simple just hoping for a second pair of eyes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;LOAD CustomerID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ThesaurusID as theID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PostCode, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CountryCode, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GenderName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateOfBirth, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MailPreference, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmailPreference, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RentPreference, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TelephonePreference&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;S&gt;&lt;/S&gt;&lt;/P&gt;&lt;P&gt;(txt, unicode, embedded labels, delimiter is ',', msq)&lt;/P&gt;&lt;P&gt;where count(PostCode) &amp;lt;15;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know my aggregation is wrong, but I'm not sure how to go about this in either a qlikview expression nor in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 14:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678713#M246189</guid>
      <dc:creator>wallerjc</dc:creator>
      <dc:date>2014-10-22T14:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to where clause in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678714#M246190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not use the Count in the where expression write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;Customers:&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;LOAD CustomerID,&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ThesaurusID as theID,&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PostCode,&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CountryCode,&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GenderName,&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateOfBirth,&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MailPreference,&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmailPreference,&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RentPreference,&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TelephonePreference&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;&lt;/EM&gt;&lt;S&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/S&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;(txt, unicode, embedded labels, delimiter is ',', msq)&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;&lt;STRONG&gt;where&amp;nbsp; PostCode &amp;lt; 15;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;You can use variables for this also&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #666666; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 14:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678714#M246190</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-22T14:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to where clause in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678715#M246191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just realised this is a stupid question not sure how to delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 14:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678715#M246191</guid>
      <dc:creator>wallerjc</dc:creator>
      <dc:date>2014-10-22T14:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to where clause in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678716#M246192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you can only mark as correct in order to close the thread. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So mark yourself or ashfaq as correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(There are no st*pid questions) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 14:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678716#M246192</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-22T14:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to where clause in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678717#M246193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry jonathan its Anand &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;@James mark any Question Correct or Help Full to close the thread its a very simple question some time mistake dones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 14:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678717#M246193</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-22T14:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to where clause in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678718#M246194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops my bad !.&amp;nbsp; I saw the big 'A' icon and my brain made a wrong turn. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 14:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678718#M246194</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-22T14:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to where clause in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678719#M246195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James mark any Question Correct or Help Full to close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 15:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-where-clause-in-Load-script/m-p/678719#M246195</guid>
      <dc:creator />
      <dc:date>2014-10-22T15:28:17Z</dc:date>
    </item>
  </channel>
</rss>

