<?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: Table Rows Deletion in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297086#M27443</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,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AC:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;id, sales1&lt;/P&gt;&lt;P&gt;1,10&lt;/P&gt;&lt;P&gt;2,20&lt;/P&gt;&lt;P&gt;3,40&lt;/P&gt;&lt;P&gt;4,30&lt;/P&gt;&lt;P&gt;5,15&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count:&lt;/P&gt;&lt;P&gt;load Count('id') as countid Resident AC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vcount=Peek('&lt;SPAN style="font-size: 13.3333px;"&gt;countid&lt;/SPAN&gt;',0,'&lt;SPAN style="font-size: 13.3333px;"&gt;count&lt;/SPAN&gt;');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AC1:&lt;/P&gt;&lt;P&gt;Load id as idtest, sales1 as salestest Resident AC Where RecNo()&amp;lt;&amp;gt;1 and RecNo()&amp;lt;&amp;gt;$(vcount);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 09:01:39 GMT</pubDate>
    <dc:creator>pathiqvd</dc:creator>
    <dc:date>2017-07-27T09:01:39Z</dc:date>
    <item>
      <title>Table Rows Deletion</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297083#M27440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table uploaded on Qlik. I want to delete the first row and the last row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have deleted the first row in the following way: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM [lib://Donation Sheets]&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @1)WHERE RecNo() &amp;gt; 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am unsure about deleting the final row also. How should this be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Alison &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 15:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297083#M27440</guid>
      <dc:creator />
      <dc:date>2017-07-26T15:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table Rows Deletion</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297084#M27441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I think you need to get the count of the rows and use that in your where condition. &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;WHERE RecNo() &amp;lt; select Count of rows from the table ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 16:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297084#M27441</guid>
      <dc:creator>Sakura</dc:creator>
      <dc:date>2017-07-26T16:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table Rows Deletion</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297085#M27442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. Please can you help me further, what will it been if, say, I want to get rid of row 1 and row 5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alison &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 08:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297085#M27442</guid>
      <dc:creator />
      <dc:date>2017-07-27T08:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table Rows Deletion</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297086#M27443</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,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AC:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;id, sales1&lt;/P&gt;&lt;P&gt;1,10&lt;/P&gt;&lt;P&gt;2,20&lt;/P&gt;&lt;P&gt;3,40&lt;/P&gt;&lt;P&gt;4,30&lt;/P&gt;&lt;P&gt;5,15&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count:&lt;/P&gt;&lt;P&gt;load Count('id') as countid Resident AC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vcount=Peek('&lt;SPAN style="font-size: 13.3333px;"&gt;countid&lt;/SPAN&gt;',0,'&lt;SPAN style="font-size: 13.3333px;"&gt;count&lt;/SPAN&gt;');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AC1:&lt;/P&gt;&lt;P&gt;Load id as idtest, sales1 as salestest Resident AC Where RecNo()&amp;lt;&amp;gt;1 and RecNo()&amp;lt;&amp;gt;$(vcount);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297086#M27443</guid>
      <dc:creator>pathiqvd</dc:creator>
      <dc:date>2017-07-27T09:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table Rows Deletion</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297087#M27444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lakshmipathi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion. It is not creating a inline table a bit over-complicated? Especially seeing as I can get rid of a single row just using&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WHERE RecNo() &amp;gt; 1;? Isn't there a simpler expression? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297087#M27444</guid>
      <dc:creator />
      <dc:date>2017-07-27T09:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table Rows Deletion</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297088#M27445</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; First load the data from database or excel anything ok&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AC:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;select * from table name or load * from excel;&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;after count rows&amp;nbsp; like below&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load Count('id') as countid Resident AC;&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;next use this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let vcount=Peek('&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;countid&lt;/SPAN&gt;',0,'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;count&lt;/SPAN&gt;');&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; once again load full table or resident and apply where condition &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;AC1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load id as idtest, sales1 as salestest Resident AC Where RecNo()&amp;lt;&amp;gt;1 and RecNo()&amp;lt;&amp;gt;$(vcount);&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;&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;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297088#M27445</guid>
      <dc:creator>pathiqvd</dc:creator>
      <dc:date>2017-07-27T09:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table Rows Deletion</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297089#M27446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you refer to rownumbers, it might be easier to include in your table, like:&lt;/P&gt;&lt;P&gt;BaseTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;RECNO()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS RowNo,&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FilteredTable:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD * RESIDENT BaseTable WHERE NOT MATCH (RowNo, 1, 5);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297089#M27446</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-07-27T09:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table Rows Deletion</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297090#M27447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been able to solve the issue by doing the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM [lib://Merchandise Sheet]&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @1) Where RecNo()&amp;lt;&amp;gt; 1 AND 5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only needed to use the AND function. As I thought, it was very simple! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 10:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Rows-Deletion/m-p/1297090#M27447</guid>
      <dc:creator />
      <dc:date>2017-07-27T10:36:48Z</dc:date>
    </item>
  </channel>
</rss>

