<?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>paging</title><link>https://community.appian.com/discussions/f/general/24236/paging</link><description>Hi, the issue is batch size in the paging.. count[no of rows] is miss matching.. 
 when i give the batch size =-1 then count[no of rows] will match to db data 
 when i give the batch size =10 or 1 or 20 or 50 whatever it will miss match the count[no of</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: paging</title><link>https://community.appian.com/thread/93489?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2022 12:45:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80b7c1d2-85c2-477c-b4f9-e4f6d38b91c9</guid><dc:creator>kirankhemnar</dc:creator><description>&lt;p&gt;If you want only Totalcount of rows form db table then provide batchsize as 0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: paging</title><link>https://community.appian.com/thread/93487?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2022 12:38:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:debe543e-90a7-4dee-995a-115fa188a9aa</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;Hi Kavya, don&amp;#39;t compare the select query from SQL statement with query entity in Appian. When you provide batch size ,then it means you are specifying the number of rows to be returned. If you provide batch size as -1 ,it means you want to return all rows from db in one go. &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: paging</title><link>https://community.appian.com/thread/93483?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2022 11:09:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f9a96c79-e7a9-4ae7-ae4a-e5b91d0038e8</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Start Index tells you from which row to start. Batch size tells you the number of rows from the start index.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: paging</title><link>https://community.appian.com/thread/93482?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2022 10:55:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0660872-b090-421f-8ba1-8070b1c714e0</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I do not really understand the issue. The batchsize defines the number of rows in the returned dataset.&lt;/p&gt;
&lt;p&gt;StartIndex and batchSize translate to offset and limit in SQL.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.mariadbtutorial.com/mariadb-basics/mariadb-limit/"&gt;www.mariadbtutorial.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: paging</title><link>https://community.appian.com/thread/93481?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2022 10:52:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:927d0704-236d-4a46-b75f-e5f211af5888</guid><dc:creator>KM</dc:creator><description>&lt;p&gt;what batchsize parameter will do?&lt;/p&gt;
&lt;p&gt;batch size parameter will return the no of items/ total items from the db&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: paging</title><link>https://community.appian.com/thread/93480?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2022 10:47:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:34965ef3-8d3b-4090-ba86-b829580f4611</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;OK. What do you mean with &amp;quot;count no of rows&amp;quot;? TotalCount? Rows returned?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: paging</title><link>https://community.appian.com/thread/93479?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2022 10:46:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bdd1e8b0-2043-4768-aa6a-3f38e2ab6ef9</guid><dc:creator>KM</dc:creator><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/discussions/f/rules/24215/between-operator-not-working"&gt;Appian Community&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: paging</title><link>https://community.appian.com/thread/93478?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2022 10:38:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a5d0d507-9e1a-4337-8904-e48e65427963</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Do you have any code snippets or error messages? And what do you want to achieve? What is &amp;quot;count&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>