
Running report sets at a specific time properties
When scheduling report sets via URL, the running report sets at a specific time properties are as follows:
- jrs.exe_year
Constant: jet.cs.util.APIConst.TAG_EXE_YEAR
Description: Specifies which year to run the report set.
Possible values: 1980-2099
- jrs.exe_month
Constant: jet.cs.util.APIConst.TAG_EXE_MONTH
Description: Specifies which month to run the report set.
Possible values: 0-11
- jrs.exe_day
Constant: jet.cs.util.APIConst.TAG_EXE_DAY
Description: Specifies which day to run the report set.
Possible values: 1-31
- jrs.exe_hour
Constant: jet.cs.util.APIConst.TAG_EXE_HOUR
Description: Specifies which hour in a day to run the report set (when jrs.is_hourly is false).
Possible values: 0-23hour
- jrs.exe_min
Constant: jet.cs.util.APIConst.TAG_EXE_MIN
Description: Specifies which minute in a hour to run the report set (when jrs.is_hourly is false).
Possible values: 0-59minute
