1

I am developing reports using BI Publisher 11.1.7. The problem is that when end user downloads the report. The name of file is like this "report name_layout name" and space exist in name are replaced by %20 which looks quite wired.

Is there any way to specify the names of the generated report file

Robert Mearns
  • 11,796
  • 3
  • 38
  • 42
user3729199
  • 85
  • 2
  • 8

2 Answers2

1

I think this replacement is done by your web server or browser. Some browsers replace the space with %20, and some with + signs.

Ranjith R
  • 1,571
  • 1
  • 11
  • 11
1

You can change this in 'Edit layout' at 'label and formatting'

Hari
  • 11
  • 1