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.

can we export search results grid to Excel and pdf?

I just wanted to export search results grid to excel and pdf.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Yes you can, We have 2 approaches for this. if you are using record grid then there will be an icon to export the data into Excel and if you are using database grid i.e you are using query entity to show data to interface then you can use exportCDTtoExcel functionality to export data to excel.there will be a button in which you are going start a process model in which you have to use exportCDTtoExcel smartservice and it will return you the document id which got generated and once document id got generated you can show the link. in that link you have to download the document with that documentID by using documentdownloadLink.

Reply
  • 0
    Certified Lead Developer

    Yes you can, We have 2 approaches for this. if you are using record grid then there will be an icon to export the data into Excel and if you are using database grid i.e you are using query entity to show data to interface then you can use exportCDTtoExcel functionality to export data to excel.there will be a button in which you are going start a process model in which you have to use exportCDTtoExcel smartservice and it will return you the document id which got generated and once document id got generated you can show the link. in that link you have to download the document with that documentID by using documentdownloadLink.

Children
No Data