Search found 10 matches

Return to advanced search

Re: Unbalanced Parens in SQL query from valid expression fil

Oh interesting, thanks. Is there a place where I can report a bug? seems like the case thing has gotta be a typo somewhere in a parser or something? you should use the full database field names (instead of column names from statistics) in filters like this Oh cool, thanks for the heads up! Why is th...
by benku
Sat Sep 17, 2022 2:58 pm
 
Forum: PokerTracker 4
Topic: Unbalanced Parens in SQL query from valid expression filter
Replies: 5
Views: 543

Re: Unbalanced Parens in SQL query from valid expression fil

sorry typo, i've been writing a lot of lisp lately so i wrote an s-expression. The correct version is:

Code: Select all
NOT ((NOT flg_f_flop) OR (NOT flg_f_face_action))


I'm assuming NOT binds to the first clause in first version I posted and we want it applied to the entire OR expression
by benku
Sat Sep 17, 2022 3:02 am
 
Forum: PokerTracker 4
Topic: Unbalanced Parens in SQL query from valid expression filter
Replies: 5
Views: 543

Re: Unbalanced Parens in SQL query from valid expression fil

Okay, there is the obvious work around of
Code: Select all
(NOT (NOT flg_f_face_action) OR (NOT flg_f_donk))

(which works btw)
by benku
Sat Sep 17, 2022 2:35 am
 
Forum: PokerTracker 4
Topic: Unbalanced Parens in SQL query from valid expression filter
Replies: 5
Views: 543

Unbalanced Parens in SQL query from valid expression filter

I just wrote the expression filter flg_f_face_action AND flg_f_donk and got an Error: Error: Unable to execute query: Fatal Error; Reason: ERROR: syntax error at or near ")" LINE 1: ...ise > 0 OR cash_hand_player_statistics.flg_f_fold)) AND ((... Looked like maybe an unbalanced paren probl...
by benku
Sat Sep 17, 2022 2:33 am
 
Forum: PokerTracker 4
Topic: Unbalanced Parens in SQL query from valid expression filter
Replies: 5
Views: 543

Build a filter to include all hands with specific actions?

I want to look at spots where any player 4bet-jams for over 90 bbs after a 3bet of up to 12 bb. I want to filter for any player, not just hero. I want to do two things with this: I want to look at individual hands, and I also want to visualize the ranges that people are shoving (I have hole cards cu...
by benku
Wed Sep 01, 2021 12:43 am
 
Forum: PokerTracker 4
Topic: Build a filter to include all hands with specific actions?
Replies: 1
Views: 250

Re: Hand history format specification for PT4?

Oh, that's great! Seems I have bad information :)

This gets me to the second part of my question: is there a spec for the format? I don't have access to PS where I live so I can't really get any hand histories to reverse engineer.
by benku
Mon Aug 30, 2021 12:50 pm
 
Forum: PokerTracker 4
Topic: Hand history format specification for PT4?
Replies: 5
Views: 1256

Re: Hand history format specification for PT4?

Also, if anyone knows if PT4 can support running it multiple times from the PS format, I'd love to know!
by benku
Mon Aug 30, 2021 9:28 am
 
Forum: PokerTracker 4
Topic: Hand history format specification for PT4?
Replies: 5
Views: 1256

Hand history format specification for PT4?

I'm maintaining some software that translates hand histories from https://www.pokernow.club to pokerstars so that folks can import their homegame sessions. However there are some features that I'm unable to translate because I don't think PS supports them (namely running it twice). I also can't find...
by benku
Mon Aug 30, 2021 9:14 am
 
Forum: PokerTracker 4
Topic: Hand history format specification for PT4?
Replies: 5
Views: 1256

Re: PokerTracker4 not exporting hands

Hi Flag_Hippo, thanks for the response. I ended up getting this to work. I was confused because the logs were output to directory "Documents/Ignition", and I was looking for a file directly in Documents. This is fine behavior (keeps down the clutter!), but I would suggest updating the &quo...
by benku
Sat Feb 27, 2021 5:20 pm
 
Forum: PokerTracker 4
Topic: PokerTracker4 not exporting hands
Replies: 2
Views: 319

PokerTracker4 not exporting hands

I'm trying to export hands from Database > Export Hands . Under the Advanced tab I select Session Date > Since Date(2/23/2021) . I set Hands per file: 1000 , and click Export Hands . I select Documents as my export directory (I've tried other directories as well) and PT tells me "Export Complet...
by benku
Sat Feb 27, 2021 1:34 am
 
Forum: PokerTracker 4
Topic: PokerTracker4 not exporting hands
Replies: 2
Views: 319

Return to advanced search

cron
highfalutin