<?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 HTML Data in a grid</title><link>https://community.appian.com/discussions/f/user-interface/18072/displaying-html-data-in-a-grid</link><description>Hi, 
 
 I have a requirement like displaying HTML Data directly by removing tags in a grid in UI. 
 Apart from stripHtml() function,Is there any smart service or function in APPIAN. 
 Can anyone help me on this. 
 Thanks in Advance. 
 
 Regards, 
 Archana</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Displaying HTML Data in a grid</title><link>https://community.appian.com/thread/71104?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2019 14:27:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ff4df4ec-fc1b-4126-bcd4-c3fc636abb27</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Ah gotcha, so you want to display an HTML table as a grid in Appian? I don&amp;#39;t know of any one function that would convert this, but you can definitely use a variety of functions to get what you need by&amp;nbsp;using the split() function to split at both&amp;nbsp;&amp;lt;tr&amp;gt; and &amp;lt;td&amp;gt; to generate rows and columns and then formatting / removing any data you don&amp;#39;t need. Can you post a sample of the structure of your HTML table?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Displaying HTML Data in a grid</title><link>https://community.appian.com/thread/71098?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2019 06:08:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:85ceb78c-6b1a-4fc6-8f72-2c44362a24a9</guid><dc:creator>Archana Kakarla</dc:creator><description>&lt;p&gt;Hi Peter,&lt;/p&gt;
&lt;p&gt;Thanks for your response.&lt;/p&gt;
&lt;p&gt;Our data looks&amp;nbsp; like HTML table data displaying it into a grid&amp;nbsp; in interface.&lt;/p&gt;
&lt;p&gt;Actually I am looking for, is there any smart service /function apart from stripHtml() to do .&lt;/p&gt;
&lt;p&gt;For Instance: we have smart service like &amp;quot;Get Base64 Document from&amp;quot;&amp;nbsp; to display&amp;nbsp;it in UI. (by&amp;nbsp;giving the base 64 string in db and passing sql statement in smart service).&lt;/p&gt;
&lt;p&gt;Suggest me is there any alternative for this.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Archana. K&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Displaying HTML Data in a grid</title><link>https://community.appian.com/thread/71077?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2019 13:59:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:04a64318-3ae9-411f-8ed1-d1b119a5659c</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Is the stripHtml() not working? It should remove any tags in a text string and leave the text. That being said, if you need to format the data further, there are a lot of other text functions (e.g. stripwith, cleanwith, trim, substitute) that may help you get exactly the data you need. Can you give more information on what your data looks like and what you are trying to display?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>