Adding a Common Sequence to Filename in Bursting Report Triggered via ESS Job
Hi everyone,
I'm working on a bursting report in Oracle that generates filenames with a date and timestamp, like Grade_01012024_928282.csv
. I have two different reports triggered by an ESS job, and I want to append a common sequence at the end of each filename. The ideal format would be something like:
Grade_01012024_928282_01.csv
GradeLadder_01012024_928271_01.csv
Here, the 01
is a common sequence I'd like to use for these reports, but it could be any random sequence as needed but has to be common between these two files.
Is there a way to configure the bursting report or the ESS job to add this sequence to the filenames?