<?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>Add sum row into read-only grid</title><link>https://community.appian.com/discussions/f/general/26738/add-sum-row-into-read-only-grid</link><description>How can I add a row that calculates all the rows above: 
 
 
 
 id 
 number 
 
 
 1 
 20 
 
 
 2 
 30 
 
 
 sum 
 50 
 
 
 
 something like this. 
 
 tnx</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Add sum row into read-only grid</title><link>https://community.appian.com/thread/104971?ContentTypeID=1</link><pubDate>Wed, 30 Nov 2022 09:27:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7c1581f1-455d-4d21-9657-49aa7565eeda</guid><dc:creator>Ranjith shanmugam</dc:creator><description>&lt;p&gt;Try to Append the map of Sum and use it on grid.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1669800385478v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1669800421095v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add sum row into read-only grid</title><link>https://community.appian.com/thread/104966?ContentTypeID=1</link><pubDate>Wed, 30 Nov 2022 08:34:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:545f30b6-da51-4ec6-adce-ef7474a59878</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;In the read only grid, its a bit tricky as you have to modify the data property. But if you can switch to an editable grid, then you can just create a gridRowLayout() outside the loop to show the sum using sum() function and passing the relevant property from the variable that you are iterating on.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>