Pages:
Actions
  • #1 by whitey86 on 17 Apr 2015
  • Hi everyone,

    It's near the end of the week and my brains gone fuzzy!

    How do you select selections to dutch? For example, I want to dutch 0-0 and whatever is the fav in the correct score market.

    You can't do selections index is equal to 1 and selections rank is 1 because that checks if the 0-0 is fav (which it wont be most of the time!)

    Thanks,

    Whitey :)
  • #2 by Oxa (WellDoneSoft) on 17 Apr 2015
  • Its selection index is always 1 though.
    So, from what I understood, you need these conditions:

      [Selection's Index is equal to 1
       or Selection's Rank is equal to 1]
    and
      Selection's Trigger Expression matching_number is equal to 2


    I took the first two conditions into square brackets to emphasize that it is a block, i.e. you need to add a block, then two conditions inside it, then another condition outside.

    The third condition is needed in case 0-0 is the favourite.
  • #3 by MarkV on 17 Apr 2015
  • Hi
    similarly:
    all matching selections:

    selections index is equal to 1
    OR
        selections index is greater than 1
        and selections rank is equal to 1
  • #4 by whitey86 on 19 Apr 2015
  • Thank you both!

    Of course it was an OR not an AND I needed!!  Duh!

    Thanks,

    Whitey :)
Pages:
Actions