starting stack stat

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

starting stack stat

Postby huckleberry » Thu Oct 26, 2023 12:33 pm

hello! is there a simple way to create a stat that displays the starting stack value in spin & go tournaments? currently, i'm using a somewhat convoluted method. there is a report from some good person to separate regular spin&go (starting stack 500 chips) from flashes (starting stack 300 chips). in this report, there is an expression in the filters:
Code: Select all
select distinct first_value(thps.amt_before) over (partition by thps.id_tourney order by thps.date_played)
from tourney_hand_player_statistics as thps
join tourney_summary as ts on ts.id_tourney = thps.id_tourney
where thps.flg_hero
and ts.tourney_no = tourney_summary.tourney_no

i took this expression and created a column "starting_stack" based on it. using this column, i created the stat. it works quite reliably (even though i don't fully understand how), but the main issue is that the stat based on this query (as well as the original report) runs quite slowly. is there a way to create a starting stack stat more simply?
huckleberry
 
Posts: 1
Joined: Thu May 21, 2020 12:52 pm

Re: starting stack stat

Postby Flag_Hippo » Fri Oct 27, 2023 4:03 am

There isn't an alternative method at this time.
Flag_Hippo
Moderator
 
Posts: 15188
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 39 guests

cron
highfalutin