Open Side Menu Go to the Top

02-20-2009 , 11:58 AM
Hey, hope someone can help with a custom stat problem.

I have a custom stat tracking how many iPoints i get while playing at iPoker.

I have a lot of PartyPoker hands, and i would like to see how many iPoints i would have gotten if they where played at iPoker instead.

I have edited my excisting stat, and changed the site id from 400 to 200, and i thought that would be enough.

The new stat shows excatly the same number as the original one, only displaying points earned at iPoker, but saying that there has been no points earned at Party.

Hope this makes any sence, and that you guys can help me

I can post the expressions for both stats if it helps
Custom Stat Help
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Custom Stat Help
02-20-2009 , 02:03 PM
Please do post the expressions, it might make it more clear what's going on here.
02-21-2009 , 07:30 AM
Ok here goes.

The original one:

sum(if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=2.76 AND holdem_hand_summary.amt_rake<=3),15,if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=2.51 AND holdem_hand_summary.amt_rake<=2.75),14,if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=2.26 AND holdem_hand_summary.amt_rake<=2.5),13,if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=2.01 AND holdem_hand_summary.amt_rake<=2.25),11.5,if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=1.76 AND holdem_hand_summary.amt_rake<=2),10,if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=1.51 AND holdem_hand_summary.amt_rake<=1.75),8.5,if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=1.26 AND holdem_hand_summary.amt_rake<=1.5),7,if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=1.01 AND holdem_hand_summary.amt_rake<=1.25),5.5,if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=0.76 AND holdem_hand_summary.amt_rake<=1),5.5,if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=0.25 AND holdem_hand_summary.amt_rake<=0.75),3,if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=0.01 AND holdem_hand_summary.amt_rake<=0.24),1,if[ (holdem_hand_summary.id_site=400 AND holdem_hand_summary.amt_rake>=3.01 AND holdem_hand_summary.amt_rake<=5),16,0]]]]]]]]]]]])

The new one:

sum(if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=2.76 AND holdem_hand_summary.amt_rake<=3),15,if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=2.51 AND holdem_hand_summary.amt_rake<=2.75),14,if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=2.26 AND holdem_hand_summary.amt_rake<=2.5),13,if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=2.01 AND holdem_hand_summary.amt_rake<=2.25),11.5,if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=1.76 AND holdem_hand_summary.amt_rake<=2),10,if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=1.51 AND holdem_hand_summary.amt_rake<=1.75),8.5,if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=1.26 AND holdem_hand_summary.amt_rake<=1.5),7,if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=1.01 AND holdem_hand_summary.amt_rake<=1.25),5.5,if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=0.76 AND holdem_hand_summary.amt_rake<=1),5.5,if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=0.25 AND holdem_hand_summary.amt_rake<=0.75),3,if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=0.01 AND holdem_hand_summary.amt_rake<=0.24),1,if[ (holdem_hand_summary.id_site=200 AND holdem_hand_summary.amt_rake>=3.01 AND holdem_hand_summary.amt_rake<=5),16,0]]]]]]]]]]]])
02-21-2009 , 12:10 PM
That looks like it should work; have you tried updating your cache since you created the new stat?
02-21-2009 , 02:14 PM
Yes many times.

The weird thing is that the new stat displays the right amount of points earned for all the iPoker hands, when it should display 0. But displays 0 for all the Party hands.
02-21-2009 , 04:37 PM
Are you sure you changed your stat to use the appropriate new column? Assuming you did, please export both stats and attach them to a support ticket and we'll look into this further when we have the stats in hand.
Custom Stat Help
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Custom Stat Help

      
m