You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Dynamic file name generation for data model reports

edited Jul 29, 2025 1:26PM in Reporting and Analytics for HCM

Summary: I have requirement for dynamic file name generation which will be like the file name with year or period and date extension .I have included the sql code at the end of the select clause of data model sql like table.column_name || '' || :Year || '' || nvl(:Period,'ALL') || '_' || to_char(sysdate,'YYYYMMDD_HH24MISS') as FILE_NAME. And also prepared a Bursting query for the same data model report.

SELECT
'PDF' AS OUTPUT_FORMAT,
FILE_NAME AS OUTPUT_NAME,
'FILE' AS DELIVERY_CHANNEL,
NULL AS TEMPLATE_NAME,
NULL AS LOCALE,
NULL AS OUTPUT_LOCALE,
NULL AS DEL_CHANNEL_KEY,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!