<?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>HTML Table</title><link>https://community.appian.com/discussions/f/general/24701/html-table</link><description>Hi, 
 i have a use case where we already showing table using HTML, but now the user required two more columns on one condition else show the old table only 
 can anyone suggest me</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: HTML Table</title><link>https://community.appian.com/thread/95511?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 20:11:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f63a8423-633a-4acd-a764-75a0340c33d0</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;What have you tried so far? I think generally the approaches I&amp;#39;d suggest would be either to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create a copy of this whole table and add the new columns to the copy. Then create an if statement at the top level that decides whether to show the old table or the new table.&lt;/li&gt;
&lt;li&gt;Include an if() statement within each row that decides whether or not to show the additional columns or not.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I also don&amp;#39;t know how you&amp;#39;re using this, but you could consider if there are other ways to do this that don&amp;#39;t involve HTML tables (e.g create an Appian interface that shows this data, which would be a lot easier to configure).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>