I have a scorerlist for a sports team where i fill in the goals
and assists
in the backend. Now i try to sort them by the scored points (points=2*goals+assists
) and i can not figure out how to do it.
Does anyone have an idea how to do something like this?
{{ scorerlist sort="2*goals+assists" }}