Pages:
Actions
  • #1 by iamgazza on 15 Oct 2021
  • Evening all,

    I've got a trigger that includes the line - 
    and Selections Form does not contain sequence [12-/]$
    which works a peach. 

    However I want to add a line that looks at the form of the race before last. 
    So for example -
    and Selections Form does not contain sequence [789] in the race before last. Not sure how to get it to look at the race before the last.  

    Am really enjoying all this, trying to learn as I go.
  • #2 by iamgazza on 18 Oct 2021
  • I think I've sussed this out now.

    So my trigger looked at the form of the last race -
    and Selections Form does not contain sequence [12-/]$

    To get it to check for the race before I've just added - 
    and Selections Form does not contain sequence [1][12-/]$
    Not tested yet, but I think that should look at the form of the race before last and won't trigger if form contains a [1]

    Or I've got them the wrong way round, but will confirm.
  • #3 by iamgazza on 18 Oct 2021
  • Hurrah! Ok so sorry for the spam. Hopefully this helps someone. 

    What this was doing
    "Selections Form does not contain sequence [1][12-/]"
    Was then triggering on all horses that didn't win the time before out (with a 12-/ LTO) 

    So I've tweaked added a separate line to achieve my goal.
    "Selections Form does not contain sequence [12-/]"
    and
    "Selections Form does not contain sequence [1][34567890PF]"

    Have fun everyone. 

Pages:
Actions