<?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>Table Creation</title><link>https://community.appian.com/discussions/f/data/18646/table-creation</link><description>Hi Guys , 
 can you please review my code and give any idea ! 
 
 
 
 
 I hv attached my o/p and i want it table formate which i hav mention in blue line . 
 plz guys help ...if anyone face this issue</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Table Creation</title><link>https://community.appian.com/thread/90055?ContentTypeID=1</link><pubDate>Mon, 24 Jan 2022 04:38:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6b5374a7-cddb-431c-b918-827b2eae8c07</guid><dc:creator>saurabh sharma</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/Capture1.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;Hi , I tried the same way But did not able to create&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table Creation</title><link>https://community.appian.com/thread/73456?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 08:53:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:90b2615c-0fc5-4fc9-8a22-ea881fb48326</guid><dc:creator>roniec0001</dc:creator><description>&lt;p&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/manuelh0002"&gt;ManuelHTG&lt;/a&gt;&amp;nbsp;it worked&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table Creation</title><link>https://community.appian.com/thread/73450?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 07:02:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b90375e-ab64-49db-a7b9-f76c5f0fdfa7</guid><dc:creator>ManuelHTG</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Have done it previously, but indeed it is a pain. I use local variables to define the html tags, that way is easier to read the code. I even have some formatting.&lt;/p&gt;
&lt;p&gt;For doing so, what I did was to set a table in word with the desired format and then save it as an html.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1587452309129v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;First i set the first row (it is in bold) and then i iterate, each iteration is at the end one row.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1587452475081v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;the best is to start first with a a simple table with all the hardcoded values, then start splitting the areas and start removing hardcoded values by data.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;good luck!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table Creation</title><link>https://community.appian.com/thread/73423?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2020 13:08:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06b6a1a7-b2b2-41bb-b88f-9acf09c7fe32</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;Are you attempting to embed HTML into your expression code?&amp;nbsp; That&amp;#39;s impossible.&amp;nbsp;&amp;nbsp;The Appian expression language is a completely different programming language that&amp;#39;s actually written in Java.&amp;nbsp; The expression language (SAIL and expression rules) has literally NO IDEA what any&amp;nbsp;HTML tags are, or what they are supposed to mean.&amp;nbsp; It&amp;#39;s all just a Text, and it&amp;#39;s displayed as text; not markup.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not even showing you the string literal of your code, because it&amp;#39;s just a Text with no context.&amp;nbsp; You&amp;#39;d need to put it into something Appian can display like an a!textField before you could even see the code.&lt;/p&gt;
&lt;p&gt;You need to use an Appian table, or create the table you want with the HTML you like in a separate website, and have it call an Appian based webservice to pull the data from Appian, or you have to embed your website with the table you like in a webContentField.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table Creation</title><link>https://community.appian.com/thread/73415?ContentTypeID=1</link><pubDate>Sun, 19 Apr 2020 17:35:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:81aa88a2-9fc2-4849-a145-0e16edd01aba</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Where are you putting this code and what exactly are you trying to do with it?&amp;nbsp; What exactly is the purpose of the HTML code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Table Creation</title><link>https://community.appian.com/thread/73412?ContentTypeID=1</link><pubDate>Sun, 19 Apr 2020 13:09:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57a1bc1a-56b6-404a-9428-b8cf59430f96</guid><dc:creator>roniec0001</dc:creator><description>&lt;p&gt;Anyone!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>