<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>how to show first &amp;#39;n&amp;#39; rows in read only Grid</title><link>https://community.appian.com/discussions/f/data/21751/how-to-show-first-n-rows-in-read-only-grid</link><description>Hi , 
 I am using Record type as a data source as grid field . I have the requirement to show the first 500 record list in the grid after applying filters and sorting. I did something like this. 
 local!pagingInfo: a!pagingInfo(startIndex: 1, batchSize</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to show first 'n' rows in read only Grid</title><link>https://community.appian.com/thread/85095?ContentTypeID=1</link><pubDate>Sun, 29 Aug 2021 08:31:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eed866b2-42c3-4cd9-958e-224880b92814</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Then add a user filter, define &amp;quot;old&amp;quot; as &amp;quot;created before now() - N days&amp;quot; and make this the default. In case someone needs to check an older one, he still can do that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show first 'n' rows in read only Grid</title><link>https://community.appian.com/thread/85091?ContentTypeID=1</link><pubDate>Sun, 29 Aug 2021 05:51:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be52f97d-8020-4fdd-9a92-824a68185f2e</guid><dc:creator>nitesht9652</dc:creator><description>&lt;p&gt;You could create a View by selecting * from&amp;nbsp;the table, sort it by ID and LIMIT the result by 500 and then use this View as a data source. Would this help your use case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show first 'n' rows in read only Grid</title><link>https://community.appian.com/thread/85089?ContentTypeID=1</link><pubDate>Sat, 28 Aug 2021 18:49:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cc8bddc1-c282-43bd-affc-3143387d19cd</guid><dc:creator>sugasanr300208</dc:creator><description>&lt;p&gt;users don&amp;#39;t want to see older records. if I move away from recordType in grid, then we&amp;nbsp; will be losing OOB features in the grid for eg&amp;nbsp;&lt;span&gt;search box, user filters, record actions, and the Export to Excel button. our business users dont like taking away this feature. Moreover, update funtion is not present in version 20.4&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show first 'n' rows in read only Grid</title><link>https://community.appian.com/thread/85088?ContentTypeID=1</link><pubDate>Sat, 28 Aug 2021 16:14:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5841f24e-108e-47ee-bb1c-8ea09ccbb36b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Interesting requirement ... what&amp;#39;s the purpose?&lt;/p&gt;
&lt;p&gt;I would create an expression which fetches the data including paging info for paging in the grid. Then I would manipulate the totalCount attribute using a!update to be 500 or less.&lt;/p&gt;
&lt;p&gt;Then the grid should manage everything else.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show first 'n' rows in read only Grid</title><link>https://community.appian.com/thread/85087?ContentTypeID=1</link><pubDate>Sat, 28 Aug 2021 15:23:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:230547a5-d2a8-48cf-9899-c22f8faf3882</guid><dc:creator>sugasanr300208</dc:creator><description>&lt;p&gt;show only 500 rows.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to show first 'n' rows in read only Grid</title><link>https://community.appian.com/thread/85086?ContentTypeID=1</link><pubDate>Sat, 28 Aug 2021 15:19:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a56e88da-fdcd-475c-bf4c-f9b0d3f568d0</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Did you check this?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/21.3/read-only-grid-configuration.html#paging-&amp;amp;-sorting"&gt;https://docs.appian.com/suite/help/21.3/read-only-grid-configuration.html#paging-&amp;amp;-sorting&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Do you want to show only 500 rows at all, or 500 per page?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>