<?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: Changing Field Names in script using translation table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-Field-Names-in-script-using-translation-table/m-p/460862#M172055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the rename statement. See more on &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/09/25/how-to-rename-fields"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/09/25/how-to-rename-fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 16:24:23 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2013-06-11T16:24:23Z</dc:date>
    <item>
      <title>Changing Field Names in script using translation table</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-Names-in-script-using-translation-table/m-p/460861#M172054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I need some quick help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a translation table with Fieldnames and its new fieldNames:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="201"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="96"&gt;OldFieldName&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="105"&gt;NewFieldName&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;a-AA&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;a1-AA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;b-AA&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;b1-AA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;c-AA&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;c1-AA&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have my data table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="111"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="37"&gt;a-AA&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="38"&gt;b-AA&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="36"&gt;c-AA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;P&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Using the translation table i want to rename the field names a-AA,b-AA,c-AA so my table looks like below:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="132"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="44"&gt;a1-AA&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="45"&gt;b1-AA&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="43"&gt;c1-AA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it so simple that im missing the basics here .. i dont want to be using the Aliases in the script. i just want to use my translation table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 13:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-Names-in-script-using-translation-table/m-p/460861#M172054</guid>
      <dc:creator>nam</dc:creator>
      <dc:date>2013-06-11T13:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field Names in script using translation table</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-Names-in-script-using-translation-table/m-p/460862#M172055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the rename statement. See more on &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/09/25/how-to-rename-fields"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/09/25/how-to-rename-fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 16:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-Names-in-script-using-translation-table/m-p/460862#M172055</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-06-11T16:24:23Z</dc:date>
    </item>
  </channel>
</rss>

