<?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 LOAD certain records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-certain-records/m-p/53107#M8832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I Want to load certain records from a CSV file and searching for it online gave me this on QV help page(&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Load.htm"&gt;Link&lt;/A&gt;‌):&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;Load only records where the field Litres has a value above zero:&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;LOAD * from Consumption.csv where Litres&amp;gt;0;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;So I wrote this code but it doesn't seem to work and after i wrote the "WHERE" statemment it can't even locate the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #993300;"&gt;[FCHACC_Konteringsbegrepp]&lt;/SPAN&gt; &lt;SPAN style="color: #3366ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #993300;"&gt;Kontonr&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #575757;"&gt; &lt;SPAN style="color: #993300;"&gt;[FCHACC_SpärratKonteringsbegrepp]&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #3366ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #993300;"&gt;KontoSpärr,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;SPAN style="color: #993300;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #993300;"&gt;[FCHACC_Beskrivning]&lt;/SPAN&gt; &lt;SPAN style="color: #3366ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #993300;"&gt; KontonNamn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;FROM&lt;/SPAN&gt; &lt;N&gt; WHERE [FCHACC_Konteringsdimension]= 1&lt;/N&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2018 07:25:02 GMT</pubDate>
    <dc:creator>patrickbender</dc:creator>
    <dc:date>2018-05-04T07:25:02Z</dc:date>
    <item>
      <title>LOAD certain records</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-certain-records/m-p/53107#M8832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I Want to load certain records from a CSV file and searching for it online gave me this on QV help page(&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Load.htm"&gt;Link&lt;/A&gt;‌):&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;Load only records where the field Litres has a value above zero:&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;LOAD * from Consumption.csv where Litres&amp;gt;0;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;So I wrote this code but it doesn't seem to work and after i wrote the "WHERE" statemment it can't even locate the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #993300;"&gt;[FCHACC_Konteringsbegrepp]&lt;/SPAN&gt; &lt;SPAN style="color: #3366ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #993300;"&gt;Kontonr&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #575757;"&gt; &lt;SPAN style="color: #993300;"&gt;[FCHACC_SpärratKonteringsbegrepp]&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #3366ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #993300;"&gt;KontoSpärr,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;SPAN style="color: #993300;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #993300;"&gt;[FCHACC_Beskrivning]&lt;/SPAN&gt; &lt;SPAN style="color: #3366ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #993300;"&gt; KontonNamn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;FROM&lt;/SPAN&gt; &lt;N&gt; WHERE [FCHACC_Konteringsdimension]= 1&lt;/N&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2018 07:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-certain-records/m-p/53107#M8832</guid>
      <dc:creator>patrickbender</dc:creator>
      <dc:date>2018-05-04T07:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD certain records</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-certain-records/m-p/53108#M8833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, do you have a semicolon after your where-statement? I can't see anything else that is wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2018 07:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-certain-records/m-p/53108#M8833</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-05-04T07:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD certain records</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-certain-records/m-p/53109#M8834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I see that your file name has a semicolon in it. Is that supposed to be there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Konteringsbegrepp_B&lt;EM&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/EM&gt;YG.csv&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2018 07:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-certain-records/m-p/53109#M8834</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-05-04T07:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD certain records</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-certain-records/m-p/53110#M8835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;End Result:&lt;/P&gt;&lt;P&gt;LOAD [FCHACC_Konteringsbegrepp] as Kontonr, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [FCHACC_SpärratKonteringsbegrepp] as KontoSpärr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [FCHACC_Beskrivning] as KontonNamn&lt;/P&gt;&lt;P&gt;FROM &lt;N&gt;&lt;/N&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//missed to use this row so the sqript couldnt read the data correctly&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is ',', msq)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;WHERE [FCHACC_Konteringsdimension]= 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2018 07:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-certain-records/m-p/53110#M8835</guid>
      <dc:creator>patrickbender</dc:creator>
      <dc:date>2018-05-04T07:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD certain records</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-certain-records/m-p/53111#M8836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Located a missing row as well on how to read the csv file that ended up solving my problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2018 07:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-certain-records/m-p/53111#M8836</guid>
      <dc:creator>patrickbender</dc:creator>
      <dc:date>2018-05-04T07:43:18Z</dc:date>
    </item>
  </channel>
</rss>

