Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Overview
Key Features & Functionality
I am using SQL to Excel smart service and when export the data in excel, the headers are not coming in BOLD, help me on this
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.