I do not understand how to use the new Database field "lookup_actions_<street>.action"
When I take a column you have created like
cnt_p_limp_raise = sum( if[tourney_holdem_hand_player_statistics.flg_p_limp AND substring(lookup_actions_p.action from 2 for 1)='R', 1, 0] )
or I take the condition you mention in the FAQ "sum( if [substring(lookup_actions_f.action from 1 for 2) = 'XR', 1, 0] )" to create a column like
sum(if[tourney_holdem_hand_player_statistics.flg_p_first_raise = true AND substring(lookup_actions_f.action from 1 for 2) = 'XR', 1, 0])
and I test them in a colums in a Report, they give me absurd values. More: using statstics based on this lookup-columns they afect alsy other statistics in the report. For example suddenley the report counts 2,5 Million Hands in a Database where there are only 50'000 hands an alos other stats like the number of limps etc. are dramatically inflated...
What I'm missing?
And anyway: What is the logic of the part "action from 2 for 1" or "action from 1 for 2" or "action from 2"??
thanx for your help
