Overview
Key Features & Functionality
We have found a workaround by enclosing the query in a subquery. It makes performance worse but if you need it it works.
I.E: SELECT table1.* from (**YOUR QUERY HERE**) as table1
Still not working table alias in SQL query after the release 2.0.1.
Also, this is not from a single table but need to join multiple tables and we had used previously a view but it gets slow while generating this excel report out.
Hi, After upgrade to Appian 25.3, it is not supporting the table alias in SQL query. Example - SELECT ID AS 'Number', LABEL as 'Prop Name' FROM TEST_TABLE - it gives excel header as ID & LABEL but expectation is - 'Number' and 'Prop Name', since thi sis very useful for exporting more than 170 columns of data in excel.Please suggest if anyone knows any work around or suggestion
when trying to use this function on Appian 25.2 on prem env with updated plugin version 2.0.0 ,
we are getting error "sheet index(4) is out of range (0..3)" . Which was working in the Appian 22.3 environment with its respective 1.3.0 version.
Did you find any resolution for this as we are also facing some issue with excel size limitation. It seems to be not generated for >36 MB
will this plugin able to extract 40+ MB data from table?
Plugins listed on the AppMarket undergo periodic review. Upon completion of a recent review, this listing has been archived. If you have any questions, please contact us via appmarket@appian.com.