<?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: Read header in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069016#M357183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try with code, and I try wih table assistance (Here I think you did something)... I don´t know what thing is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach my test sample with base data... Is the same to the real in format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2016 19:39:29 GMT</pubDate>
    <dc:creator>pgalvezt</dc:creator>
    <dc:date>2016-04-06T19:39:29Z</dc:date>
    <item>
      <title>Read header</title>
      <link>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069013#M357180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Actually I have had reading multiples xls from 1 folder.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Problem is four of the all headers are 1 row upper in excel and in their place there are numbers. Those numbers goes changing according to excel file. I Ittached an enviroment excel file explaining the situation. How qlikview can read this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 17:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069013#M357180</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-06T17:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Read header</title>
      <link>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069014#M357181</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;May be like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1459965170537426 jive_text_macro" jivemacro_uid="_1459965170537426" modifiedtitle="true"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD Name,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sale,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sale%,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Header a],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Header b],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Header c],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Header d]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[ColumnHeaderProblem*.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is [What I Have], filters(&lt;/P&gt;
&lt;P&gt;Replace(1, bottom, StrCnd(null)),&lt;/P&gt;
&lt;P&gt;Replace(2, bottom, StrCnd(null)),&lt;/P&gt;
&lt;P&gt;Replace(3, bottom, StrCnd(null)),&lt;/P&gt;
&lt;P&gt;Replace(4, bottom, StrCnd(null)),&lt;/P&gt;
&lt;P&gt;Replace(1, bottom, StrCnd(null)),&lt;/P&gt;
&lt;P&gt;Replace(5, bottom, StrCnd(null)),&lt;/P&gt;
&lt;P&gt;Replace(6, bottom, StrCnd(null)),&lt;/P&gt;
&lt;P&gt;Remove(Row, Pos(Top, 2))&lt;/P&gt;
&lt;P&gt;));&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="120767" alt="Excel Column Header-212380.PNG" class="jive-image image-1" src="/legacyfs/online/120767_Excel Column Header-212380.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 17:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069014#M357181</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-04-06T17:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Read header</title>
      <link>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069015#M357182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thank you for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question? Did you use a table qlikview assistance? (Transform)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 18:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069015#M357182</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-06T18:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Read header</title>
      <link>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069016#M357183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try with code, and I try wih table assistance (Here I think you did something)... I don´t know what thing is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach my test sample with base data... Is the same to the real in format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 19:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069016#M357183</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-06T19:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Read header</title>
      <link>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069017#M357184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the solution, In label I Changed all names and then delete the 2nd row. Now QlikView read all field documents very well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is GENERAL$, filters(&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 5)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 4)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 3)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 2)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 1)),&lt;/P&gt;&lt;P&gt;Top(1, 'Rut'),&lt;/P&gt;&lt;P&gt;Top(2, 'Nombre'),&lt;/P&gt;&lt;P&gt;Top(3, 'H. Pactadas'),&lt;/P&gt;&lt;P&gt;Top(4, 'Lunes'),&lt;/P&gt;&lt;P&gt;Top(5, 'Martes'),&lt;/P&gt;&lt;P&gt;Top(6, 'Miercoles'),&lt;/P&gt;&lt;P&gt;Top(7, 'Jueves'),&lt;/P&gt;&lt;P&gt;Top(8, 'Viernes'),&lt;/P&gt;&lt;P&gt;Top(9, 'Sabado'),&lt;/P&gt;&lt;P&gt;Top(10, 'Domingo'),&lt;/P&gt;&lt;P&gt;Top(11, 'Semanales'),&lt;/P&gt;&lt;P&gt;Top(12, 'Ordinarias'),&lt;/P&gt;&lt;P&gt;Top(13, 'H. Extras'),&lt;/P&gt;&lt;P&gt;Top(14, 'D. Trabajados'),&lt;/P&gt;&lt;P&gt;Top(15, 'Locomocion'),&lt;/P&gt;&lt;P&gt;Top(20, 'Errores'),&lt;/P&gt;&lt;P&gt;Top(21, 'Entero'),&lt;/P&gt;&lt;P&gt;Top(22, 'Hora'),&lt;/P&gt;&lt;P&gt;Top(23, 'Status'),&lt;/P&gt;&lt;P&gt;Top(24, 'CeCo'),&lt;/P&gt;&lt;P&gt;Top(25, 'Cod. CeCo'),&lt;/P&gt;&lt;P&gt;Top(26, 'Sueldo'),&lt;/P&gt;&lt;P&gt;Top(27, 'Nomina'),&lt;/P&gt;&lt;P&gt;Top(28, 'Cargo'),&lt;/P&gt;&lt;P&gt;Top(29, 'xx'),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 2))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 21:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069017#M357184</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-06T21:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Read header</title>
      <link>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069018#M357185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Yup I used qlikview transform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fine your Query Solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 03:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-header/m-p/1069018#M357185</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-04-07T03:48:48Z</dc:date>
    </item>
  </channel>
</rss>

