<?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>Down load Excel from a custom view grid</title><link>https://community.appian.com/discussions/f/general/40344/down-load-excel-from-a-custom-view-grid</link><description>I am showing few fields from the DSE in a grid and i set a advanced search to filter from the result shown in the grid , now after i set the filter i have to click on the export to excel and it should generate the excel document . the export should have</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Down load Excel from a custom view grid</title><link>https://community.appian.com/thread/154327?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2026 13:34:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd7555f6-2527-4320-a1e7-dedcae257c0e</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="337493" url="~/discussions/f/general/40344/down-load-excel-from-a-custom-view-grid/154305"]Will it not be a 2 click process where one trigger to export and then to download[/quote]
&lt;p&gt;Yes, but I don&amp;#39;t know of any supported solution that won&amp;#39;t be 2 clicks.&amp;nbsp; I&amp;#39;ve heard some people say that you can structure it as a link that invokes a Web API call, where the Web API launches a process and ends up generating a document that the user ends up downloading, but I have not personally recreated that setup, nor have I seen anyone present a fully-developed example, so I can&amp;#39;t speak to how feasible it is.&lt;/p&gt;
[quote userid="337493" url="~/discussions/f/general/40344/down-load-excel-from-a-custom-view-grid/154305"]also the form is not part of the process&amp;nbsp;[/quote]
&lt;p&gt;I&amp;#39;m not entirelly sure what you mean by this.&amp;nbsp; In the example I described above, the interface the user interacts with can be anywhere (site page, etc), and it merely calls (via button click, etc) the process that generates the document, and pulls back the generated document ID from the process properties.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Down load Excel from a custom view grid</title><link>https://community.appian.com/thread/154321?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2026 12:11:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:81c46a18-cbef-43dd-bc95-8908242d7539</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;You can try to, Store the filter values in a pv!, then rebuild them in the format required by the smart service, like a list of a!queryFilter() or a!querySelection(), and pass that to Filters.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Down load Excel from a custom view grid</title><link>https://community.appian.com/thread/154308?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2026 00:26:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9cb6c66-b1e7-482b-a0cf-d4d8a5ebd65e</guid><dc:creator>premanandr318432</dc:creator><description>&lt;p&gt;Thanks Shubam , Ya but that filtered data is not from database its in UI now, we have made the DB call, got the data and then we store it in filtered list . now its in Memory .i don&amp;#39;t think we can pass the filtered list to function to work . correct me if i am wrong .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Down load Excel from a custom view grid</title><link>https://community.appian.com/thread/154305?ContentTypeID=1</link><pubDate>Thu, 16 Apr 2026 22:53:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0f8e7ef1-b876-48db-948b-87e9f1ea0c10</guid><dc:creator>premanandr318432</dc:creator><description>&lt;p&gt;Thanks Mike , Will it not be a 2 click process where one trigger to export and then to download , also the form is not part of the process&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Down load Excel from a custom view grid</title><link>https://community.appian.com/thread/154300?ContentTypeID=1</link><pubDate>Thu, 16 Apr 2026 13:12:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:439bf986-c756-4566-89c1-02418b7480e9</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="337493" url="~/discussions/f/general/40344/down-load-excel-from-a-custom-view-grid"]i tried with PM . but it get stored in Appian folder which does not suffice[/quote]
&lt;p&gt;Almost all sufficient solutions will require something like this, though.&amp;nbsp; It&amp;#39;s very easy to handle - simply generate the document in a PM and pass the generated document ID back into your interface, after which you show your user a friendly Document Download link in a Rich Text Display Field.&lt;/p&gt;
&lt;p&gt;I recommend you look into the &lt;a href="/b/appmarket/posts/json-to-excel-smart-plugin-converter"&gt;JSON to Excel&lt;/a&gt; plug-in, it&amp;#39;s flexible and allows the use of an Excel Base Template (if desired, though it&amp;#39;s optional), and the nice thing is you can pass in arbitrary JSON dictionary data with no specialized CDTs or anything else needed at generate time.&amp;nbsp; This would allow you to, for instance, fashion a custom JSON string in your interface containing the exact columns(s) and row(s) of data you want, in the exact formatting you want, then pass it into a small helper process model to generate the excel, and not need to worry about doing any additional filtering (etc).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Down load Excel from a custom view grid</title><link>https://community.appian.com/thread/154293?ContentTypeID=1</link><pubDate>Thu, 16 Apr 2026 06:16:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:67b5a774-1294-4ba4-9e84-ea69faca2b85</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Apply the same filter object used by the grid to the export smart service&amp;rsquo;s Filters input, and use Selection to list only the columns shown in the grid. &lt;br /&gt;Export matches the filtered grid.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>