- Code: Select all
[StatManager] Unable to use cache due to column: cnt_p_minraise_greater_than_16bb (cnt_p_minraise_greater_than_16bb)
What does this mean and how can I fix this problem?
Thanks.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
[StatManager] Unable to use cache due to column: cnt_p_minraise_greater_than_16bb (cnt_p_minraise_greater_than_16bb)
kraada wrote:That means that since the column is custom, everything in that report is calculated directly from the database and the cache is not used. It will take longer for the report to populate but it should work - how do you have this stat defined?
select amt_p_effective_stack from tourney_hand_player_statistics
where amt_p_effective_stack > 0
sum(if[tourney_hand_player_statistics.flg_steal_opp and (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) > 16, 1, 0])
kraada wrote:You need to reimport your data after the update in order to get the proper values in those fields.
kraada wrote:You need to reimport your data after the update in order to get the proper values in those fields.
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 21 guests