<?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>Link in Read only Grid</title><link>https://community.appian.com/discussions/f/general/24807/link-in-read-only-grid</link><description>Hi, 
 I want to display the Link on read only grid and once i click on that link then a pop up kind window should open where i can see another read only grid with column name, address, age and download link to download these details. Can someone help</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Link in Read only Grid</title><link>https://community.appian.com/thread/96009?ContentTypeID=1</link><pubDate>Mon, 06 Jun 2022 13:44:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c4067ea7-27c9-4953-91bf-86d7ac634db7</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Yup, since it would only be saving a value into an on-form / local variable, the dynamic link is what you&amp;#39;d want here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in Read only Grid</title><link>https://community.appian.com/thread/95969?ContentTypeID=1</link><pubDate>Sun, 05 Jun 2022 15:12:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1da4a8e9-fe88-4173-8570-c6a40b3a8700</guid><dc:creator>Som</dc:creator><description>&lt;p&gt;Confirming..I need to use dynamic link in top grid ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in Read only Grid</title><link>https://community.appian.com/thread/95958?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 19:32:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:876a6c81-dac4-4f60-b3fc-24348213ce76</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;In your top grid, have your link save the primary key of the row you want to interact with into a local variable.&amp;nbsp; When that local variable has any value, show the additional section that displays further details about the selected item.&amp;nbsp; for the &amp;quot;close&amp;quot; control, simply clear out the local variable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in Read only Grid</title><link>https://community.appian.com/thread/95957?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 19:27:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d872d7ff-3c83-44fc-9cfa-9a036cf4c173</guid><dc:creator>Som</dc:creator><description>&lt;p&gt;Ya mike that is the actual use case.. Can you help me with code if possible&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in Read only Grid</title><link>https://community.appian.com/thread/95950?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 17:58:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4bb85c80-eaa2-4906-9dae-413e40cdfd29</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What I&amp;#39;d usually do for this (considering various design decisions based on details you haven&amp;#39;t given here), would be to provide a link on the initial grid, which when clicked, opens up an optional section / box layout / card (per your preference and space considerations) &lt;em&gt;&lt;strong&gt;below&lt;/strong&gt;&lt;/em&gt; the original grid, containing the additional details you&amp;#39;d like to see.&amp;nbsp; Inside that new component could be a &amp;quot;close&amp;quot; link which causes the interface to return to the original state and allow the user to select a different row from the original grid if they like.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in Read only Grid</title><link>https://community.appian.com/thread/95949?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 17:45:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e369dcd7-47c6-4bd8-a8b6-4dee44f83257</guid><dc:creator>Naresh</dc:creator><description>&lt;p&gt;You can also create a related action for that grid and call that related action in your grid using&amp;nbsp;a!recordActionField(). When user click on the link you can show other grid in popup sereen&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in Read only Grid</title><link>https://community.appian.com/thread/95948?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 17:36:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33616d00-14de-4750-987e-a434ea0a3c2c</guid><dc:creator>Som</dc:creator><description>&lt;p&gt;Thanks a lot ..but this will not work since i have 6 column&amp;nbsp;to display&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link in Read only Grid</title><link>https://community.appian.com/thread/95947?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 17:34:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:090e1531-928f-4034-92e7-4dda94771f3e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There are no pop ups in Appian besides record related actions.&lt;/p&gt;
&lt;p&gt;What about this:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/22.2/grid-with-detail-pattern.html"&gt;docs.appian.com/.../grid-with-detail-pattern.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>