Page 1 of 1

BLAST 888 POKER RESULTS

PostPosted: Sat Jul 08, 2023 12:29 pm
by RuiVieira
Im having problem to get the right results after tournaments ends

Nothing is correct here.
Any fix ?

Re: BLAST 888 POKER RESULTS 1st Place Always Wrong

PostPosted: Sat Jul 08, 2023 2:37 pm
by RuiVieira
Everytime I get the 1st Place it detects as 0 place

Re: BLAST 888 POKER RESULTS

PostPosted: Sun Jul 09, 2023 5:30 am
by Flag_Hippo
888 are not always providing tournament summary files for these tournaments. In cases where results information isn't included in the files provided by your poker site then you can manually edit your results in PokerTracker 4. If that information is included in your files or you are not sure then you can attach your examples to a Support Ticket.

Re: BLAST 888 POKER RESULTS

PostPosted: Sun Jul 09, 2023 7:39 am
by RuiVieira
the only summaries not displayed correct is always when I win the first place

If I play some in a row than another X in a row how can I remember which one I one and how much I one to edit it?

Re: BLAST 888 POKER RESULTS

PostPosted: Sun Jul 09, 2023 12:13 pm
by Flag_Hippo
1. Go to 'View Stats -> Results'.

2. Select the 'Overview' report'.

3. Select the 'By Tournament' grouping.

4. There is a 'Finish' stat in that report that displays the finish position for each tournament so you can see which ones have a finish position of '0'.

5. If the prize won isn't in the files provided by the poker site then PokerTracker 4 is not going to know what that was. If you cannot remember then your poker sites client and/or support may be able to provide you with that information.

Re: BLAST 888 POKER RESULTS

PostPosted: Thu Feb 01, 2024 5:17 am
by dave2085
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 played


I 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

Re: BLAST 888 POKER RESULTS

PostPosted: Thu Feb 01, 2024 7:19 am
by Flag_Hippo
I'm not aware of a method to achieve that since it would need to combine information from tournaments and from hands and there isn't a simple way to retrieve the total chips for a particular tournament and associate that with tournament results.