• hi folks, i need help in generating the formula to get the total points for a rugby team.
    the formula should be something like:
    win*4+draw*2+(if tries>4 then +1)+(if pointdifference < -7 then +1)

    there is a way to accomplish to that?

    thanks

    Luca

Viewing 1 replies (of 1 total)
  • Roch

    (@rochesterj)

    Hi Luca!

    Thanks for reaching out!

    You’ll need to set different event outcomes for each of these “if” conditionals.

    So your outcomes won’t be just win or loss, they’ll be
    win
    draw
    loss
    tries4
    pointdifference7

    And then you can add these extra outcomes when they are needed in your events.

    Unfortunately there is no way to automatically add them to your events, as the outcomes can only be set in simple conditions.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘rugby points formula’ is closed to new replies.