Pages:
Actions
  • #1 by flanna on 27 Feb 2016
  • I have a block with 3 triggers.
    Trigger 1 sets user variable "lock" to 1,  once per market with market status settled
    Trigger 2 saves (to Excel) SP of all horses, once per selection with market status settled
    Trigger 3 sets user variable "lock" to 0,  once per market with market status settled
    My question is; will "lock" remain set to 1 until all SPs (trigger 2) have been saved to Excel?
  • #2 by MarkV on 27 Feb 2016
  • Hi
    Without conditions trigger 3 will execute as soon as market is settled. In trigger 3 try the following condition:
    and trigger 2 number of runs per selection is greater than 0
Pages:
Actions