<?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>In my table i have following fields...vehicle no, registration no, driver, model</title><link>https://community.appian.com/discussions/f/user-interface/119/in-my-table-i-have-following-fields-vehicle-no-registration-no-driver-model</link><description>In my table i have following fields...vehicle no, registration no, driver, model. i am getting data from my db using &amp;quot;model&amp;quot; as a condition. This query could return 1 or more rows. i want to update this data with a driver field data. i tired this but</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: In my table i have following fields...vehicle no, registration no, driver, model</title><link>https://community.appian.com/thread/275?ContentTypeID=1</link><pubDate>Wed, 09 May 2012 20:50:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:81161db2-21aa-413d-93ef-137d78b52585</guid><dc:creator>Jacqueline White</dc:creator><description>Hi Vineet.  You may need to have a two-step process in order to make this mobile-friendly.  First query the database and return all the information for the car model that is the search criteria.  &lt;br /&gt;&lt;br /&gt;You can then display part of this - like a combination of the registration no, driver, and model - as part of a drop-down.  The user can select which one to update and the next form will enable them to make any changes.&lt;br /&gt;&lt;br /&gt;The only thing to think about is this - if the return from your query is going to have more than 10-12 results, it gets hard to display and use on a mobile form.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>