Author |
|
jeffw_00 Super User
Joined: June 30 2007
Online Status: Offline Posts: 929
|
Posted: April 09 2022 at 11:09 | IP Logged
|
|
|
I'm sure there's an easy way to do this JUMP: if(SATURDAY,1,999).
But a search is not finding it - anyone know?
thanks
/j
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: April 10 2022 at 07:14 | IP Logged
|
|
|
Maybe look at doing it in Timed Events since "Saturdays" is a frequency.
|
Back to Top |
|
|
jeffw_00 Super User
Joined: June 30 2007
Online Status: Offline Posts: 929
|
Posted: April 10 2022 at 07:45 | IP Logged
|
|
|
Right - thanks!
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: April 10 2022 at 13:13 | IP Logged
|
|
|
Jeff,
Definitely look into timed events as Tony suggested based upon what you're trying to do. If the primary criteria is based upon time/date, then a timed event is probably
the way to go. If the primary criteria is something else (such as a trigger), then Timed Event probably isnt the best.
In any case, the function below is what you're looking for:
if(daynumber(today()) = 7,1,999)
Hope this helps,
Dave.
|
Back to Top |
|
|
jeffw_00 Super User
Joined: June 30 2007
Online Status: Offline Posts: 929
|
Posted: April 10 2022 at 13:15 | IP Logged
|
|
|
Thanks Dave - Timed events worked. Was a dumb question in
retrospect.
Still hoping you will eventually help me with the question below. I
really do want to upgrade again sometime :-)
http://www.power-home.com/forum/forum_posts.asp?
TID=10928&PN=1
|
Back to Top |
|
|