viewtopic.php?f=18&t=9911&st=0&sk=t&sd=a&start=10I'd also appreciate it if you could give me an idea as to why when I run a certain report with a cusom stat of my own that a column containing "NA"
several times together with the required value is returned. As is, I am unable to incorporate this stat in the HUD. I have updated the cache.
I am trying to get an attempted steal from SB stat using the quotient of the following columns:
sum( if[holdem_hand_player_statistics.flg_p_first_raise AND holdem_hand_player_statistics.flg_p_open_opp AND position = 9, 1, 0])
sum(if[holdem_hand_player_statistics.flg_p_open_opp AND position = 9, 1, 0])
BTW,if I use sum( if[holdem_hand_player_statistics.flg_p_
open AND holdem_hand_player_statistics.flg_p_open_opp AND position = 9, 1, 0]) I get a VP$IP from SB instead. I also get "NA" several times in the report column in this case.
Thanks in advance.