<?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: Adding header to data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-header-to-data/m-p/1118864#M911063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The question is actually while the columns can be named easily, is it possible to manipulate the newly defined column names with some operations, such as left(newly defined column, 3), Date (newly defined column name) etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I did this and load the data the script did not recognize this field so I had to use the column number instead of new field name. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2016 23:19:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-02T23:19:33Z</dc:date>
    <item>
      <title>Adding header to data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-header-to-data/m-p/1118863#M911062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a simple question but could not find the answer yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have multiple files of data without header that I need to process.&amp;nbsp; I have a list of header that can identify each column for these files. &lt;/P&gt;&lt;P&gt;Also, not all of the columns will be used when loading the data, so it will be partial load too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-header-to-data/m-p/1118863#M911062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding header to data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-header-to-data/m-p/1118864#M911063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The question is actually while the columns can be named easily, is it possible to manipulate the newly defined column names with some operations, such as left(newly defined column, 3), Date (newly defined column name) etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I did this and load the data the script did not recognize this field so I had to use the column number instead of new field name. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 23:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-header-to-data/m-p/1118864#M911063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-02T23:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding header to data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-header-to-data/m-p/1118865#M911064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share some sample data and the desired output so that we can take a look,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 23:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-header-to-data/m-p/1118865#M911064</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-06-02T23:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding header to data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-header-to-data/m-p/1118866#M911065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the example of the script I use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1 as Date, @2 as [ Time], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as [ IP address], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4 as Field D, &lt;SPAN style="font-size: 13.3333px;"&gt;@5 as Field E, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6 as Field F, &lt;SPAN style="font-size: 13.3333px;"&gt;@7 as Field G,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date (Date, 'DD/MM/YYY')&amp;amp;' '&amp;amp; @2&amp;nbsp; as [Time Stamp],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(Filed G,5) as Hardware_Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;File Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Time Stamp &amp;gt;'26/05/2016';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above script did not work unless I change&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;Date (Date, 'DD/MM/YYY')&amp;amp;' '&amp;amp; @2&amp;nbsp; as [Time Stamp],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(Filed G,5) as Hardware_Type&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;to &lt;/P&gt;&lt;P&gt; Date (@1, 'DD/MM/YYY')&amp;amp;' '&amp;amp; @2&amp;nbsp; as [Time Stamp],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Left(@7,5) as Hardware_Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and also &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Where Time Stamp &amp;gt;'26/05/2016';&lt;/EM&gt; to &lt;SPAN style="font-size: 13.3333px;"&gt;Where T@1 &amp;gt;'26/05/2016';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 00:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-header-to-data/m-p/1118866#M911065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-03T00:47:56Z</dc:date>
    </item>
  </channel>
</rss>

