<?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 Text and Images in the same Non-Editable Grid Column</title><link>https://community.appian.com/discussions/f/user-interface/11107/displaying-text-and-images-in-the-same-non-editable-grid-column</link><description>Hi Everyone, 
 
 Like the title says I&amp;#39;m wondering if there is any sort of workaround where you could display text and images in the same grid column. Essentially, I need to combine a a!gridTextColumn() and a a!gridImageColumn(). I know this is possible</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Displaying Text and Images in the same Non-Editable Grid Column</title><link>https://community.appian.com/thread/48725?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2017 16:47:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3edb0902-8ef1-43a4-ace7-717ef4f1e3c5</guid><dc:creator>Mike Schmitt</dc:creator><description>You beat me to it - i&amp;#39;ve done this before to great effect.  It also works well as a way to have a grid column with a pictographic header instead of text (like one instance where I have a column of document icons for downloading a document, and the column header is a floppy disc unicode icon).&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Displaying Text and Images in the same Non-Editable Grid Column</title><link>https://community.appian.com/thread/48705?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2017 13:55:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:181ad567-26e5-4471-8bae-e22ae58577cf</guid><dc:creator>BrendenH</dc:creator><description>Yeah I&amp;#39;m applying over this rule for the data in that column...&lt;br /&gt;
&lt;br /&gt;
if(&lt;br /&gt;
  rule!APN_isEmpty(&lt;br /&gt;
    ri!columnText&lt;br /&gt;
  ),&lt;br /&gt;
  char(9940),&lt;br /&gt;
  ri!columnText&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
If the field is blank use char(9940)  which will give you the &amp;quot;Do Not Enter&amp;quot; Sign Unicode Character.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Displaying Text and Images in the same Non-Editable Grid Column</title><link>https://community.appian.com/thread/48693?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2017 10:00:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:22d4df2c-5128-46df-8ba9-5a485e9d658f</guid><dc:creator>Alok Patro</dc:creator><description>Did you apply the suggestion given my joseph ? If yes, kindly share the code snippet for reference.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Displaying Text and Images in the same Non-Editable Grid Column</title><link>https://community.appian.com/thread/48647?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 21:47:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3c1301ea-6a1d-4db1-8cd6-07d2d7d749e7</guid><dc:creator>BrendenH</dc:creator><description>Actually that&amp;#39;s a great suggestion.&lt;br /&gt;
&lt;br /&gt;
Thanks josephp866!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Displaying Text and Images in the same Non-Editable Grid Column</title><link>https://community.appian.com/thread/48646?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 21:45:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b4dbfd0a-ea0a-4354-89f7-58fbea11e55c</guid><dc:creator>josepitt</dc:creator><description>You can use unicode characters with a!gridTextColumn() as a workaround.  Here&amp;#39;s an example:&lt;br /&gt;
 &lt;a href="https://i.imgur.com/ADK6EMR.png"&gt;i.imgur.com/ADK6EMR.png&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Displaying Text and Images in the same Non-Editable Grid Column</title><link>https://community.appian.com/thread/48644?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 19:26:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2bcdde93-7868-438c-af96-a186d1f5bb6f</guid><dc:creator>Issam Dabaie</dc:creator><description>Currently, as far as I am aware, Appian does not support this outside of editable grids.  Your idea of using an image with the text in it is clever and should work though.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>