Hello,
We have series of jobs that accept a flag of "-l" to tell them to run for a limited set of data. If this flag is not there, it will collect a full set. This flag needs to be set in multiple tasks within the jobs (20+ tasks), and it becomes cumbersome to manually go through each task and add and then later remove this flag.
Our plan was to use a user defined variable for this. We would set it to "-l" if we wanted all of the jobs to be limited or "" to run full collections. I created the variable, but when I added it to the execution argument, it would not run.
Are user defined variables able to be used in that box or way? Is there another way within visual cron to accomplish something similiar to this?
-Jamie Stone