<?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: Skipping top 10 row and  Embedded labels while Loading xlsb file format into Qlikview using ODBC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Skipping-top-10-row-and-Embedded-labels-while-Loading-xlsb-file/m-p/1693453#M450785</link>
    <description>&lt;P&gt;If Ruben's post got you what you needed, please be sure to close out your thread by using the Accept as Solution button on his post.&amp;nbsp; This will give him credit for the help and confirm to other Members this worked.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking of trying to using the transformation wizard in the Load Script editor to do the work, but I do not know how the heck to do that on a SQL Select load, not sure if you try to load the XLSB file directly if that would work or not, that is not an extension we list, but we do use BIFF translator, so might be worth a shot to try that way to see if it might work.&amp;nbsp; I would recommend Ruben's idea otherwise.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 14 Apr 2020 20:27:40 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-04-14T20:27:40Z</dc:date>
    <item>
      <title>Skipping top 10 row and  Embedded labels while Loading xlsb file format into Qlikview using ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Skipping-top-10-row-and-Embedded-labels-while-Loading-xlsb-file/m-p/1686695#M450429</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am able to load the data from xlsb&amp;nbsp;files to the Qlikview using ODBC connection. Load script is generating like below&lt;/P&gt;&lt;P&gt;Load F1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F3,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ;&lt;/P&gt;&lt;P&gt;SQL Select *&amp;nbsp;&lt;/P&gt;&lt;P&gt;From&amp;nbsp; 'Filepath\FileName.xlsb'.'sheet1$';&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest to skip to 10 rows and embedded labels while loading from xlsb files.Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skipping-top-10-row-and-Embedded-labels-while-Loading-xlsb-file/m-p/1686695#M450429</guid>
      <dc:creator>venkat_dabbakut</dc:creator>
      <dc:date>2024-11-16T18:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Skipping top 10 row and  Embedded labels while Loading xlsb file format into Qlikview using ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Skipping-top-10-row-and-Embedded-labels-while-Loading-xlsb-file/m-p/1686742#M450432</link>
      <description>&lt;P&gt;Hi, maybe using a RownNo() ,field and precedent load like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD F1, F2, F3
Where Row&amp;gt;10 // or 11 to ignore labels
;
Load F1,
     F2,
     F3,
     RowNo() as Row
;
SQL Select * 
From  'Filepath\FileName.xlsb'.'sheet1$'; &lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 22 Mar 2020 19:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skipping-top-10-row-and-Embedded-labels-while-Loading-xlsb-file/m-p/1686742#M450432</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-03-22T19:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Skipping top 10 row and  Embedded labels while Loading xlsb file format into Qlikview using ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Skipping-top-10-row-and-Embedded-labels-while-Loading-xlsb-file/m-p/1693453#M450785</link>
      <description>&lt;P&gt;If Ruben's post got you what you needed, please be sure to close out your thread by using the Accept as Solution button on his post.&amp;nbsp; This will give him credit for the help and confirm to other Members this worked.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking of trying to using the transformation wizard in the Load Script editor to do the work, but I do not know how the heck to do that on a SQL Select load, not sure if you try to load the XLSB file directly if that would work or not, that is not an extension we list, but we do use BIFF translator, so might be worth a shot to try that way to see if it might work.&amp;nbsp; I would recommend Ruben's idea otherwise.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 20:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skipping-top-10-row-and-Embedded-labels-while-Loading-xlsb-file/m-p/1693453#M450785</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-04-14T20:27:40Z</dc:date>
    </item>
  </channel>
</rss>

