<?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: Reset the Limit of Rows (MaxNumShown) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reset-the-Limit-of-Rows-MaxNumShown/m-p/501382#M187359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set the value on true (...v. = true).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Aug 2013 15:01:42 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2013-08-16T15:01:42Z</dc:date>
    <item>
      <title>Reset the Limit of Rows (MaxNumShown)</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-the-Limit-of-Rows-MaxNumShown/m-p/501379#M187356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373;"&gt;i am using the following Marco to limit the number of rows:&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373;"&gt;(The limit in this example, is 1000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373; padding-left: 30px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;sub limitRow&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373; padding-left: 30px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;set chart = ActiveDocument.GetSheetObject("CH02")&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373; padding-left: 30px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;'set chart = ActiveDocument.Activesheet.CreateStraightTable&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373; padding-left: 30px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;'tb.AddField "Member"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373; padding-left: 30px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;set cp = chart.GetProperties&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373; padding-left: 30px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;cp.TableProperties.MaxNumShown.v = 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373; padding-left: 30px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;chart.SetProperties cp&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373; padding-left: 30px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;SET p = chart.GetProperties&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 13px; color: #737373; padding-left: 30px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;chart.SendToExcel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;end sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to reset the value back to the original value. &lt;/P&gt;&lt;P&gt;So from '1000' to NO LIMIT. Unfortunately I have no idea how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thx&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-the-Limit-of-Rows-MaxNumShown/m-p/501379#M187356</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2013-08-16T14:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reset the Limit of Rows (MaxNumShown)</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-the-Limit-of-Rows-MaxNumShown/m-p/501380#M187357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try setting it to 0. That causes it to show all records again here (using QV11.2).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-the-Limit-of-Rows-MaxNumShown/m-p/501380#M187357</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-16T14:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reset the Limit of Rows (MaxNumShown)</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-the-Limit-of-Rows-MaxNumShown/m-p/501381#M187358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thx - but the result is 0 (QV 10) &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-the-Limit-of-Rows-MaxNumShown/m-p/501381#M187358</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2013-08-16T14:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reset the Limit of Rows (MaxNumShown)</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-the-Limit-of-Rows-MaxNumShown/m-p/501382#M187359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set the value on true (...v. = true).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-the-Limit-of-Rows-MaxNumShown/m-p/501382#M187359</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-08-16T15:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reset the Limit of Rows (MaxNumShown)</title>
      <link>https://community.qlik.com/t5/QlikView/Reset-the-Limit-of-Rows-MaxNumShown/m-p/501383#M187360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Danke! Cool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reset-the-Limit-of-Rows-MaxNumShown/m-p/501383#M187360</guid>
      <dc:creator>chrisg</dc:creator>
      <dc:date>2013-08-16T15:08:40Z</dc:date>
    </item>
  </channel>
</rss>

