<?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 Access Point Rows Attribute Name (QV9) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Access-Point-Rows-Attribute-Name-QV9/m-p/430846#M1333074</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;Does anyone know the name of the attribute / variable that contains the default selected value for the Rows: drop-down box in QV9 Access Point. The index.htm file refers to .Pagesize but I believe this is a the value list not the attribute which contains the default selected value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is force a default to 10 (as it seems to be currently set to ALL) as we have many files and it is taking a long time to generate the list for users whom are logging into the Access Point for the first time on a particular PC. I am trying to use the methodas described in the below post, which doesn't seem to work when I use "Pagesize" as the attribute and 10 as the value:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/159161" target="_blank"&gt;http://community.qlik.com/message/159161&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to override the default selected value in the statement which defines the Rows: drop down in the index.htm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this:&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13506146739393801" jivemacro_uid="_13506146739393801"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;span avq=".Pagesize_text"&amp;gt;Rows&amp;lt;/span&amp;gt;:&amp;nbsp; &amp;lt;select avq="edit:.Pagesize"&amp;gt;&amp;lt;/select&amp;gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To this:&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13506146176942881" jivemacro_uid="_13506146176942881"&gt;&lt;P&gt;&amp;lt;span avq=".Pagesize_text"&amp;gt;Rows&amp;lt;/span&amp;gt;:&amp;nbsp; &amp;lt;select avq="edit:.Pagesize"&amp;gt; &amp;lt;option selected="selected"&amp;gt;10&amp;lt;/option&amp;gt; &amp;lt;/select&amp;gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see it select the value in the box but it seems the jscript then runs and overwrites the value back to ALL. I have also looked through, I think, all of the .css and .js files looking for the attribute but can't find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone else has any other suggestions on how to change or override the default value for the drop-down please let me know. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Access Point Rows Attribute Name (QV9)</title>
      <link>https://community.qlik.com/t5/QlikView/Access-Point-Rows-Attribute-Name-QV9/m-p/430846#M1333074</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;Does anyone know the name of the attribute / variable that contains the default selected value for the Rows: drop-down box in QV9 Access Point. The index.htm file refers to .Pagesize but I believe this is a the value list not the attribute which contains the default selected value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is force a default to 10 (as it seems to be currently set to ALL) as we have many files and it is taking a long time to generate the list for users whom are logging into the Access Point for the first time on a particular PC. I am trying to use the methodas described in the below post, which doesn't seem to work when I use "Pagesize" as the attribute and 10 as the value:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/159161" target="_blank"&gt;http://community.qlik.com/message/159161&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to override the default selected value in the statement which defines the Rows: drop down in the index.htm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this:&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13506146739393801" jivemacro_uid="_13506146739393801"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;span avq=".Pagesize_text"&amp;gt;Rows&amp;lt;/span&amp;gt;:&amp;nbsp; &amp;lt;select avq="edit:.Pagesize"&amp;gt;&amp;lt;/select&amp;gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To this:&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13506146176942881" jivemacro_uid="_13506146176942881"&gt;&lt;P&gt;&amp;lt;span avq=".Pagesize_text"&amp;gt;Rows&amp;lt;/span&amp;gt;:&amp;nbsp; &amp;lt;select avq="edit:.Pagesize"&amp;gt; &amp;lt;option selected="selected"&amp;gt;10&amp;lt;/option&amp;gt; &amp;lt;/select&amp;gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see it select the value in the box but it seems the jscript then runs and overwrites the value back to ALL. I have also looked through, I think, all of the .css and .js files looking for the attribute but can't find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone else has any other suggestions on how to change or override the default value for the drop-down please let me know. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-Point-Rows-Attribute-Name-QV9/m-p/430846#M1333074</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
  </channel>
</rss>

