Multiple questions about developing IsHero stat
Posted: Mon Feb 04, 2013 4:50 pm
Hello, I am developing isHero stat and I face a lot of questions:
1) What is best way to do that? cash_hand_player_statistics.flg_hero is flag for imported hand. I want to be able to know if it is Active player (selected as Hero in PT4)
Currently I am comparing players search name with static text 'Hero_screenname'
2) Why if I will assign statistic it will not group report by that:
If I would play with created statistics then it would make:
hands/Hero
663 Opp
1256 Opp
52110 Hero
1233 Opp
...
But If I will map database field to statistics ( if[player_real.player_name_search = 'xxxxxxxxxxx', 1, 0])
It will work well:
Hands/Hero
52110 Hero
3000 Opp
(no more lines)
3) Why Case clause works in column tab, but doesn't work in Statistcs tab? How to use it there? Writting everything with If could be big pain
4) Forgot other questions ;( I will be back if I will remember those! But there was much more!
1) What is best way to do that? cash_hand_player_statistics.flg_hero is flag for imported hand. I want to be able to know if it is Active player (selected as Hero in PT4)
Currently I am comparing players search name with static text 'Hero_screenname'
2) Why if I will assign statistic it will not group report by that:
If I would play with created statistics then it would make:
hands/Hero
663 Opp
1256 Opp
52110 Hero
1233 Opp
...
But If I will map database field to statistics ( if[player_real.player_name_search = 'xxxxxxxxxxx', 1, 0])
It will work well:
Hands/Hero
52110 Hero
3000 Opp
(no more lines)
3) Why Case clause works in column tab, but doesn't work in Statistcs tab? How to use it there? Writting everything with If could be big pain
4) Forgot other questions ;( I will be back if I will remember those! But there was much more!