<?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>Displaying SQL Table in editable table on interface</title><link>https://community.appian.com/discussions/f/data/19874/displaying-sql-table-in-editable-table-on-interface</link><description>Hi, 
 I have a SQL table which I want to display as my editable table on the interface. Also, I want to give the user an option to edit the data from that for few columns. 
 I am able to display the table in the site view, but I am unable to add the table</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Displaying SQL Table in editable table on interface</title><link>https://community.appian.com/thread/79311?ContentTypeID=1</link><pubDate>Tue, 02 Feb 2021 10:01:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c67bd945-7ee0-46aa-94e6-79ee603c00a9</guid><dc:creator>hemalathak803</dc:creator><description>&lt;p&gt;Hi Karan,&lt;/p&gt;
&lt;p&gt;Please refer the below link which will explain how to create the row attribute.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/20.3/Editable_Grid_Component.html"&gt;https://docs.appian.com/suite/help/20.3/Editable_Grid_Component.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Create the query entity and use it in editable grid for source.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Displaying SQL Table in editable table on interface</title><link>https://community.appian.com/thread/77630?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2020 17:40:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6c174a53-4eca-4443-a571-ad441653181c</guid><dc:creator>Karanc</dc:creator><description>&lt;p&gt;I have already created a data store, but I am unable to query the data into the editable grid. What should I mention in the row attribute of the editable grid?&lt;/p&gt;
&lt;p&gt;If I write the Query rule, then&amp;nbsp;to it is not working. I think is due to the fact that the query is extracting multiple rows at a time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Displaying SQL Table in editable table on interface</title><link>https://community.appian.com/thread/77629?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2020 17:25:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:641e2a7f-f37d-4e43-98df-097789abb0af</guid><dc:creator>Robert Shankin</dc:creator><description>&lt;p&gt;This sounds to me like a use case for an &lt;a href="https://docs.appian.com/suite/help/20.3/Editable_Grid_Component.html" rel="noopener noreferrer" target="_blank"&gt;editable grid&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not precisely the same as displaying the database table in edit view, similar to what a built-for-purpose database client would do.&lt;/p&gt;
&lt;p&gt;You can query the data and display it in an editable grid, a user can edit what you allow to be edited, and then the edits can be submitted back to the database via the &lt;a href="https://docs.appian.com/suite/help/20.3/Write_to_Data_Store_Entity_Smart_Service.html" rel="noopener noreferrer" target="_blank"&gt;write to data store entity smart service&lt;/a&gt;, (i.e. Appian writes an update back to the db).&lt;/p&gt;
&lt;p&gt;If you have a web-based db client that supports embedding, you could explore the possibilities of using the &lt;a href="https://docs.appian.com/suite/help/20.3/Web_Content_Component.html" rel="noopener noreferrer" target="_blank"&gt;web content viewer&lt;/a&gt;.&amp;nbsp; However, I suspect this will present security consideration you might not like.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>