<?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: short question start row = row 3 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789138#M279031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To clarify please post sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Dec 2014 08:41:30 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-12-26T08:41:30Z</dc:date>
    <item>
      <title>short question start row = row 3</title>
      <link>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789135#M279028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All my sheets that are beeing imported to qlik sense have start row 3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means that on the first and second row there are some information that I do not want to include in my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to use "header is 2 lines" but I cannot get this to work - do I use the wrong syntax? Or use it in a wrong way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appriciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 as Bokföringsdatum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as Transaktionsdatum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as Enskild_Transaktion,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4 as Belopp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5 as Behållning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('mapping_transaktionstyp',@3,'Ej Mappat') as Transaktionstyp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('mapping_transaktion',@3,'Ej Träff') as Transaktion&lt;/P&gt;&lt;P&gt;FROM [lib://Lönekonto TPL/Kontoutdrag_nov_2014.xls]&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, no labels, table is @1, &lt;STRONG style=": ; color: #ff0000; text-decoration: underline;"&gt;header is 2 lines&lt;/STRONG&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 22:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789135#M279028</guid>
      <dc:creator />
      <dc:date>2014-12-25T22:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: short question start row = row 3</title>
      <link>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789136#M279029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also try to add a where clause instead of the header line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 as Bokföringsdatum,&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as Transaktionsdatum,&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as Enskild_Transaktion,&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4 as Belopp,&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5 as Behållning,&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('mapping_transaktionstyp',@3,'Ej Mappat') as Transaktionstyp,&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('mapping_transaktion',@3,'Ej Träff') as Transaktion&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [lib://Lönekonto TPL/Kontoutdrag_nov_2014.xls]&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(html, codepage is 1252, no labels, table is @1)&lt;/P&gt;&lt;P style="font-size: 17px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where RecNo()&amp;gt;=3;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 23:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789136#M279029</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-25T23:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: short question start row = row 3</title>
      <link>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789137#M279030</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;If you have header in first row then &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;header is 2 lines &lt;/STRONG&gt;won't work if header is in 3rd row then this works, then you need to use &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Excelfile&lt;/P&gt;&lt;P&gt;WHERE RecNo &amp;gt;= 3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 02:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789137#M279030</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-26T02:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: short question start row = row 3</title>
      <link>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789138#M279031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To clarify please post sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 08:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789138#M279031</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-26T08:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: short question start row = row 3</title>
      <link>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789139#M279032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marco Wendel and Jagan for all your help. It works with RecNo &amp;gt;= 3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 12:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789139#M279032</guid>
      <dc:creator />
      <dc:date>2014-12-26T12:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: short question start row = row 3</title>
      <link>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789140#M279033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close your thread if there are no further questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 13:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789140#M279033</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-26T13:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: short question start row = row 3</title>
      <link>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789141#M279034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for closing your Thread.&lt;/P&gt;&lt;P&gt;If you mark an answer correct, that actually answered your question, this would help readers of this forum to find what they are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 19:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/short-question-start-row-row-3/m-p/789141#M279034</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-29T19:33:48Z</dc:date>
    </item>
  </channel>
</rss>

