<?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: append all fields on load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/append-all-fields-on-load/m-p/298187#M1194991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you have to alias or rename fields individually.&amp;nbsp; You can, however, rename using a loop.&amp;nbsp; For instance, I can rename all fields in table Data like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;FOR i=nooffields('Data') TO 1 STEP -1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vField=fieldname(i,'Data');&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RENAME FIELD "$(vField)" TO "$(vField)1";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NEXT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2011 20:41:04 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-05-13T20:41:04Z</dc:date>
    <item>
      <title>append all fields on load</title>
      <link>https://community.qlik.com/t5/QlikView/append-all-fields-on-load/m-p/298186#M1194990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to append all field names on load ... Is that possible??? I can do an alias or ,FIELD as FIELD1 but i would have to do it to all the fileds...&lt;/P&gt;&lt;P&gt;so is there an easy way to do this like ALIAS * as *1; or do i ahve to do all fieldnames individualy???&lt;/P&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 12:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/append-all-fields-on-load/m-p/298186#M1194990</guid>
      <dc:creator />
      <dc:date>2011-05-13T12:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: append all fields on load</title>
      <link>https://community.qlik.com/t5/QlikView/append-all-fields-on-load/m-p/298187#M1194991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you have to alias or rename fields individually.&amp;nbsp; You can, however, rename using a loop.&amp;nbsp; For instance, I can rename all fields in table Data like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;FOR i=nooffields('Data') TO 1 STEP -1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vField=fieldname(i,'Data');&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RENAME FIELD "$(vField)" TO "$(vField)1";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NEXT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 20:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/append-all-fields-on-load/m-p/298187#M1194991</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-05-13T20:41:04Z</dc:date>
    </item>
  </channel>
</rss>

