Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
cash_hand_summary.str_aggressors_p LIKE '80' and cash_hand_summary.str_actors_p LIKE '08'
Flag_Hippo wrote:There isn't a simple filter you can use for the position of callers but you can do this in a custom report with an expression filter like this:
- Code: Select all
cash_hand_summary.str_aggressors_p LIKE '80' and cash_hand_summary.str_actors_p LIKE '08'
You can use this expression filter by clicking on the filters link and selecting 'Add New Expression Filters' (substitute 'cash' with 'tourney' if you are in a tournament report). This particular filter is for a BTN raise/BB call and this post has more information on how the actors and aggressors strings work if you want to filter for different situations. Note that this filter does not specify Hero is on the button so you will need to add a simple filter for your own position or add that to the expression filter using cash_hand_player_statistics.position = 0.
yukihiro_ogawa wrote:I would like to see not only the results but also the replay of the hand.
yukihiro_ogawa wrote:The following is what I want to extract.
yukihiro_ogawa wrote:BTN(hero) vs SB(villain) [3bet pot]
cash_hand_summary.str_aggressors_p LIKE '809' and cash_hand_summary.str_actors_p LIKE '090'
cash_hand_player_statistics.position = 0 and cash_hand_summary.str_aggressors_p LIKE '809' and cash_hand_summary.str_actors_p LIKE '090'
yukihiro_ogawa wrote:I attached screenshots.
yukihiro_ogawa wrote:I have one more question, how should I express cold call?
Pleaze tell me about conditional expression for SRP for BTN vs CO as an example.
cash_hand_summary.str_aggressors_p LIKE '81' and cash_hand_summary.str_actors_p LIKE '10'
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 8 guests