<?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: How to add QlikView Header where the Header and Data located in different tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-QlikView-Header-where-the-Header-and-Data-located-in/m-p/3317#M791771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I would create a mapping-table from the header and renaming within it the fields from data-load maybe in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header:&lt;/P&gt;&lt;P&gt;crosstable(Field, Fieldname, 1)&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; 'Dummy' as Dummy, * &lt;/P&gt;&lt;P&gt;FROM [VEHICLE Header.TXT] (txt, codepage is 1252, no labels, delimiter is '\t');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapRenameFields:&lt;/P&gt;&lt;P&gt;mapping load Field, Fieldname resident Header;&lt;/P&gt;&lt;P&gt;drop tables Header;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load * FROM [VEHICLE Data.TXT] (txt, codepage is 1252, no labels, delimiter is '\t');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rename fields using MapRenameFields;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2018 14:57:54 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-01-19T14:57:54Z</dc:date>
    <item>
      <title>How to add QlikView Header where the Header and Data located in different tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-QlikView-Header-where-the-Header-and-Data-located-in/m-p/3314#M791768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m facing problem where the header and data separately in 2 different source. How can I join both files in Qlik View as single data with header?&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/How-to-add-QlikView-Header-where-the-Header-and-Data-located-in/m-p/3314#M791768</guid>
      <dc:creator>mohdhaniff</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add QlikView Header where the Header and Data located in different tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-QlikView-Header-where-the-Header-and-Data-located-in/m-p/3315#M791769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below function to load your file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;rename&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;fields&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;@2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REG_NUMBER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;First load the data file(Not header) in QV&amp;nbsp; and then using excel create this syntax by concatenation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;@1 to ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;@2 to &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REG_NUMBER&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;so on..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 08:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-QlikView-Header-where-the-Header-and-Data-located-in/m-p/3315#M791769</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-01-19T08:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to add QlikView Header where the Header and Data located in different tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-QlikView-Header-where-the-Header-and-Data-located-in/m-p/3316#M791770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As there are no column names on your source is not clear how you want them linked or joined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They do not necessarily need to be joined in QV, as they will associate via common fields. Simply load each file using alias names like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;Header:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;LOAD @1 as NameOfField1, &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; @2 as NameOfField2,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD @1 as NameOfField1, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as NameOfField2,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to join them, replace the second table name by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Join(Header)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Inner Join(Header)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left Join(Header)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The join will be on the common field names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 08:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-QlikView-Header-where-the-Header-and-Data-located-in/m-p/3316#M791770</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-01-19T08:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add QlikView Header where the Header and Data located in different tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-QlikView-Header-where-the-Header-and-Data-located-in/m-p/3317#M791771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I would create a mapping-table from the header and renaming within it the fields from data-load maybe in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header:&lt;/P&gt;&lt;P&gt;crosstable(Field, Fieldname, 1)&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; 'Dummy' as Dummy, * &lt;/P&gt;&lt;P&gt;FROM [VEHICLE Header.TXT] (txt, codepage is 1252, no labels, delimiter is '\t');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapRenameFields:&lt;/P&gt;&lt;P&gt;mapping load Field, Fieldname resident Header;&lt;/P&gt;&lt;P&gt;drop tables Header;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load * FROM [VEHICLE Data.TXT] (txt, codepage is 1252, no labels, delimiter is '\t');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rename fields using MapRenameFields;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 14:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-QlikView-Header-where-the-Header-and-Data-located-in/m-p/3317#M791771</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-19T14:57:54Z</dc:date>
    </item>
  </channel>
</rss>

