Hi rgepfert,
What you can do is using a int variable for this. This variable will contain the quarter of the current month after a few steps:
Make 4 tasks to set a variable.
1. Set the quartervariable to: 1
2. Set the quartervariable to +1
3. Set the quartervariable to +1
4. Set the quartervariable to +1
So after running these tasks your quartervariable equals 4.
Now we are using conditions to prevent this from happening.
There are 3 conditions you have to make. One for task 2, 3 and 4:
Condition for task 2:
If the current month {DATEFORMAT(M)} is higher or equal than 4 continue else next task.
Condition for task 3:
If the current month {DATEFORMAT(M)} is higher or equal than 7 continue else next task.
Condition for task 4:
If the current month {DATEFORMAT(M)} is higher or equal than 10 continue else next task.
Now your quartervariable will contain the current quarter.
Good luck,
Erik
Uses Visualcron since 2006.