Player has position

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Player has position

Postby Biggetje » Sun Sep 18, 2016 12:05 pm

For some reason I can't get the line: holdem_hand_player_detail.flg_f_has_position to work in my stats.

Here is my code:

Code: Select all
sum(if[cash_hand_player_statistics.position=8 AND
cash_hand_player_statistics.flg_p_first_raise AND
cash_hand_player_statistics.flg_p_4bet_opp, 1, 0])


So I'm in the BB, made the first raise and now have a chance to 4bet. This works, but I only want it in a BBvsSB situation.

I searched the forum and found a topic that suggested using: holdem_hand_player_detail.flg_f_has_position.

Now if I turn my code into:
Code: Select all
sum(if[cash_hand_player_statistics.position=8 AND
cash_hand_player_statistics.flg_p_first_raise AND
holdem_hand_player_detail.flg_f_has_position AND
cash_hand_player_statistics.flg_p_4bet_opp, 1, 0])


it says the statement is not valid SQL. Anyone knows what I'm doing wrong?
Biggetje
 
Posts: 25
Joined: Mon Mar 24, 2008 6:06 pm

Re: Player has position

Postby 4StarGen » Sun Sep 18, 2016 6:51 pm

See my reply in your another post, IMO should be the same bug
4StarGen
 
Posts: 956
Joined: Sat Mar 08, 2014 6:58 am

Re: Player has position

Postby Biggetje » Mon Sep 19, 2016 10:02 am

Oh man, this is going to solve so many issues I had. Thanks and sorry for "polluting" the forums with what's essentially the same issue, I wasn't aware of this bug at all.
Biggetje
 
Posts: 25
Joined: Mon Mar 24, 2008 6:06 pm

Re: Player has position

Postby 4StarGen » Mon Sep 19, 2016 12:17 pm

Happy to help man :)
4StarGen
 
Posts: 956
Joined: Sat Mar 08, 2014 6:58 am

Re: Player has position

Postby Biggetje » Tue Sep 20, 2016 5:00 pm

<snip> mistake on my part.

In case someone else stumbles onto this: I made the mistake of using the wrong line:
holdem_hand_player_detail.flg_f_has_position
should be
cash_hand_player_statistics.flg_f_has_position
Biggetje
 
Posts: 25
Joined: Mon Mar 24, 2008 6:06 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 51 guests

cron
highfalutin