<?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: Implementing pagination without macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Implementing-pagination-without-macro/m-p/352079#M130621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one problem here that if i include a counter in the load script,then the counter value cannot be changed.&lt;/P&gt;&lt;P&gt;But i need the counter to be generated dynamically based on the selections.&lt;/P&gt;&lt;P&gt; I dont know how to achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 13:05:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-19T13:05:55Z</dc:date>
    <item>
      <title>Implementing pagination without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Implementing-pagination-without-macro/m-p/352077#M130619</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;I have data in the following format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date, Country, City, Sum(Sales)&lt;/P&gt;&lt;P&gt;01-07-2012,A,X,100&lt;/P&gt;&lt;P&gt;01-07-2012,B,Y,200&lt;/P&gt;&lt;P&gt;01-07-2012,C,z,300&lt;/P&gt;&lt;P&gt;02-07-2012,A,X,400&lt;/P&gt;&lt;P&gt;02-07-2012,B,X,500&lt;/P&gt;&lt;P&gt;02-07-2012,C,X,600&lt;/P&gt;&lt;P&gt;... so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to implement pagination. I want to display 100 rows first and then click on say next button to display next 100 rows.&lt;/P&gt;&lt;P&gt;My constraints are&lt;/P&gt;&lt;P&gt;1) I cannot use macros&lt;/P&gt;&lt;P&gt;2) And, the data for that particular date is complete.&lt;/P&gt;&lt;P&gt;i.e. If say for date 01-07-2012 it has 80 rows and for date 02-07-2012 has 50 rows&lt;/P&gt;&lt;P&gt;then I need to display only 01-07-2012 date as i do not want to split data between dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 12:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Implementing-pagination-without-macro/m-p/352077#M130619</guid>
      <dc:creator />
      <dc:date>2012-07-16T12:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing pagination without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Implementing-pagination-without-macro/m-p/352078#M130620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sort table by date and add a counter to the table "&lt;STRONG&gt;Number&lt;/STRONG&gt;"&amp;nbsp; // on the load script;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create variable (on presentation) "&lt;STRONG&gt;Page&lt;/STRONG&gt;" &lt;/P&gt;&lt;P&gt;add two buttons"&lt;STRONG&gt;prev&lt;/STRONG&gt;" and "&lt;STRONG&gt;next&lt;/STRONG&gt;" (add trigger +1 and -1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make chart with calculated dimension =if(Number&amp;lt;Page*100 and Number&amp;gt;(Page-1)*100,Number) // it is an idea not a final expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you'll do that we'll see what to do with your second question&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 13:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Implementing-pagination-without-macro/m-p/352078#M130620</guid>
      <dc:creator />
      <dc:date>2012-07-16T13:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing pagination without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Implementing-pagination-without-macro/m-p/352079#M130621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one problem here that if i include a counter in the load script,then the counter value cannot be changed.&lt;/P&gt;&lt;P&gt;But i need the counter to be generated dynamically based on the selections.&lt;/P&gt;&lt;P&gt; I dont know how to achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 13:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Implementing-pagination-without-macro/m-p/352079#M130621</guid>
      <dc:creator />
      <dc:date>2012-07-19T13:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing pagination without macro</title>
      <link>https://community.qlik.com/t5/QlikView/Implementing-pagination-without-macro/m-p/352080#M130622</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;send a small sample of data, i'll try to fix it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 07:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Implementing-pagination-without-macro/m-p/352080#M130622</guid>
      <dc:creator />
      <dc:date>2012-07-20T07:44:19Z</dc:date>
    </item>
  </channel>
</rss>

