<?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 Get value from table with particular RowNo incremented by 40 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-value-from-table-with-particular-RowNo-incremented-by-40/m-p/1673859#M449582</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to extract values from particular rows: first and second and incremented by 40 (1,2,41,42,81,82 etc)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i'm loading main table and in next loading table with resident statement, i don't know how to write where statement with incremental, I tried mod script but it dont work&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for all help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greeting and have a nice day!&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 11:43:34 GMT</pubDate>
    <dc:creator>Woojtek_96</dc:creator>
    <dc:date>2020-02-10T11:43:34Z</dc:date>
    <item>
      <title>Get value from table with particular RowNo incremented by 40</title>
      <link>https://community.qlik.com/t5/QlikView/Get-value-from-table-with-particular-RowNo-incremented-by-40/m-p/1673859#M449582</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to extract values from particular rows: first and second and incremented by 40 (1,2,41,42,81,82 etc)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i'm loading main table and in next loading table with resident statement, i don't know how to write where statement with incremental, I tried mod script but it dont work&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for all help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greeting and have a nice day!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 11:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-value-from-table-with-particular-RowNo-incremented-by-40/m-p/1673859#M449582</guid>
      <dc:creator>Woojtek_96</dc:creator>
      <dc:date>2020-02-10T11:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get value from table with particular RowNo incremented by 40</title>
      <link>https://community.qlik.com/t5/QlikView/Get-value-from-table-with-particular-RowNo-incremented-by-40/m-p/1673872#M449583</link>
      <description>&lt;P&gt;This seems to have worked for me&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table:
LOAD RowNo() as [Row Number]
AutoGenerate 1000;

FinalTable:
NoConcatenate
LOAD *
Resident Table
Where Mod([Row Number] - 1, 40) = 0 or Mod([Row Number] - 2, 40) = 0;

DROP Table Table;&lt;/LI-CODE&gt;&lt;P&gt;So, basically if you create a field using RowNo() in your main table, you can use something like this in the resident load&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Where Mod([Row Number] - 1, 40) = 0 or Mod([Row Number] - 2, 40) = 0;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 10 Feb 2020 12:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-value-from-table-with-particular-RowNo-incremented-by-40/m-p/1673872#M449583</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-10T12:24:31Z</dc:date>
    </item>
  </channel>
</rss>

