<?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: Limiting data in a LOAD-statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412343#M694833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13696665572528473" jivemacro_uid="_13696665572528473"&gt;&lt;P&gt;SHE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp; ARTIKELNR,&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; LABELNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Struktur\ARTIKEL.qvd&lt;/P&gt;&lt;P&gt;where&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LABELNR = 33271;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The from-clause alone works this way. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 May 2013 14:57:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-27T14:57:03Z</dc:date>
    <item>
      <title>Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412342#M694832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select data from an ODBC-source, I can limit the selected data with the WHERE-clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from BI.example&lt;/P&gt;&lt;P&gt;where DATE &amp;gt; '01.01.2006';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to know the equivalent, if I LOAD data from a .qvd-file and only want to load data which match the given criteria, i.e. only one specific customer-ID. The WHERE-clause doesn't work in combination with LOAD, afaik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I bet this is a simple thing but I didn't figure it out yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 14:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412342#M694832</guid>
      <dc:creator />
      <dc:date>2013-05-27T14:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412343#M694833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13696665572528473" jivemacro_uid="_13696665572528473"&gt;&lt;P&gt;SHE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp; ARTIKELNR,&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; LABELNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Struktur\ARTIKEL.qvd&lt;/P&gt;&lt;P&gt;where&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LABELNR = 33271;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The from-clause alone works this way. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 14:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412343#M694833</guid>
      <dc:creator />
      <dc:date>2013-05-27T14:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412344#M694834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot to mention the error message. QV recognizes the where-statement as part of the filename and -path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41731" class="jive-image-thumbnail jive-image" onclick="" alt="QV Server - 172.16.1.png" src="/legacyfs/online/41731_QV Server - 172.16.1.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 15:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412344#M694834</guid>
      <dc:creator />
      <dc:date>2013-05-27T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412345#M694835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;use:&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp; ARTIKELNR,&lt;BR /&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; LABELNR&lt;BR /&gt;&lt;BR /&gt;FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Struktur\ARTIKEL.qvd(qvd)&amp;nbsp; &lt;BR /&gt;where&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LABELNR = 33271;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure the field LABRLNR is number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is string u need to use LABELNR='33271'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 15:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412345#M694835</guid>
      <dc:creator />
      <dc:date>2013-05-27T15:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412346#M694836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried both before. As I said: problem seems to be that QV does interpret the where-statement as part of the filepath (see the error message screenshot).&lt;/P&gt;&lt;P&gt;I do not use a directory-statement to ensure that QV uses relative paths instead of absolutes. This works everywhere in the script but it seems as if it does not in this special case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 15:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412346#M694836</guid>
      <dc:creator />
      <dc:date>2013-05-27T15:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412347#M694837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i understand English only.....so cant understand ur error mseg....&lt;/P&gt;&lt;P&gt;may be u can translate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 15:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412347#M694837</guid>
      <dc:creator />
      <dc:date>2013-05-27T15:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412348#M694838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error opening file &lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;D:\Workarea\QVDs\Struktur\ARTIKEL.qvd where LABELNR = 33273&lt;SPAN style="color: #ff0000;"&gt;' &lt;SPAN style="color: #000000;"&gt;etc.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;You can see at the quote signs that QV thinks of the whole expression as filename...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 15:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412348#M694838</guid>
      <dc:creator />
      <dc:date>2013-05-27T15:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412349#M694839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried (qvd) after .qvd ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 15:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412349#M694839</guid>
      <dc:creator />
      <dc:date>2013-05-27T15:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412350#M694840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have u used : &lt;CODE class="jive-code"&gt;FROM Struktur\ARTIKEL.qvd(qvd) &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes......and it didn't work.....just delete ur script and use the 'Table files' button to select from ur qvd after checking the box 'Relative paths' and just remove the semi colon after the statememt generated and put the where clause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 15:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412350#M694840</guid>
      <dc:creator />
      <dc:date>2013-05-27T15:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412351#M694841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't forget to add (qvd) after .qvd...Ex: &lt;SPAN style="color: #737373; font-family: monospace; font-size: 16px; background-color: #ffffff;"&gt;FROM Struktur\ARTIKEL.qvd(qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: monospace; font-size: 16px; background-color: #ffffff;"&gt;Or else instead of writing the script, load it from Table Files.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 15:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412351#M694841</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-05-27T15:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412352#M694842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, guys. The (qvd) hint was it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I can't mark all your usefull tips. Sorry for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 10:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412352#M694842</guid>
      <dc:creator />
      <dc:date>2013-05-28T10:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412353#M694843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see my first post.....where i mentioned qvd(qvd)....&lt;/P&gt;&lt;P&gt;and u replied; "I tried both before." &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls read the answer carefully before saying that u've tried....it wastes time and creates confusion....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 10:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412353#M694843</guid>
      <dc:creator />
      <dc:date>2013-05-28T10:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in a LOAD-statement</title>
      <link>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412354#M694844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, my answer was correct, but not precise enough.&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;if it is string u need to use LABELNR='33271'&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I tried was both, with and without quotation marks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 11:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limiting-data-in-a-LOAD-statement/m-p/412354#M694844</guid>
      <dc:creator />
      <dc:date>2013-05-28T11:22:31Z</dc:date>
    </item>
  </channel>
</rss>

