<?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 where in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/where/m-p/191296#M53432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community&lt;/P&gt;&lt;P&gt;I´m sure it´s something easy:&lt;/P&gt;&lt;P&gt;I need to load a partial table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;SQL&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTA_MAYOR NOT LIKE 'Z*';&lt;/P&gt;`115_PGC_RELACIONADO` &lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;SELECT&lt;/B&gt; *&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;In SQL that sentence has sense, but here it doesn´t work. How could I do that?&lt;/P&gt;&lt;P&gt;Thanks, Fiber&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Sep 2010 15:17:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-07T15:17:22Z</dc:date>
    <item>
      <title>where</title>
      <link>https://community.qlik.com/t5/QlikView/where/m-p/191296#M53432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community&lt;/P&gt;&lt;P&gt;I´m sure it´s something easy:&lt;/P&gt;&lt;P&gt;I need to load a partial table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;SQL&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTA_MAYOR NOT LIKE 'Z*';&lt;/P&gt;`115_PGC_RELACIONADO` &lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;SELECT&lt;/B&gt; *&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;In SQL that sentence has sense, but here it doesn´t work. How could I do that?&lt;/P&gt;&lt;P&gt;Thanks, Fiber&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 15:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where/m-p/191296#M53432</guid>
      <dc:creator />
      <dc:date>2010-09-07T15:17:22Z</dc:date>
    </item>
    <item>
      <title>where</title>
      <link>https://community.qlik.com/t5/QlikView/where/m-p/191297#M53433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM '115_PGC_RELACIONADO'&lt;/P&gt;&lt;P&gt;WHERE CTA_MAYOR NOT LIKE 'Z*'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 15:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where/m-p/191297#M53433</guid>
      <dc:creator />
      <dc:date>2010-09-07T15:19:13Z</dc:date>
    </item>
    <item>
      <title>where</title>
      <link>https://community.qlik.com/t5/QlikView/where/m-p/191298#M53434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You always have at least two ways of loading that information. First, passing all conditions to driver, as you have written above. Second, you can perform that where in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD * WHERE LEFT(CTA_MAYOR, 1) &amp;lt;&amp;gt; 'Z'; SQL SELECT * FROM 115_PGC_RELACIONADO;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;It depends on how heavy the query may result and later performance of your script.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 15:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where/m-p/191298#M53434</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-07T15:39:25Z</dc:date>
    </item>
    <item>
      <title>where</title>
      <link>https://community.qlik.com/t5/QlikView/where/m-p/191299#M53435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, everything clear!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 15:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where/m-p/191299#M53435</guid>
      <dc:creator />
      <dc:date>2010-09-07T15:44:21Z</dc:date>
    </item>
  </channel>
</rss>

