<?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>Is there any way i can show the documents with their type Image in a two section</title><link>https://community.appian.com/discussions/f/user-interface/4209/is-there-any-way-i-can-show-the-documents-with-their-type-image-in-a-two-section</link><description>Is there any way i can show the documents with their type Image in a two section column, I want the same functionality like documentlist() function, can it be done in SAIL i am using V 7.8. please suggest. For Eg if i am shwoing a PDF document to the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is there any way i can show the documents with their type Image in a two section</title><link>https://community.appian.com/thread/15019?ContentTypeID=1</link><pubDate>Thu, 05 Feb 2015 15:03:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:576d6a92-1ccc-414b-8ef7-e43e50ae89da</guid><dc:creator>harshav</dc:creator><description>Thanks radha for the quick response, I tried with a single document it worked.Thank you&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there any way i can show the documents with their type Image in a two section</title><link>https://community.appian.com/thread/15018?ContentTypeID=1</link><pubDate>Thu, 05 Feb 2015 14:51:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7be8a067-3948-458c-95cf-b017feff38df</guid><dc:creator>radhaa</dc:creator><description>missed attachement&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/Displayimages.txt"&gt;Displayimages.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there any way i can show the documents with their type Image in a two section</title><link>https://community.appian.com/thread/15017?ContentTypeID=1</link><pubDate>Thu, 05 Feb 2015 14:34:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5e6e4edb-6d4a-4cfc-89c8-c77b6dbd0775</guid><dc:creator>radhaa</dc:creator><description>Hi Harsha,&lt;br /&gt;I used one solution with supporting rule but its not a direct way.&lt;br /&gt;see this example&lt;br /&gt;a!imageField(&lt;br /&gt;  label:&amp;quot;image&amp;quot;,&lt;br /&gt;  images:{&lt;br /&gt;    a!documentImage(&lt;br /&gt;      document: ri!pdfImage, /*pdf Image document*/&lt;br /&gt;      link:a!documentDownloadLink(document:todocument(4036))  /*Original document to download*/&lt;br /&gt;    )&lt;br /&gt;  }&lt;br /&gt;)&lt;br /&gt;1. Store possible extensions of documents in one constant array &lt;br /&gt;Example; {&amp;quot;pdf&amp;quot;, &amp;quot;doc&amp;quot;,&amp;quot;docx&amp;quot;}  &lt;br /&gt;2. document array which contains extension images like pdf and word.&lt;br /&gt;3.I sail rule, retrieve document extension and search in extension array and get the index and retrieve the document image of the given index and place it in document image component.&lt;br /&gt;hope this helps to you.&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>