4StarGen wrote:plz be aware of another problem I faced.... PT4 doens't like very much uppercase, I found that some expressions with 'AND' doesn't validate while they do with 'and'
happy to find that thread and that post.
I was pretty confused as i was checking some basic stat
Fold to PF 3Bet After Raise
If I use the expression on a pt4 "my reports" I also had weird syntax error.
After reading this thread (cause I use big "AND"), I just tested with "and".
- Code: Select all
cash_hand_player_statistics.enum_p_3bet_action='F' AND cash_hand_player_statistics.flg_p_first_raise
--> syntax error occurs.
- Code: Select all
cash_hand_player_statistics.enum_p_3bet_action='F' and cash_hand_player_statistics.flg_p_first_raise
everything works with small "and"I am jjust using big "AND" to have better overview.
What is recommenced by PT4? Just always use small letters?
PS: also had those issues in the past, I guess this often caused the error ... :?
PPS:
those columns are even protected^^;
cnt_p_3bet_def_opp_when_open_raised
etc.
Actually you should fix that.