<?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 do I store certain fields from a pre-existing table into a qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-store-certain-fields-from-a-pre-existing-table-into-a/m-p/74600#M607375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I presume that the table HECHOS_ER is already loaded and the variable vETL is defined.&lt;/P&gt;&lt;P&gt;Then you may use the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD DESC_CUENTA3_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA4_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA5_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA6_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA7_ER&lt;/P&gt;&lt;P&gt;,ZONA_REZONIFICACION&lt;/P&gt;&lt;P&gt;,DESC_PLANTA&lt;/P&gt;&lt;P&gt;,P_TERRITORIO&lt;/P&gt;&lt;P&gt;,Mes&lt;/P&gt;&lt;P&gt;Resident HECHOS_ER&lt;/P&gt;&lt;P&gt;Store TableName INTO $(vETL)Estadistico.qvd (qvd);&lt;/P&gt;&lt;P&gt;Drop Table TableName;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Apr 2018 22:33:42 GMT</pubDate>
    <dc:creator>nagaiank</dc:creator>
    <dc:date>2018-04-08T22:33:42Z</dc:date>
    <item>
      <title>How do I store certain fields from a pre-existing table into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-store-certain-fields-from-a-pre-existing-table-into-a/m-p/74599#M607373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying with the following code to store certain selected fields into a qvd, but I wasn't able to make it work. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store DESC_CUENTA3_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA4_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA5_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA6_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA7_ER&lt;/P&gt;&lt;P&gt;,ZONA_REZONIFICACION&lt;/P&gt;&lt;P&gt;,DESC_PLANTA&lt;/P&gt;&lt;P&gt;,P_TERRITORIO&lt;/P&gt;&lt;P&gt;,Mes &lt;/P&gt;&lt;P&gt;FROM HECHOS_ER &lt;/P&gt;&lt;P&gt;INTO $(vETL)Estadistico.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Apr 2018 21:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-store-certain-fields-from-a-pre-existing-table-into-a/m-p/74599#M607373</guid>
      <dc:creator>julioarriaga</dc:creator>
      <dc:date>2018-04-08T21:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I store certain fields from a pre-existing table into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-store-certain-fields-from-a-pre-existing-table-into-a/m-p/74600#M607375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I presume that the table HECHOS_ER is already loaded and the variable vETL is defined.&lt;/P&gt;&lt;P&gt;Then you may use the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD DESC_CUENTA3_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA4_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA5_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA6_ER&lt;/P&gt;&lt;P&gt;,DESC_CUENTA7_ER&lt;/P&gt;&lt;P&gt;,ZONA_REZONIFICACION&lt;/P&gt;&lt;P&gt;,DESC_PLANTA&lt;/P&gt;&lt;P&gt;,P_TERRITORIO&lt;/P&gt;&lt;P&gt;,Mes&lt;/P&gt;&lt;P&gt;Resident HECHOS_ER&lt;/P&gt;&lt;P&gt;Store TableName INTO $(vETL)Estadistico.qvd (qvd);&lt;/P&gt;&lt;P&gt;Drop Table TableName;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Apr 2018 22:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-store-certain-fields-from-a-pre-existing-table-into-a/m-p/74600#M607375</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2018-04-08T22:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I store certain fields from a pre-existing table into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-store-certain-fields-from-a-pre-existing-table-into-a/m-p/74601#M607377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May need a semi-colon at the end of the LOAD statement and before the STORE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 08:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-store-certain-fields-from-a-pre-existing-table-into-a/m-p/74601#M607377</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2018-04-09T08:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I store certain fields from a pre-existing table into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-store-certain-fields-from-a-pre-existing-table-into-a/m-p/74602#M607378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should work just fine. What is the problem you are experiencing? Do you get an error? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 08:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-store-certain-fields-from-a-pre-existing-table-into-a/m-p/74602#M607378</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-04-09T08:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I store certain fields from a pre-existing table into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-store-certain-fields-from-a-pre-existing-table-into-a/m-p/74603#M607379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can even rename your fields while STOREing, as shown by this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15232643403162456 jive_text_macro" jivemacro_uid="_15232643403162456"&gt;
&lt;P&gt;MyTable:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;Name, RegNo, Amt&lt;/P&gt;
&lt;P&gt;ABCD, 10000, 100&lt;/P&gt;
&lt;P&gt;EFGH, 20000, 250&lt;/P&gt;
&lt;P&gt;IJKL, 59000, 999&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;STORE Name AS a, RegNo AS b FROM MyTable INTO [.\xyz.qvd] (qvd);&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But make sure that in your case, variable vETL contains either nothing or a path&lt;EM&gt; without spaces&lt;/EM&gt;. In the latter case, put the full path between square brackets (as in the example above), or the scripting engine will fall over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Edit] Corrected spelling mistakes...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 08:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-store-certain-fields-from-a-pre-existing-table-into-a/m-p/74603#M607379</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-04-09T08:58:57Z</dc:date>
    </item>
  </channel>
</rss>

