Hi,
does a stat "fold to donkbet raise" exist?
Moderator: Moderators
kraada wrote:You mean when you donkbet, then get raised, and fold to a raise? I'm not aware of that stat being built, but it shouldn't be too hard to build.
Duplicate the cnt_f_donkbet column, call it cnt_f_donkbet_face_raise, add "AND holdem_hand_player_statistics.flg_f_face_raise" to the beginning of the if[] statement. Then duplicate that stat and change the name to cnt_f_donkbet_face_raise_fold and add "AND substring(id_actions_f.id_action from 2 for 1 = 'F')" to the if statement. Put the former over the latter in a new stat, fill in the description/format tab/etc and you'll have your stat.
preparac wrote:So in this case
substring(lookup_actions_f.action from 1 for 2) = 'BF'
'from 1 for 2' means that PT3 is looking for hands where I first Bet the and then Fold the Flop
substring(lookup_actions_f.action from 1 for 1) = 'BF'
.. would mean PT3 is looking for hands where I bet the Flop as first action regardless of what happened after?
and substring(lookup_actions_f.action from 2 for 1) = 'BF' (or 'XF' ... 'CF' ...?
.. would mean PT3 is looking for hands where I Fold the Flop as seccond action regardless of what was my first one?
By the way: In the FAQ you give us a link to sql to investigate further the meaning of this substring expressions. Honestly, this document is to much for even a very interested but only ordinary skilled PT3 user like me. It would be really nice, if you could give us some day a small, easyily understandable FAQ about how to use the most useful substring expressions (LIKE, % ... and so on )
substring(lookup_actions_f.action from 1 for 1) = 'B'
.. would mean PT3 is looking for hands where I bet the Flop as first action regardless of what happened after?
lookup_actions_f.action LIKE 'B%Return to Custom Stats, Reports, and SQL [Read Only]
Users browsing this forum: No registered users and 0 guests