Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The order carries the following parameters:
    • report_file_path: the path - including the name - of the Excel report file. This parameter is forwarded to all jobs in the job chain that therefore will write to the same Excel report file.
    • report_date_from: a relative date specification for the begin of the reporting period is used. The above value -1d+TZ translates to a date range starting 1 day ago at midnight in the timezone that is specified for dates in the Excel report file. The timezone is specified by the reporting jobs with the -Timezone parameter for the respective reporting cmdlets.
    • report_date_to: a relative date specification for the end of the reporting period is used. The above value +1d+TZ translates to a date range one day after the current date at midnight in the timezone that is specified for dates in the Excel report file. The timezone is specified by the reporting jobs with the -Timezone parameter for the respective reporting cmdlets.
    • to: the recipient of the e-mail. Multiple recipients are separated by semicolon ";".
  • The above order can be added a run-time to specify automated execution e.g. on a daily basis or even more/less frequently.