<?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: Store  Table header as field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-Table-header-as-field/m-p/1645453#M730794</link>
    <description>&lt;P&gt;Varun, did either of the two posts get you what you needed?&amp;nbsp; If so, do not forget to come back to the thread and use the Accept as Solution button on the post(s) that helped to give credit and let others know things worked.&amp;nbsp; If you are still working on things, leave an update.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2019 15:27:29 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-11-11T15:27:29Z</dc:date>
    <item>
      <title>Store  Table header as field</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Table-header-as-field/m-p/1642868#M730791</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have an excel sheet which has fields with header like below.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;31/10/2019&lt;/TD&gt;&lt;TD&gt;30/11/2019&lt;/TD&gt;&lt;TD&gt;31/12/2019&lt;/TD&gt;&lt;TD&gt;31/01/2020&lt;/TD&gt;&lt;TD&gt;29/02/2020&lt;/TD&gt;&lt;TD&gt;31/03/2020&lt;/TD&gt;&lt;TD&gt;30/04/2020&lt;/TD&gt;&lt;TD&gt;31/05/2020&lt;/TD&gt;&lt;TD&gt;30/06/2020&lt;/TD&gt;&lt;TD&gt;31/07/2020&lt;/TD&gt;&lt;TD&gt;31/08/2020&lt;/TD&gt;&lt;TD&gt;30/09/2020&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I need to create a Field called months as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Month&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;31/10/2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;30/11/2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;31/12/2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;31/01/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;29/02/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;31/03/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;30/04/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;31/05/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;30/06/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;31/07/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;31/08/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;30/09/2020&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i achieve this ? Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Table-header-as-field/m-p/1642868#M730791</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2024-11-16T19:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Store  Table header as field</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Table-header-as-field/m-p/1642886#M730792</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when you load the excel, use "enable transformation step", then click on rotate&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Table-header-as-field/m-p/1642886#M730792</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-11-05T09:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Store  Table header as field</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Table-header-as-field/m-p/1642901#M730793</link>
      <description>&lt;P&gt;Ciao,&lt;/P&gt;&lt;P&gt;load from Table file, Excel then (as written above, in the 1st answer) -&amp;gt; Enable Transformation Step -&amp;gt; Rotate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, in the resulting LOAD script&amp;nbsp; use the Date function to convert dates in the proper format.&lt;/P&gt;&lt;P&gt;Date(@1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----&lt;BR /&gt;Directory;&lt;BR /&gt;LOAD&lt;BR /&gt;Date(@1)&lt;BR /&gt;FROM&lt;BR /&gt;row.xlsx&lt;BR /&gt;(ooxml, no labels, table is Foglio1, filters(&lt;BR /&gt;Rotate(right)&lt;BR /&gt;));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH.&lt;BR /&gt;Ciao,&lt;BR /&gt;/A&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Table-header-as-field/m-p/1642901#M730793</guid>
      <dc:creator>docpuddu</dc:creator>
      <dc:date>2019-11-05T09:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Store  Table header as field</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Table-header-as-field/m-p/1645453#M730794</link>
      <description>&lt;P&gt;Varun, did either of the two posts get you what you needed?&amp;nbsp; If so, do not forget to come back to the thread and use the Accept as Solution button on the post(s) that helped to give credit and let others know things worked.&amp;nbsp; If you are still working on things, leave an update.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 15:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Table-header-as-field/m-p/1645453#M730794</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-11-11T15:27:29Z</dc:date>
    </item>
  </channel>
</rss>

