<?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>Showing difference of two row in paging Grid</title><link>https://community.appian.com/discussions/f/user-interface/25617/showing-difference-of-two-row-in-paging-grid</link><description>Team, 
 We have a requirement where we need to show difference of two rows in third row in paging grid. Like below , any suggestion? 
 Third column should show difference of row 2 minus 1st row of Column A. 
 
 
 
 id 
 A 
 B 
 
 
 1 
 10 
 F 
 
 
 2</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Showing difference of two row in paging Grid</title><link>https://community.appian.com/thread/100101?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 14:55:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91397700-4ba9-49a8-a321-52392d679845</guid><dc:creator>gauravp013908</dc:creator><description>&lt;p&gt;Source of data will be from database. 2 rows only per array. Second minus one...third row &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing difference of two row in paging Grid</title><link>https://community.appian.com/thread/100099?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 14:38:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:108d8d00-0e92-4b3e-8f9b-ab212ef695e9</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;agreed - hence why my initial response was asking about the original source of the data, since that has a tremendous impact on what approach is taken here (or what would even work at all).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing difference of two row in paging Grid</title><link>https://community.appian.com/thread/100098?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 14:33:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:36d4642e-14ac-4b46-a7ba-af354000df19</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;True, but this depends on the number of rows needed. For two + 1 rows, that approach should be fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing difference of two row in paging Grid</title><link>https://community.appian.com/thread/100097?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 14:31:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c87ae723-da57-4fae-a435-20d3574d6573</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;yes, though if it matters, this example is an editable grid (where the calculations are easy to do on a row-by-row and column-by-column basis), not a paging / read-only grid, where if we&amp;#39;re going to do a similar thing, we need to assemble all the data up-front (or some other workaround).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing difference of two row in paging Grid</title><link>https://community.appian.com/thread/100096?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 14:18:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d632b7d7-2020-4e9d-a795-dbad99b24574</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This example form includes your use case&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1661350714505v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing difference of two row in paging Grid</title><link>https://community.appian.com/thread/100094?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 13:28:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9ef17aba-8476-485b-96f0-f10e54472906</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;DataSubset is not the &amp;quot;source&amp;quot;, but just how you have the local data stored.&amp;nbsp; &amp;quot;Source&amp;quot; means where the data is originally coming from (unless it&amp;#39;s just hardcoded static values in a local variable, in which case you should clarify).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing difference of two row in paging Grid</title><link>https://community.appian.com/thread/100093?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 13:26:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd057f23-ea50-4673-8f75-bf04dc07e6b5</guid><dc:creator>gauravp013908</dc:creator><description>&lt;p&gt;source of data is data subset and it will not change,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing difference of two row in paging Grid</title><link>https://community.appian.com/thread/100092?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 13:25:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0e79bf8d-d5fa-40ed-b87e-57725624f574</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What is the source of your data?&amp;nbsp; Is it something static, or something with a variable number of rows?&amp;nbsp; Whether this functionality is even possible at all, depends very strongly on these details which you haven&amp;#39;t provided.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>