statistical indicator that counts the number

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

statistical indicator that counts the number

Postby Vladislav1975 » Fri Nov 26, 2021 3:20 pm

I want to create a statistical indicator that counts the number of hands of a player, the sum of the stacks of players in which is equal to 67500.
I wrote a column:
"
count
(
(
SELECT SUM (tournament hand_player_statistics.amt_before)
FROM tournament hand_player_statistics
WHERE tournament hand_player_statistics.id_hand = tourney_hand_summary.id_hand
)
= 67500
)

"
As a result, the total number of the player's hands is displayed in the hud.

Please help to correct the statistical indicator so that the correct result is displayed in the hud.
Vladislav1975
 
Posts: 19
Joined: Fri Nov 01, 2013 6:54 pm

Re: statistical indicator that counts the number

Postby Flag_Hippo » Sat Nov 27, 2021 12:10 pm

Unfortunately I don't know of a method to achieve that.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 17 guests

cron