<?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: Dynamic Names of Columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1556463#M599571</link>
    <description>&lt;P&gt;Hi, thank you for your response.&lt;/P&gt;&lt;P&gt;In my Lookup table i have to columns .. rootName and QvName .. than i have values where i already do the matching.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now when i do the rename it says;&amp;nbsp;Table not found error .. but i have this table.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2019 11:10:16 GMT</pubDate>
    <dc:creator>5abi0001</dc:creator>
    <dc:date>2019-03-14T11:10:16Z</dc:date>
    <item>
      <title>Dynamic Names of Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1555983#M599569</link>
      <description>&lt;P&gt;Hi! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have a question .. i have a table with about 15 columns with specific column names.&lt;/P&gt;&lt;P&gt;What i want is, that trough a lookup (an excel or something else) i want to set the names of the columns in QlikView, for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the table with 15 columns there is a name like: LoadDate ..&lt;/P&gt;&lt;P&gt;In the other table (Lookup) i make a matching -&amp;gt; when the columname is LoadDate, i want to set the column name in QlikView Loading Date.&lt;/P&gt;&lt;P&gt;In the script i load both tables .. but now i dont know how i can set the name as in the lookup table, when i make for example a table and set LoadDate as a Dimension.&lt;/P&gt;&lt;P&gt;How is it possible to make this?&lt;/P&gt;&lt;P&gt;I hope you can understand what i want &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 13:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1555983#M599569</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2019-03-13T13:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Names of Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1556097#M599570</link>
      <description>&lt;P&gt;Hi! Please, try something like the following in your script:&lt;/P&gt;&lt;PRE&gt;//Your data table
LOAD * Inline [
Column1, Col2, Column3, Col4
];

//Your "LookUp" table
MAP_ColNames:
Mapping LOAD * Inline [
PreviousName, NewName
Column1, NewColumn1
Col2, NewColumn2
Col4, NewColumn3
];

//Rename
RENAME Fields using MAP_ColNames;&lt;/PRE&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Bests,&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 15:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1556097#M599570</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-03-13T15:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Names of Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1556463#M599571</link>
      <description>&lt;P&gt;Hi, thank you for your response.&lt;/P&gt;&lt;P&gt;In my Lookup table i have to columns .. rootName and QvName .. than i have values where i already do the matching.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now when i do the rename it says;&amp;nbsp;Table not found error .. but i have this table.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 11:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1556463#M599571</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2019-03-14T11:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Names of Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1556475#M599572</link>
      <description>Hi! I think I'll need a sample of your code or a sample file because you may have an error in your script. If you try the code I posted above in a separate file you'll see that it works so I suspect you made a mistake when embbeding it into your script.&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Thu, 14 Mar 2019 11:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1556475#M599572</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-03-14T11:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Names of Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1556664#M599573</link>
      <description>&lt;P&gt;DetailsTable:&lt;BR /&gt;LOAD Stand,&lt;BR /&gt;LoadDate,&lt;/P&gt;&lt;P&gt;Columnname,&lt;/P&gt;&lt;P&gt;StorageName&lt;BR /&gt;FROM&lt;BR /&gt;[..\QvdGenerator\qvd\Details.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;MatchingName:&lt;BR /&gt;LOAD &lt;SPAN&gt;rootName&amp;nbsp;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;SPAN&gt;QvName&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[..\QvdGenerator\qvd\MatchingNameqvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;RENAME Fields using MatchingName;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1556664#M599573</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2019-03-14T15:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Names of Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1556684#M599574</link>
      <description>&lt;P&gt;When you load your lookup table you have to insert the prefix "Mapping" before the LOAD statement:&lt;/P&gt;&lt;PRE&gt;DetailsTable:
LOAD Stand,
LoadDate,

Columnname,

StorageName
FROM
[..\QvdGenerator\qvd\Details.qvd]
(qvd);

MatchingName:
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Mapping&lt;/STRONG&gt;&lt;/FONT&gt; LOAD rootName ,
QvName 
FROM
[..\QvdGenerator\qvd\MatchingNameqvd]
(qvd);


RENAME Fields using MatchingName;&lt;/PRE&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 16:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1556684#M599574</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-03-14T16:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Names of Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1557145#M599575</link>
      <description>&lt;P&gt;Thank you! It works! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 11:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1557145#M599575</guid>
      <dc:creator>5abi0001</dc:creator>
      <dc:date>2019-03-15T11:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Names of Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1557149#M599576</link>
      <description>&lt;P&gt;You are welcome! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 12:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Names-of-Columns/m-p/1557149#M599576</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-03-15T12:03:38Z</dc:date>
    </item>
  </channel>
</rss>

