<?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 Straight Table Display in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492611#M184253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with 200 rows of record. What is the best method to display it page by page or by auto scroll the table ? It's like what we see in the airport the page will changes after certain time to display the different flights&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Aug 2013 08:48:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-14T08:48:33Z</dc:date>
    <item>
      <title>Straight Table Display</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492611#M184253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with 200 rows of record. What is the best method to display it page by page or by auto scroll the table ? It's like what we see in the airport the page will changes after certain time to display the different flights&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 08:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492611#M184253</guid>
      <dc:creator />
      <dc:date>2013-08-14T08:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Display</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492612#M184254</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;what do you mean with page by page? I always use it with scroll function and no sizing to data. So my defined layout stays as it is (and should be).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is important data to be shown first, I think you should be able to do this with sorting (-expressions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I understood you right. If not, please give an example or a bit more input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- PS -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 08:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492612#M184254</guid>
      <dc:creator>peschu123</dc:creator>
      <dc:date>2013-08-14T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Display</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492613#M184255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example, my straight table got 200 thousands of record. But with the current table size, it only show 50 records and i need to scroll down for more record. I am looking for something can auto scroll down, or show the next 50 automatically and loop back to first page,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like airport departure flight status. There are many flights, but each time the TV might only able to show 30 flights, so the next 30 flight will display after certain time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do it automatically &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 09:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492613#M184255</guid>
      <dc:creator />
      <dc:date>2013-08-14T09:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Display</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492614#M184256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use Timer() functionality in VBScript. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/8944"&gt;http://community.qlik.com/thread/8944&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logical steps to accomplish your requirement :&lt;/P&gt;&lt;P&gt;1 - Determine max number of rows that can be shown in your table (let us say 20 rows)&lt;/P&gt;&lt;P&gt;2 - Restrict the dimension to display rows based on some variables (e.g. start, end, 1 to 20 in the first instance)&lt;/P&gt;&lt;P&gt;3 - Update the variable values using timer() functionality (start+20, end+20, you need test if its last page so you may need to reset the variables to the first page i.e start =1 and end = 20).&lt;/P&gt;&lt;P&gt;4 - Straight table will be refreshed periodically!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MultiView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 09:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492614#M184256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-14T09:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Display</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492615#M184257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. Very new in qlikview. Would you mind to provide me a simple example? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 00:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492615#M184257</guid>
      <dc:creator />
      <dc:date>2013-08-15T00:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Display</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492616#M184258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am almost there already. What i need to do right now is add the timer and change a variable. then the page will changed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know how do i add the timer and update a variable? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 03:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Display/m-p/492616#M184258</guid>
      <dc:creator />
      <dc:date>2013-08-16T03:32:25Z</dc:date>
    </item>
  </channel>
</rss>

