Actual stack size filters not in increments of 0.01 any more
Posted:
Thu Oct 03, 2024 11:13 pm
by LetTheAceKik
I'm trying to filter for stack sizes between various numbers of blinds, e.g 5-10, 10-15, etc. I need to be able to so in increments of 0.01,
so as to avoid repetition and omissions. I did this a few months ago, but when I tried to add more filters just now I was only given the
option of 0.1 increments instead. If I do 5-10, 10-15 all hands with 10bb will end up in both sections. If I do 5-10 and 10.1-15 I'll miss
out on those hands that are between 10 and 10.1. Is there a way to get back to the 0.01 increments. Cheers.
Re: Actual stack size filters not in increments of 0.01 any
Posted:
Fri Oct 04, 2024 5:46 am
by Flag_Hippo
You can do that in a
custom report with an expression filter:
- Code: Select all
(tourney_hand_player_statistics.amt_before / tourney_blinds.amt_bb) between x.xx and y.yy
You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'.
Re: Actual stack size filters not in increments of 0.01 any
Posted:
Fri Oct 04, 2024 10:44 am
by LetTheAceKik
Thanks for the reply.
I don't know anything about reports. I just want to add some quick filters.
I go to:
tournament filters
hand details
pot size & stack depth preflop
actual stack size
big blinds between:
and at this point the increments have changed from hundredths to tenths.
Re: Actual stack size filters not in increments of 0.01 any
Posted:
Fri Oct 04, 2024 11:58 am
by Flag_Hippo
That's not currently possible using the built-in filters - to filter in increments smaller than one tenth you will need to use the expression filter I provided in a custom report:
Guide: Creating My ReportsI don't know at this time if there a plans to revert the filters to how they were before but I'll mention this to the development team.
Re: Actual stack size filters not in increments of 0.01 any
Posted:
Fri Oct 04, 2024 11:30 pm
by LetTheAceKik
Ok, I'll have a look at that.
Thanks for your help.
Re: Actual stack size filters not in increments of 0.01 any
Posted:
Mon Oct 07, 2024 1:57 pm
by dave2085
i am also missing that option (.01) in quickfilters for notetracker.