<?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: How to Select an Offset? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-Select-an-Offset/m-p/1861658#M71106</link>
    <description>&lt;P&gt;Thanks - I learned something new!&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 20:18:27 GMT</pubDate>
    <dc:creator>Trever</dc:creator>
    <dc:date>2021-11-19T20:18:27Z</dc:date>
    <item>
      <title>How to Select an Offset?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Select-an-Offset/m-p/1860683#M71016</link>
      <description>&lt;P&gt;I've got a table with several dozen associate names and performance numbers. The entire list isn't visible at once, so I'd like to create three side-by-side tables. Table 1 would show associates 1-10, Table 2 would show 11-20, and Table 3 showing the remainder.&lt;/P&gt;
&lt;P&gt;I've tried to use the TOP() function in Limitation, but that doesn't seem to work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This isn't a static list, so I can't specify A-F, or by employee id, etc. Need to do something similar to the SQL LIMIT and OFFSET functionality.&lt;/P&gt;
&lt;P&gt;Creative ideas on how to accomplish this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 22:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Select-an-Offset/m-p/1860683#M71016</guid>
      <dc:creator>Trever</dc:creator>
      <dc:date>2021-11-17T22:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select an Offset?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Select-an-Offset/m-p/1860705#M71018</link>
      <description>&lt;P&gt;I would use rank().&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you don't need totals for all associates (if that's what your splitting by), you can do a calculated dimension.&amp;nbsp; otherwise use it in your table's expressions.&lt;/P&gt;
&lt;P&gt;sum({&amp;lt; field = {"=rank(rank(field)) &amp;lt;=10"} &amp;gt;}&amp;nbsp; measure)&lt;/P&gt;
&lt;P&gt;sum({&amp;lt; field = {"=rank(rank(field)) &amp;lt;=20 and rank(rank(field)) &amp;gt; 10"} &amp;gt;}&amp;nbsp; measure)&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 23:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Select-an-Offset/m-p/1860705#M71018</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-11-17T23:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select an Offset?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Select-an-Offset/m-p/1861658#M71106</link>
      <description>&lt;P&gt;Thanks - I learned something new!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 20:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Select-an-Offset/m-p/1861658#M71106</guid>
      <dc:creator>Trever</dc:creator>
      <dc:date>2021-11-19T20:18:27Z</dc:date>
    </item>
  </channel>
</rss>

