<?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 from an existing QLikView table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538167#M686483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to separate LOAD (in the main script) from clean up operations (in a clean up script).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, I would like to load data in the clean up script from tables that i obtained loading data in the main script. so far i have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;accountInfo:&lt;/P&gt;&lt;P&gt;LOAD Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Corporate Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Billing Account]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;F&gt;&lt;/F&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Account$)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the main script. and this in the clean up script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CleanUpMap:&lt;/P&gt;&lt;P&gt;mapping load * inline [&lt;/P&gt;&lt;P&gt;x, y &lt;/P&gt;&lt;P&gt;'LTD.', 'LIMITED'&lt;/P&gt;&lt;P&gt;'LTD', 'LIMITED'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Corporate Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MapSubString('CleanUpMap',[Billing Account]) as [Billing Account]&lt;/P&gt;&lt;P&gt;FROM accountInfo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is not compiling as QLikView looks for the file accountInfo in the current folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Dec 2013 19:39:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-30T19:39:25Z</dc:date>
    <item>
      <title>Load from an existing QLikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538167#M686483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to separate LOAD (in the main script) from clean up operations (in a clean up script).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, I would like to load data in the clean up script from tables that i obtained loading data in the main script. so far i have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;accountInfo:&lt;/P&gt;&lt;P&gt;LOAD Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Corporate Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Billing Account]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;F&gt;&lt;/F&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Account$)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the main script. and this in the clean up script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CleanUpMap:&lt;/P&gt;&lt;P&gt;mapping load * inline [&lt;/P&gt;&lt;P&gt;x, y &lt;/P&gt;&lt;P&gt;'LTD.', 'LIMITED'&lt;/P&gt;&lt;P&gt;'LTD', 'LIMITED'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Corporate Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MapSubString('CleanUpMap',[Billing Account]) as [Billing Account]&lt;/P&gt;&lt;P&gt;FROM accountInfo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is not compiling as QLikView looks for the file accountInfo in the current folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 19:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538167#M686483</guid>
      <dc:creator />
      <dc:date>2013-12-30T19:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load from an existing QLikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538168#M686484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be RESIDENT accountinfo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 19:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538168#M686484</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-12-30T19:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load from an existing QLikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538169#M686485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but... this is not compiling either :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Corporate Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MapSubString('CleanUpMap',[Billing Account]) as [Billing Account]&lt;/P&gt;&lt;P&gt;FROM RESIDENT accountInfo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 19:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538169#M686485</guid>
      <dc:creator />
      <dc:date>2013-12-30T19:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load from an existing QLikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538170#M686486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Corporate Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MapSubString('CleanUpMap',[Billing Account]) as [Billing Account]&lt;/P&gt;&lt;P&gt;RESIDENT accountInfo;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 20:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538170#M686486</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-12-30T20:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load from an existing QLikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538171#M686487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use RESIDENT keyword to load existing internal tables. But if the tables are in huge, the RESIDENT is a bad idea. So please create intermediate TEMP qvd's and load from QVD's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 20:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538171#M686487</guid>
      <dc:creator />
      <dc:date>2013-12-31T20:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Load from an existing QLikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538172#M686488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi find attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jan 2014 04:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538172#M686488</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-01-01T04:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load from an existing QLikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538173#M686489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you Can try with Apply Map Function.&lt;/P&gt;&lt;P&gt;ApplyMap('CleanUpMap',[Billing Account]) As [Billing Account],&lt;/P&gt;&lt;P&gt;but make sure your column name should be [Billing Account]into your inline mapping table instead of X &amp;amp; Y.&lt;/P&gt;&lt;P&gt;this method should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jan 2014 06:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538173#M686489</guid>
      <dc:creator />
      <dc:date>2014-01-01T06:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load from an existing QLikView table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538174#M686490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use map function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jan 2014 17:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-an-existing-QLikView-table/m-p/538174#M686490</guid>
      <dc:creator />
      <dc:date>2014-01-01T17:04:20Z</dc:date>
    </item>
  </channel>
</rss>

