The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Dynamic Report Names
I have a process that uses 'Read Database' , 'Generate Report' and 'Report' operators.
I create pdf file with plots using these operators.I use RapidAnalytics for scheduling this process.
I want to schedule this process daily or hourly.
For the sake of clarity lets say I want to generate daily reports.
I want the pdf files to be stored with the name report_<date>.pdf
If the scheduler executed this process from 10/5 to 10/10 and I checked the directory on 10/11 , I want to see following files
report_10_05_12
report_10_06_12
report_10_07_12
report_10_08_12
report_10_09_12
report_10_10_12
What is the best way to do this ?
Thanks
I create pdf file with plots using these operators.I use RapidAnalytics for scheduling this process.
I want to schedule this process daily or hourly.
For the sake of clarity lets say I want to generate daily reports.
I want the pdf files to be stored with the name report_<date>.pdf
If the scheduler executed this process from 10/5 to 10/10 and I checked the directory on 10/11 , I want to see following files
report_10_05_12
report_10_06_12
report_10_07_12
report_10_08_12
report_10_09_12
report_10_10_12
What is the best way to do this ?
Thanks
Tagged:
0
Answers
inside your process you can use Generate Macros to create a macro containing the current date, and then use it as part of the filename in Generate Report. Please see the process below.