<?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>Calling expression data in batches</title><link>https://community.appian.com/discussions/f/new-to-appian/37741/calling-expression-data-in-batches</link><description>Hi All, I am calling the data from db through expression rules and gave batch size as 100. I need to use this data in interface inside grid, is this only 100 records will be displayed in interface or I can display whole data from table.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Calling expression data in batches</title><link>https://community.appian.com/thread/141778?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 06:23:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a1b5fc36-fbb3-421e-ba5a-382980d78bc2</guid><dc:creator>Yogi Patel</dc:creator><description>&lt;p&gt;&lt;span&gt;See the Paging section of Read-Only Grid documentation to get more ideas. There are multiple ways like grid-managed paging, direct query, query using an expression rule, etc.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://docs.appian.com/suite/help/24.3/read-only-grid-configuration.html#paging-and-sorting"&gt;https://docs.appian.com/suite/help/24.3/read-only-grid-configuration.html#paging-and-sorting&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calling expression data in batches</title><link>https://community.appian.com/thread/141774?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 05:59:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:32a4b429-3afc-4ce7-a047-c7f3ac2b6dfc</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;You can use batch size as -1 to pull all the&amp;nbsp;rows from the table and use it to display in the grid.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But it is strictly not advisable keeping the SAIL performance in mind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calling expression data in batches</title><link>https://community.appian.com/thread/141767?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 02:14:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fdcfc422-f233-4725-8a01-e31ddcc37e72</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello &lt;span style="background-color:#eeeeee;"&gt;&lt;a href="/members/shubhamy3376"&gt;Rahul009&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Since you are using the expression rule for your grid&amp;#39;s data source, whatever batch size you have configured in the query will be the number of rows you will be able to display in the grid. Also your &lt;em&gt;pageSize&lt;/em&gt; parameter in the grid will define the number of rows to be displayed in the current page. Also If you want all the records in the grid you can use the recordData() for the data parameter in the grid instead of your expression rule. Do not show all the rows in a single page, It would not be a good user experience.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calling expression data in batches</title><link>https://community.appian.com/thread/141761?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 18:30:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:12de0992-6110-4dc7-85e9-67da15254c7c</guid><dc:creator>Stefan Helzle</dc:creator><description>[quote userid="201015" url="~/discussions/f/new-to-appian/37741/calling-expression-data-in-batches"]or I can display whole data from table.[/quote]
&lt;p&gt;No, you do not want to show the whole database table in a grid.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Calling expression data in batches</title><link>https://community.appian.com/thread/141758?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 17:28:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f54cfac5-1876-4067-87a0-d0325bba8f80</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What exactly is your question?&amp;nbsp; What requirement do you have and what trouble are you having fulfilling it?&amp;nbsp; What have you already tried and found not to work as expected?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>