Skip to main content
17-Peridot
February 8, 2018
Solved

DataExport Widget customized file name.

  • February 8, 2018
  • 1 reply
  • 1487 views

Hi,

Is there any way to customize excel file(download) as per user need ?

As of now it only creates file with the name as "Export+DateTime".xlsx

Is there a way I could use a custom name like "BoilerData.xlsx" ?

TIA.

Tarun

Best answer by PaiChung

Not OOTB, some browser settings can be changed to allow 'Save As' that is user driven.

You could create a custom export widget potentially

You could create your own export Server Side to a File Repository and name it and then execute a download link.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
February 8, 2018

Not OOTB, some browser settings can be changed to allow 'Save As' that is user driven.

You could create a custom export widget potentially

You could create your own export Server Side to a File Repository and name it and then execute a download link.