<?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>Editable grid column is showing values but not saving them</title><link>https://community.appian.com/discussions/f/user-interface/18752/editable-grid-column-is-showing-values-but-not-saving-them</link><description>Dear all, 
 I have an invoice style editable grid with item, cost, qty, total etc 
 I can add and remove items alright and everything is working as should, however, the total column displays values but values in the total column are not getting saved</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Editable grid column is showing values but not saving them</title><link>https://community.appian.com/thread/73746?ContentTypeID=1</link><pubDate>Sun, 03 May 2020 07:33:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91ae9180-114b-4677-b8f7-c9c9769a2126</guid><dc:creator>nanfak</dc:creator><description>&lt;p&gt;Thanks Mike!&lt;/p&gt;
&lt;p&gt;It worked when I moved the save code for the total into the cost and quantity save operations.&lt;/p&gt;
&lt;p&gt;Best wishes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Editable grid column is showing values but not saving them</title><link>https://community.appian.com/thread/73745?ContentTypeID=1</link><pubDate>Sun, 03 May 2020 05:09:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d18693b-b12c-4b49-a59a-c41afb09a493</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;The SaveInto parameter doesn&amp;#39;t get executed without user interaction (on any type of field).&amp;nbsp; Basically it&amp;#39;s useless on a Read Only field.&amp;nbsp; It looks like you&amp;#39;re hoping to have the &amp;quot;value&amp;quot; calculate the total based on the cost and quantity, and that somehow save into the total field - but what &amp;quot;value&amp;quot; sees is&amp;nbsp;&lt;strong&gt;strictly&lt;/strong&gt; for viewing.&amp;nbsp; What you need to do, is do this operation (the calculation of the total and saving into the total column)&amp;nbsp;in the saveInto parameter of one or more other fields - probably, both in the cost and quantity columns, with if() conditionality to only attempt the calculation when both are non null.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>