hello!
Can i do in poker tarcker 4 filtrs to spots when i played run it twice on cash games in poke stars?
thank you
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
cash_hand_histories.id_hand = cash_hand_player_statistics.id_hand
and cash_hand_histories.history like '%Hand was run twice%'
BillGatesIII wrote:For PokerStars this Filter Expression should work in a Hands Report.
- Code: Select all
cash_hand_histories.id_hand = cash_hand_player_statistics.id_hand
and cash_hand_histories.history like '%Hand was run twice%'
4StarGen wrote:Nice, I didn't think about HH's table.
Do you know whether expressions like yours works with tables outside PT4's std DB? i.e. can I make a join between a PT4's table and my custom view? (I'm not a home for 3 days so I cannot check it myself)
exists (
select 1
from cash_hand_histories as chh
where chh.id_hand = cash_hand_player_statistics.id_hand
and chh.history like '%Hand was run twice%')
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: Skywa and 8 guests