<?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 how to change header row with ODBC (xlsb binary file) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114046#M367979</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 am fetching data from xlsb (Binary file). I have created ODBC connection for this file but I am not able to fetch columns of a particular table as header are starting from 3rd row. Is there any feature as we have in Excel (Embedded labels and Header line ) to fetch proper field names. currently names are coming as F1, F2,F3 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Piyush.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2016 14:55:36 GMT</pubDate>
    <dc:creator>tulsidaskhan</dc:creator>
    <dc:date>2016-05-10T14:55:36Z</dc:date>
    <item>
      <title>how to change header row with ODBC (xlsb binary file)</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114046#M367979</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 am fetching data from xlsb (Binary file). I have created ODBC connection for this file but I am not able to fetch columns of a particular table as header are starting from 3rd row. Is there any feature as we have in Excel (Embedded labels and Header line ) to fetch proper field names. currently names are coming as F1, F2,F3 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Piyush.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 14:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114046#M367979</guid>
      <dc:creator>tulsidaskhan</dc:creator>
      <dc:date>2016-05-10T14:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to change header row with ODBC (xlsb binary file)</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114047#M367980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this.. (if your headers are static in the row 3)&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14629353655459779 jive_text_macro" jivemacro_uid="_14629353655459779"&gt;
&lt;P&gt;ODBC CONNECT32 TO [Excel Files;DBQ=FilePath\FileName.xlsb];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD F1 as FieldName1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F2 as FieldName2,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F3 as FieldName3,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F4 as FieldName4 &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where RecNo()&amp;gt;3;&lt;/P&gt;
&lt;P&gt;SQL SELECT *&lt;/P&gt;
&lt;P&gt;FROM `FilePath\FileName.xlsb`.`Sheet1$`;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 02:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114047#M367980</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-05-11T02:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to change header row with ODBC (xlsb binary file)</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114048#M367981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi settu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though my headers are static (not freeze) on 3 rd row. but when I reload it using above script (without alias)&amp;nbsp; data coming but not header. could you please explain why this is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Piyush Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 11:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114048#M367981</guid>
      <dc:creator>tulsidaskhan</dc:creator>
      <dc:date>2016-05-11T11:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to change header row with ODBC (xlsb binary file)</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114049#M367982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you make it as "&amp;gt;=3" instead of "&amp;gt;3 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 14:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114049#M367982</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-05-11T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to change header row with ODBC (xlsb binary file)</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114050#M367983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi settu,&lt;/P&gt;&lt;P&gt;I tried the same. even I have tried &amp;gt;2. still its picking up the data but not picking the header.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 15:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114050#M367983</guid>
      <dc:creator>tulsidaskhan</dc:creator>
      <dc:date>2016-05-11T15:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to change header row with ODBC (xlsb binary file)</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114051#M367984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 15:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-header-row-with-ODBC-xlsb-binary-file/m-p/1114051#M367984</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-05-11T15:43:13Z</dc:date>
    </item>
  </channel>
</rss>

