Skip to main content
May 20, 2021
Question

Is it possible to download/export data in Excel with an specific structure/reporting format?

  • May 20, 2021
  • 1 reply
  • 0 views

it is required that outcome produce by the app can be extracted with a specific reporting format for regulators?, Excel and PDF for extracted data is expected.

The idea is to avoid any manual manipulation of the output/final report

1 reply

mikes0011
Brainy
May 21, 2021

Export DSE to Excel is the current most-supported method of dumping data into an excel (despite its drawbacks, which some would find to be dealbreakers).  Since there's no way of manipulating the data between query from the DB and generation of the Excel file, it's recommended to create a DB View that does any preformatting you want on your data.

The Expression Guru