Previous Topic

Next Topic

Book Contents

Book Index

Step 1: Creating the from_date variables

The first steps are to create two variables. One to represent the from_date and the second the to_date. This step will create the from_date which is when the report date range begins.

To create the from_date variable:

  1. Right click on a folder in the EnterpriseSCHEDULE Explorer and choose New > Variable.
  2. Rename the variable from_date.
  3. Double click on the new variable to open the variable property page.
  4. Select Expression from the Type dropdown.
  5. Type "TODAY" - 2 weeks + 2 hours in the Value field
  6. Click on the OK button to save the change.

The from_date variable has been created. The value of the variable which will be used in the job commands

See Also

Date Variable Example

Step 2: Creating the to_date variable

Step 3: Using the date range in a job

Validating the Date Variable values