I have a table showing statistics. I figured out two numbers. Now I want to add the quota to the table. How can I calculate the quota:
Number of games: 12
Wins: 6
Quota: "Wins" / "Number of Games" = 0.5
I have:
Number of Games: Read Data: {maca}
Wins: Read Data: {macg}
How can I calculate the quota? {Quota} = {maca} / {macg}
Data Builder 2?
PHP?
Java?
Can I use a function or a view?
Number of games: 12
Wins: 6
Quota: "Wins" / "Number of Games" = 0.5
I have:
Number of Games: Read Data: {maca}
Wins: Read Data: {macg}
How can I calculate the quota? {Quota} = {maca} / {macg}
Data Builder 2?
PHP?
Java?
Can I use a function or a view?