<?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: Excel load optimisation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-load-optimisation/m-p/1644652#M732418</link>
    <description>&lt;P&gt;Thank you!&amp;nbsp;This is exactly what I was looking for.&lt;BR /&gt;&lt;BR /&gt;The only thing I have added is single quotes around the variables on this line:&amp;nbsp;RENAME Field '$(vField)' to '$(vFieldNew)';&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2019 08:17:33 GMT</pubDate>
    <dc:creator>Peony</dc:creator>
    <dc:date>2019-11-08T08:17:33Z</dc:date>
    <item>
      <title>Excel load optimisation</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-load-optimisation/m-p/1644609#M732416</link>
      <description>&lt;P&gt;Hi all.&lt;BR /&gt;&lt;BR /&gt;I am loading data from an excel file. Usually it looks something like this:&lt;/P&gt;&lt;P&gt;Excel_Table:&lt;BR /&gt;Load&lt;/P&gt;&lt;P&gt;[2018-11] as [Data_2018-11],&lt;BR /&gt;[2018-12] as [Data_2018-12],&lt;BR /&gt;[2019-01] as [Data_2019-01],&lt;BR /&gt;[2019-02] as [Data_2019-02]&lt;/P&gt;&lt;P&gt;From Excel_file;&lt;BR /&gt;&lt;BR /&gt;When the user managing this file removes columns from it or adds new ones, I need to manually edit the script.&lt;BR /&gt;Is there any way to optimize the process?&lt;BR /&gt;It is possible to pick up columns through an asterisk and use their names to automatically generate aliases?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-load-optimisation/m-p/1644609#M732416</guid>
      <dc:creator>Peony</dc:creator>
      <dc:date>2024-11-16T02:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Excel load optimisation</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-load-optimisation/m-p/1644627#M732417</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Excel_Table:

Load * From &amp;lt;&amp;gt;;

For f = 1 to NoOfFields('Excel_Table')
        Let vField=FieldName($(f),'Excel_Table');
        Let vFieldNew='Data_' &amp;amp; '$(vField)';
        RENAME Field $(vField) to $(vFieldNew);
Next f;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 08 Nov 2019 07:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-load-optimisation/m-p/1644627#M732417</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-11-08T07:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Excel load optimisation</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-load-optimisation/m-p/1644652#M732418</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;This is exactly what I was looking for.&lt;BR /&gt;&lt;BR /&gt;The only thing I have added is single quotes around the variables on this line:&amp;nbsp;RENAME Field '$(vField)' to '$(vFieldNew)';&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 08:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-load-optimisation/m-p/1644652#M732418</guid>
      <dc:creator>Peony</dc:creator>
      <dc:date>2019-11-08T08:17:33Z</dc:date>
    </item>
  </channel>
</rss>

