<?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: Load where field starts with... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389439#M696847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM xxx;&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WILDMATCH(b, '000*', '0000009','00000009','AAA003452','XXX0643')&amp;gt;0;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 14:54:53 GMT</pubDate>
    <dc:creator>nicolett_yuri</dc:creator>
    <dc:date>2013-02-27T14:54:53Z</dc:date>
    <item>
      <title>Load where field starts with...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389438#M696846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi any help with the syntax base on the where clause beased on the idea below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load,&lt;/P&gt;&lt;P&gt; a&lt;/P&gt;&lt;P&gt; b&lt;/P&gt;&lt;P&gt; c &lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM xxx;&lt;/P&gt;&lt;P&gt;where field b starts which all records beginning with the numeric&amp;nbsp; ' 000';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filed b contain 0000009,00000009,AAA003452,XXX0643&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 14:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389438#M696846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-27T14:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load where field starts with...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389439#M696847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM xxx;&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WILDMATCH(b, '000*', '0000009','00000009','AAA003452','XXX0643')&amp;gt;0;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 14:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389439#M696847</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2013-02-27T14:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load where field starts with...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389440#M696848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Try this,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;a,b,c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;SQL Select * FROM XXX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;WHERE NOT(b LIKE '000*');&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 15:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389440#M696848</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2013-02-27T15:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load where field starts with...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389441#M696849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I intended for this rather, where b is not like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"where field b doesnot starts with ' 000';"&amp;nbsp; essentially i would want this as the resultant eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AAA003452&lt;/P&gt;&lt;P&gt;XXX0643&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 15:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389441#M696849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-27T15:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load where field starts with...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389442#M696850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am I missing something ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33995" alt="syntax error.PNG" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/33995_syntax+error.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 15:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389442#M696850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-27T15:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load where field starts with...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389443#M696851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: calibri, verdana, arial, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;WHERE NOT(acno LIKE '000*');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 15:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389443#M696851</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2013-02-27T15:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Load where field starts with...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389444#M696852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay the acro field either numeric or alpha numeric records, Now how do i distinguish the two when loading???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 16:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389444#M696852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-27T16:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load where field starts with...</title>
      <link>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389445#M696853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where not left(acno, 1) ='0'; working fine as i can sort out the numeric from the alpha numeric records&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, 27 Feb 2013 16:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-where-field-starts-with/m-p/389445#M696853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-27T16:42:12Z</dc:date>
    </item>
  </channel>
</rss>

