79739194

Date: 2025-08-18 20:05:05
Score: 1.5
Natty:
Report link

The "Use a Dynamic File Name" option does still/currently exist, contrary to a comment on the last answer. The example below creates a filename with a date, from which 1 day has been subtracted. enter image description here

The run date of this example was August 18, 2025. This code in the Dynamic File Name expression

'TMP_My_File-'||TO_CHAR(Add_To_Date(sysdate,'DD',-1), 'YYYYMMDD_HH24MiSS') ||'.csv'

resulted in a file being created with the name of "TMP_My_File-20250817_195243.csv"

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Frank Staheli