Export File Name
When exporting reports (or sending via e-mail) into different formats (.pdf, .rtf, .xls,...) a custom name of exported report can be generated. Cusom name can only be set for custom reports (not system reports).

Different fields from Report Tree of Report Designer can be used:

Applicable fields for each report can also be seen from Overview of SQL queries of all data sets on specific form/report:

From Datasets select a record qReportIzpisXY and execute a sql statement. Fields in a resoult can be used for export naming.

From Datasets select a record qReportIzpisXY. Fields in a resoult can be used for export naming.

Example: Order_#qReportIzpisD.acKey#_#qReportIzpisS.acSubject# results in report name when exporting: Naročilo_1801000000002_Datalab d.d..pdf
Fields must be separated with #. Text can be used in sting.

Result when exporting a report.

Or sending a report via e-mail.

Some examples for report 000 and report 241:
Report 000:
Report_#fDatumVelj# - memo on the report
Report_#fDatumVelj\YYYYMMDD# - memo on the report with formatting
Report_#qReportIzpis.acKey#_#fDatumVelj\YYYYMMDD# -dataset on the report, FieldName acKey
Dnevnik_#mTitle2#_#Date#
Report 241:
A_#mTitle1#_#fKljuc#_#Date\YYYYMMDD#
A_#mTitle1#_#qReportIzpisD.acKey#_#Date\YYYYMMDD#
A_#mTitle1#_#qReportIzpisD.acKey#_#qReportIzpisS.acSubject#_#Date\YYYYMMDD