• I tried a lot to make an automatic table, but, I can not find the equation to get the automatic values.
    Victory means 3 points, so I put “win + 3”
    Tie means 1 point, so I put “draw + 1”
    And defeat means 0 points, so I added “loss + 0”
    In points (pts) I added in the equation: win + loss + draw, because I want the score to be the sum of these three results, but the table simply does not work, I fill in the values ??of victory, defeat and tie and simply no result appears automatically, the value remains 0. Can anyone help me?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @soheelady,

    First you should define just the outcomes. In your case WIN, DRAW, LOSS. Each outcome by default is equal to 1. You should also be sure that each event has the correct outcomes.
    Next you should create a Table Column lets say POINTS which will have the following equation:
    POINTS = WINx3 + DRAW
    So if a team has 10 WINs, 3 DRAWs and 5 LOSSes, the POINTS = 10x3 + 3 = 33.

    https://prnt.sc/iwuy5b

    Thanks,
    Savvas

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