Hi there,
Thanks for your question.
We’re working on a new equation builder for version 1.0, but for now the solution would be to multiple and add numbers needed to get the constant.
For example,
[WIN] x [8] x [2] x [100] x [100]
You could in theory also combine constants which would be recognized as a single constant, for example [1] [6] would be the same as 16. Although of course this isn’t much use without a “0” option, which we’ll be adding in the next update as well 🙂
thank for me first prob
next i have an idea for update, the table columns could with each other to add, subtract …. can be
Hi again!
I’m not sure I understand the idea. Could you explain it in a bit more detail?
with their tables can expect excellent man if I create a column A and column B a make and a column with the total, so could man but A + B = Total.
until now, you can pass but only from Team Results The values so can he expect but man can not column + column in the tables can be expected
Thanks for clarifying.
The problem with this is that the values of column A and column B would need to be determined first before calculating the Total column. We want to make it as flexible as possible, but this may cause problems.
For example:
Column A = Outcome A
Column B = Outcome B
Column Total = Column A + Column B
Would work, but if we change Column A to:
Column A = Outcome A + Column Total
Then there would be an infinite loop, which would break the site. For the purposes of this plugin, it is safer to use these equations instead:
Column A = Outcome A
Column B = Outcome B
Column Total = Outcome A + Outcome B
This means that if the equation for Column A is more complicated, we should still reproduce that same equation as part of the Column Total equation.
I hope that makes sense 🙂