Hi,
I am responding to the problem that results are not correct tracked and the the number of 1st Place finish ist incorrect with 888Blast.
Is it somehow possible to build a stat which shows 1st Place in reliance of how many BLAST-Spins Hero played with "Chip won >0"
Calculation is like this;
"chip won >0"/total games playedI actually found that the "
Chip Won"
- Code: Select all
amt_chips_won
are tracked correct.
So when Chip Won = green (>0 Chips won at BLAST) this should indicate a 1st Place finish, right?
There is a "
1st Place %" Stat in my Database;
- Code: Select all
cnt_finish_1 / (cnt_tourneys / 100)
Format Type: Expression:
- Code: Select all
format_number((cnt_finish_1 * 100) / cnt_tourneys, 2, true, false)
Thanks for help