<?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: Omit rows from table load; not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Omit-rows-from-table-load-not-working/m-p/38095#M2626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant!&amp;nbsp; Thanks, Jonathan.&amp;nbsp; That's exactly what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2018 09:10:02 GMT</pubDate>
    <dc:creator>gshockxcc</dc:creator>
    <dc:date>2018-06-18T09:10:02Z</dc:date>
    <item>
      <title>Omit rows from table load; not working</title>
      <link>https://community.qlik.com/t5/App-Development/Omit-rows-from-table-load-not-working/m-p/38092#M2623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to load data with headers in row 1, short description in row 2, data in rows 3 ... 86,400, etc.&amp;nbsp; I want to omit row two only.&amp;nbsp; I'm trying load as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', Where RowNo() &amp;lt;&amp;gt; 2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried:&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',')&lt;/P&gt;&lt;P&gt;Where RowNo() &amp;lt;&amp;gt; 2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No matter which method I try, I get the same result.&amp;nbsp; See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2018 20:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omit-rows-from-table-load-not-working/m-p/38092#M2623</guid>
      <dc:creator>gshockxcc</dc:creator>
      <dc:date>2018-06-17T20:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Omit rows from table load; not working</title>
      <link>https://community.qlik.com/t5/App-Development/Omit-rows-from-table-load-not-working/m-p/38093#M2624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kristan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this will be helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your_Table_Temp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;RowNo() as ID;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;From Your_Text_File&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Final_Table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Resident Your_Table_Temp Where ID &amp;lt;&amp;gt; 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 02:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omit-rows-from-table-load-not-working/m-p/38093#M2624</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-06-18T02:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Omit rows from table load; not working</title>
      <link>https://community.qlik.com/t5/App-Development/Omit-rows-from-table-load-not-working/m-p/38094#M2625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RowNo()n references output lines. You need RecNo() instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',')&lt;/P&gt;&lt;P&gt;Where &lt;STRONG&gt;RecNo()&lt;/STRONG&gt; &amp;gt; 1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 05:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omit-rows-from-table-load-not-working/m-p/38094#M2625</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-06-18T05:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Omit rows from table load; not working</title>
      <link>https://community.qlik.com/t5/App-Development/Omit-rows-from-table-load-not-working/m-p/38095#M2626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant!&amp;nbsp; Thanks, Jonathan.&amp;nbsp; That's exactly what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 09:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Omit-rows-from-table-load-not-working/m-p/38095#M2626</guid>
      <dc:creator>gshockxcc</dc:creator>
      <dc:date>2018-06-18T09:10:02Z</dc:date>
    </item>
  </channel>
</rss>

