Couple of newbie questions

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Couple of newbie questions

Postby mythrilfox » Thu Dec 03, 2020 6:07 pm

Hi, I'm just recently switching back to PT4 and had a couple of questions I couldn't find the answers to.

-I have a recent hands HUD on the table to keep track of big pots. Live Win/Live Winner. Is there any way to make it so clicking on those recent pots opens up the HH viewer?
-On Ignition, is there any way to shorten the names of the auto-generated players in the HH viewer? It can be very hard to track the action with the names being so long.
-Is there a way to adjust the session timeout length?

Also been trying to create a stat from scratch for bet-check-bet, but I'm getting an invalid sql error. This is what I'm trying for cnt_r_bxb:

sum(if[lookup_actions_f.action='B' AND
lookup_actions_t.action='X' AND
lookup_actions_r.action LIKE 'B%', 1, 0])

What've I got wrong?

Thanks for the help!
mythrilfox
 
Posts: 12
Joined: Tue Aug 19, 2008 6:48 pm

Re: Couple of newbie questions

Postby Flag_Hippo » Fri Dec 04, 2020 7:39 am

mythrilfox wrote:-I have a recent hands HUD on the table to keep track of big pots. Live Win/Live Winner. Is there any way to make it so clicking on those recent pots opens up the HH viewer?
-On Ignition, is there any way to shorten the names of the auto-generated players in the HH viewer? It can be very hard to track the action with the names being so long.
-Is there a way to adjust the session timeout length?

None of that is possible I'm afraid.
mythrilfox wrote:Also been trying to create a stat from scratch for bet-check-bet, but I'm getting an invalid sql error. This is what I'm trying for cnt_r_bxb:

sum(if[lookup_actions_f.action='B' AND
lookup_actions_t.action='X' AND
lookup_actions_r.action LIKE 'B%', 1, 0])

What've I got wrong?

Just the formatting. Needs to be either this:

sum(if[lookup_actions_f.action='B'
AND lookup_actions_t.action='X'
AND lookup_actions_r.action LIKE 'B%', 1, 0])


or this:

sum(if[lookup_actions_f.action='B' AND lookup_actions_t.action='X' AND lookup_actions_r.action LIKE 'B%', 1, 0])
Flag_Hippo
Moderator
 
Posts: 17044
Joined: Tue Jan 31, 2012 7:50 am


Return to PokerTracker 4

Who is online

Users browsing this forum: No registered users and 41 guests