Learning and looking how other people is dealing with the lack of some X_opp columns, i looked into the CCPF colums of badleutenient,and i found out that CCPF_OPP aren't correctly stated. if you run a report on cold called hands, you will find some 105%, 110%, because a some of CCPF_OPP that are possible aren't included in the used colum , wich reads like the following.
cnt_ccpf_btn_opp
sum(if[holdem_hand_player_statistics.flg_p_face_raise and holdem_hand_player_statistics.flg_p_limp = false and holdem_hand_player_detail.amt_blind=0 and holdem_hand_player_statistics.position = 0,1,0 ] )
and
sum( if[ holdem_hand_player_statistics.flg_p_ccall and holdem_hand_player_statistics.position = 0,1,0 ] )
this are for badleutenient in the repository
i think is possible to do it right since there is a CCPF_OPP even if i don't understand it perfectly yet.
