<?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>Show a text value instead of row id in an reag-only grid</title><link>https://community.appian.com/discussions/f/best-practices/26555/show-a-text-value-instead-of-row-id-in-an-reag-only-grid</link><description>In the cloud database, a value with the row id is stored. 
 I have this read only grid, I want to change the row id value instead of another field of the row 
 In the following read-only grid image, the value of the row id &amp;quot;3&amp;quot; appears in the column &amp;quot;Grupo</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Show a text value instead of row id in an reag-only grid</title><link>https://community.appian.com/thread/104289?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 05:00:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:98454eef-e58a-4620-a379-e2ff5c16412e</guid><dc:creator>Amaan Shekh</dc:creator><description>&lt;p&gt;1. you have to query from table (use a!queryEntity) to get the data in interface&lt;/p&gt;
&lt;p&gt;2. store that value (data) in a local variable&lt;/p&gt;
&lt;p&gt;3. in the grid column try this in value parameter -&amp;gt;&amp;nbsp;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;index(
local!/*data&amp;#39;s local variable*/.nombre,
wherecontains(fv!row[/*your int record field*/],local!/*data&amp;#39;s local variable*/.id),
{}
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a text value instead of row id in an reag-only grid</title><link>https://community.appian.com/thread/104285?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 03:18:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4c7b1781-2823-472b-a49c-41af41707c6a</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;Hi, &amp;nbsp;for column &amp;quot;Grupo/Empresa&amp;quot;, are you able to find field &amp;quot;nombre&amp;quot; in your record type?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a text value instead of row id in an reag-only grid</title><link>https://community.appian.com/thread/104268?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2022 16:27:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:11813f3c-1bfa-4450-84f5-07b6ebe39483</guid><dc:creator>danna3499</dc:creator><description>&lt;p&gt;Is the second case (not a related record)&lt;/p&gt;
&lt;p&gt;where should i do this query,&amp;nbsp; in the gridColumn oh the read-only grid?&lt;/p&gt;
&lt;p&gt;what would be the expression??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show a text value instead of row id in an reag-only grid</title><link>https://community.appian.com/thread/104267?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2022 16:19:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7536d950-7c8c-46e9-b091-b0649c88422b</guid><dc:creator>Amaan Shekh</dc:creator><description>&lt;p&gt;if your record is related&amp;nbsp;(record relationship) to the table&amp;#39;s record that you&amp;#39;ve shown in the image , then you can choose fields from related record also&amp;nbsp;&lt;br /&gt;as in this case you can use the field nombre from related record.&lt;br /&gt;and if there is no related record then you can get the table&amp;#39;s data from query and you can use index along with wherecontains function to get the work done&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>