Export data from Tempo Report

Hello All,

I have a requirement where user wants to export data from Tempo report. Please tell me how to achieve it . Is it possible without using Plugin?

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer

    Depending on what output format you need, you may or may not want to use the Excel Tools plugin, or the out-of-box "export data store entity to excel" smart service which is great as long as the output file doesn't need to be preformatted at all.

    From your report, you can have a link or button that performs an a!startProcess() call, which launches a process model that generates a document, and then you can get the ID of that saved document stored into a local variable in your report, and once it's populated, show a download link to the user.