Page 1 of 1

Tool Tourney Fee Stats 2.03 doesn't calculate fees for players

Posted: Thu Mar 07, 2024 9:42 am
by Sevens
Hi Kent,

I'm using your Tool Tourney Fee Stats 2.03, but it's always stating all player's fees to be 0.00.

My tourneys have usually a 2.40+0.10 Buyin with a 1.40+0.10 Rebuy and Addon.

As you can see in the attached picture all the players have paid 0.00 in fees. Which is wrong. In the Web Clients Accounts-Page the TFees are summarized correctly. The TNumber for the players is 44 in the example screenshot. That's not the issue. The fees have always been the same.

I haven't tried it with V6, so I cannot say if there were changes that broke the calculations.

I can give you more screenshots if needed.

Kind regards,
Sevens

Re: Tool Tourney Fee Stats 2.03 doesn't calculate fees for players

Posted: Thu Mar 07, 2024 11:05 am
by Kent Briggs
Email me one of your tournament result files and I'll test it here.

Re: Tool Tourney Fee Stats 2.03 doesn't calculate fees for players

Posted: Thu Mar 07, 2024 2:04 pm
by Kent Briggs
I found the problem. The database component I'm using is looking at your region settings in Windows and is using commas for decimal separators instead of periods. But all my internal math is expecting periods so that is turning all the floating point values to zero. I can duplicate this on my own system by changing the Windows region from the United States to Germany. I'll look at my code and see if I can force the database component to match my internal format.

Re: Tool Tourney Fee Stats 2.03 doesn't calculate fees for players

Posted: Sat Mar 09, 2024 3:18 pm
by Kent Briggs
This is now fixed in Tourney Fee Stats 2.04:

https://www.briggsoft.com/docs/pmavens/ ... es.htm#fee

You'll need to re-import your Tourney Results files so that the Detail table get populated correctly regardless of your Windows Region setting.

Re: Tool Tourney Fee Stats 2.03 doesn't calculate fees for players

Posted: Mon Mar 11, 2024 1:59 am
by Sevens
Thanks very much, Kent. That was quick.
:D