Pages:
Actions
  • #1 by whitey86 on 08 Sep 2014
  • Hi all,

    Is it possible to stop a trigger from working on a certain day of the week? I have a trigger which I don't want to run on a Saturday and Sunday.

    Thanks,

    Whitey
  • #2 by armarni on 08 Sep 2014
  • taken from the manual, which you can download, page 110

    'Also, you may check the current day of week. The acceptable values of weekdays are listed
    below:
    Sun, Mon, Tue, Wed, Thu, Fri, Sat'

    so you can use the trigger condition  'global current time is not equal to Sat'
    and another that says 'global current time is not equal to Sun'

    Hope that helps
  • #3 by whitey86 on 09 Sep 2014
  • Hi armarni,

    Thanks. I read the manual quite often and have never seen that part so thought it wasn't in there. Next time I will search the PDF!

    Thanks,

    Whitey
  • #4 by mcbee on 09 Sep 2014
  • hi
    open the yellow question mark icon at the top right corner.
    select search
    type   mon
    press list topics
    select  parameter


    mcbee
Pages:
Actions