Which IIQ version are you inquiring about?
8.3
Please share any images or screenshots, if relevant.
Share all details about your problem, including any error messages you may have received.
I have configured below cron strings in a TaskSchedule to run a task once on every Saturday except the fourth Saturday of a month
<CronExpressions>
<String>0 0 0 ? * 7#1 *</String>
<String>0 0 0 ? * 7#2 *</String>
<String>0 0 0 ? * 7#3 *</String>
</CronExpressions>
But how do I test it? I mean the ‘Next Execution’ stat on the Task page shows me correctly the next execution is on coming Saturday. But how can I test whether the 4th Saturday would be skipped as needed? Is there something like a TimeMachine that we use to test future email triggers