<?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>SQL to Excel</title><link>https://community.appian.com/discussions/f/plug-ins/30246/sql-to-excel</link><description>Hi, I am tying to run the Mysql to Excel plug-in: with basic SELECT Queries it works: but if I sent something similar to this: 
 
 SET @pivot_sql = &amp;#39;SELECT * FROM report&amp;#39;; PREPARE stmt FROM @pivot_sql; EXECUTE stmt; DEALLOCATE PREPARE stmt; 
 
 it shows</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: SQL to Excel</title><link>https://community.appian.com/thread/120393?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 13:20:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b685c30c-9155-451e-aace-ca9d553da058</guid><dc:creator>Vladimir Vasilev</dc:creator><description>&lt;p&gt;Mike, for me it does not make sense either, I saw a previous conversation where you have said you have a suggested adjustment to this with Appian. I also have opened a case to request adjustment. so far, no response. Thank you for the effort and the response.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SQL to Excel</title><link>https://community.appian.com/thread/120390?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 13:07:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5f078cd2-9931-40dc-9b5a-055715b18cf7</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="42066" url="~/discussions/f/plug-ins/30246/sql-to-excel/120387#120387"]are you referring to Excel Tools plug-in? [/quote]
&lt;p&gt;No, I&amp;#39;m referring to the out-of-box Export DSE to Excel node (the one that was supposed to &amp;quot;replace&amp;quot; the export CDT to excel and export SQL to excel nodes from &lt;em&gt;Excel Tools&lt;/em&gt;, despite my criticisms).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you call it subsequently on the same generated file and declare a different starting column, the expectation is that it should not clear out previously-written data.&lt;/p&gt;
&lt;p&gt;EDIT: i&amp;#39;ve just tested it using a small ad-hoc interface, testing the &amp;quot;rule&amp;quot; version of this smart service (which i believe uses the same back-end as the smart service node), and can confirm that the behavior you described (clearing out the initial columns) is happening.&amp;nbsp; I believe this is in error.&lt;br /&gt;&lt;strong&gt;EDIT 2&lt;/strong&gt;: per the instructions given for the inputs in the smart service, it seems as if the &amp;quot;clearing out prior values in the same row&amp;quot; behavior is expected, though to me it seems a bit nonsensical.&lt;br /&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/pastedimage1697029743848v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SQL to Excel</title><link>https://community.appian.com/thread/120387?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 12:52:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc55d3b0-94bd-4023-b043-443ffd6f289d</guid><dc:creator>Vladimir Vasilev</dc:creator><description>&lt;p&gt;This is correct, are you referring to Excel Tools plug-in? Using that usually in the second execution results in erasing the first 50 columns data.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SQL to Excel</title><link>https://community.appian.com/thread/120383?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 12:33:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3855c5d4-3607-4023-ac0c-6a4d8e0f25ee</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;If you run the Export DSE to Excel smart service, you should be able to call it once for your first 50 columns, then again for any subsequent set(s) of columns you need.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SQL to Excel</title><link>https://community.appian.com/thread/120248?ContentTypeID=1</link><pubDate>Fri, 06 Oct 2023 21:37:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aca470c9-87ab-4677-99dc-49aff39fde8f</guid><dc:creator>Vladimir Vasilev</dc:creator><description>&lt;p&gt;Complicated, is there a way to export more than 50 columns in excel pivoting tabled with something else?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SQL to Excel</title><link>https://community.appian.com/thread/120247?ContentTypeID=1</link><pubDate>Fri, 06 Oct 2023 20:17:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ba8208ac-0525-450a-86da-1bdeb689ef6d</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;AFAIK you&amp;#39;ll need to configure a basic SELECT statement to use for this smart service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>