<?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>semicolon</title><link>https://community.appian.com/discussions/f/rules/26228/semicolon</link><description>i have written the expression rule to show the data in table. but how to remove these semicolons from the table 
 
 this is code is generation the table</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: semicolon</title><link>https://community.appian.com/thread/102953?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2022 14:33:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b763ab05-126b-42a3-a55a-4cd5c2938039</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="57299" url="~/discussions/f/rules/26228/semicolon/102923#102923"]use stripwith(...,&amp;quot;;&amp;quot;) or substitute(...,&amp;quot;;&amp;quot;,&amp;quot;&amp;quot;)[/quote]
&lt;p&gt;Sorry, but I would &lt;em&gt;strongly&lt;/em&gt; disagree with this approach.&lt;/p&gt;
&lt;p&gt;The implication here is that this substitution would need to be run against the result of a flattened array of HTML code containing arbitrary user-facing plaintext.&amp;nbsp; That plaintext might contain &amp;quot;;&amp;quot; characters that actually belong there, and this would mess those up, among other potential issues.&amp;nbsp; The proper way to handle resolving an array into plaintext to get the desired output is, as Stefan already suggested, to handle the array itself - like with &lt;em&gt;joinArray()&lt;/em&gt; (among certain other possibilities).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: semicolon</title><link>https://community.appian.com/thread/102951?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2022 14:29:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ca908250-5503-4606-a04e-a093b7c23ce7</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="59361" url="~/discussions/f/rules/26228/semicolon/102933#102933"]I suggest to use the joinarray() function[/quote]
&lt;p&gt;Another nice trick when using an expression rule to generate HTML code like this, is to use a char(10) separator in appropriate places as that creates linebreaks in the generated code (making it easier to read), which is then of course ignored by the HTML interpreter and should thus not affect the eventual rendered HTML table in this case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: semicolon</title><link>https://community.appian.com/thread/102933?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2022 10:55:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:25c6f3ae-b45c-4078-a1a7-fdef0b0f27dd</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;For your local!rowItemsdata you create a list of text. Later, this is turned into a single text and Appian adds&amp;nbsp;the default separator &amp;quot;;&amp;quot; between each item. I suggest to use the joinarray() function which allows you to define the separator, which can also be a space or an empty string.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: semicolon</title><link>https://community.appian.com/thread/102923?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2022 07:45:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2aa0054d-4c9c-4ab9-b2ca-b18355e3fd3d</guid><dc:creator>Gabriele Camilli</dc:creator><description>&lt;p&gt;Hi, just use stripwith(...,&amp;quot;;&amp;quot;) or substitute(...,&amp;quot;;&amp;quot;,&amp;quot;&amp;quot;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>