Open Side Menu Go to the Top

09-02-2022 , 12:51 PM
Is it possible to create a expression string on range research to filter stack size bigger than 40bbs?
Expression string for stack size Quote
Expression string for stack size
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Expression string for stack size
09-02-2022 , 06:14 PM
Hello, you have to create such plain stats https://hand2note.com/Help/pages/CustomStats/Plain/ and use the stats in the expression https://hand2note.com/Help/pages/Cus...ts/Expression/
Expression string for stack size Quote
05-03-2023 , 09:41 AM
Hello,but how exactly(which formula) add stat or popup(which includes number of players,positions and effective stack) to expression string?
Expression string for stack size Quote
05-03-2023 , 10:08 AM
Hello
You have to create the plain includes number of players, positions and effective stack,



then use the stat in the expression
Expression string for stack size Quote
05-03-2023 , 10:25 AM
Hello i did it already,i mean HOW to add this plain stat to expression filter?"Value" doesn`t work right?
Oh and one more question pls:do Expression String filters work with Custom report Stats?
Expression string for stack size Quote
05-03-2023 , 08:03 PM
1. Any plain stat you can use as argument. For example:

Value(YourPlainStat) > 10


2. Unfortunately, there is a currently known bug where filters doesn't work correctly if you have Custom Report Stats enabled in Range Research.


But it will work if you build a report for the default popup instead of Custom report stats
Expression string for stack size Quote
05-04-2023 , 01:29 AM
Big thanks!
I managed to make all the filters,that were needed in a particular situation, except for one. So, what i need:
BB fold vs SB steal TOT=38-42%(minimum 5 samples, if there are none, then select players with only VPIP=65-69%)
I was advised to use || - logical OR:
(Value (BB fold vs SB steal TOT) >= 38 && Value (BB fold vs SB steal TOT)) <= 42 || (Value(VPIP) >=65 && Value(VPIP)<=69)
but it doesn't work, the program adds ALL players with VPIP 65-69% to the report, but I need only those, who do not have 5 stat samples of "BB fold vs SB steal TOT"
Expression string for stack size Quote
05-04-2023 , 04:03 AM
You will get ALL players with VPIP=65-69% and with BB fold vs SB steal TOT=38-42%(minimum 5 samples) in your report. It is according you condition
Expression string for stack size Quote
05-04-2023 , 04:26 AM
I meant

Value(BB fold vs SB steal)>=38 && Value(BB fold vs SB steal)<=42 && Opps(BB fold vs SB steal)>=5 || (Value(VPIP) >=65 && Value(VPIP)<=69)
Expression string for stack size Quote
05-04-2023 , 04:30 AM
Yes if i use || ,then i will have it.But i need only those players with VPIP=65-69%,who don`t have 5 samples of stat "BB fold vs SB steal"
I was advised to use operator "if(condition, value if true, value if false)", but i don`t know how to use it in Expression String.
Expression string for stack size Quote
05-04-2023 , 10:15 AM
It seems you will have report where you will have the players who has only VPIP=65-69% and some players who has 5 samples. Unfortunately I can't help you with the If expression
Expression string for stack size Quote
Expression string for stack size
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Expression string for stack size

      
m