Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by Nite » Tue Oct 02, 2012 5:52 pm
yes, you are right.
Using the filter "Actions and Opportunities -> River -> Saw Showdown", i get 0$ in the custom stat "W$woSD", and the correct value if i set the same filter to NOT.
So i guess the stat is working correctly, problem fixed.
What if i want create the same statistic but for hands report (amount won without showdown for each hand) ? I've tried to use the same expression in a new "hand" statistic, but it doesn't work (the report shows an error)
Thanks to everyone
-
Nite
-
- Posts: 16
- Joined: Fri Sep 21, 2012 6:42 pm
by kraada » Tue Oct 02, 2012 6:08 pm
You just want to use:
if[ cash_hand_player_statistics.flg_showdown is false, cash_hand_player_statistics.amt_won, 0 ]
Since it's for individual hands you don't need to sum anything up.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by Nite » Tue Oct 02, 2012 6:44 pm
kraada wrote:You just want to use:
if[ cash_hand_player_statistics.flg_showdown is false, cash_hand_player_statistics.amt_won, 0 ]
Since it's for individual hands you don't need to sum anything up.
Perfect, works !
Thanks.
-
Nite
-
- Posts: 16
- Joined: Fri Sep 21, 2012 6:42 pm
by thomase » Fri Nov 02, 2012 8:13 am
I made the custom stat w$wosd based on the above pointers. However theres a slight difference between the amount in reports and the red line in the Graph. Could this be because the custom stat is not converted to my Currency?
I'm just looking for a stat in my reports like HEM w$wosd or the red line in PT's graphs.
Please advice,
Thanks.
-
thomase
-
- Posts: 4
- Joined: Tue Mar 25, 2008 2:35 pm
by kraada » Fri Nov 02, 2012 9:33 am
If you're comparing it to a graph that uses your currency that would definitely explain the discrepancy if you're playing in multiple currencies.
To change it to a My Currency version use this instead for the Player side:
sum(if[ not(cash_hand_player_statistics.flg_showdown), CAST( (cash_hand_player_statistics.val_curr_conv * cash_hand_player_statistics.amt_won) AS numeric ), 0])
and for the Hand side remove the sum() bit.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by thomase » Fri Nov 02, 2012 9:45 am
thanks, it works
-
thomase
-
- Posts: 4
- Joined: Tue Mar 25, 2008 2:35 pm
by spee__ » Fri Jul 19, 2013 7:56 pm
I have some trouble with this report stat.
I am playing 6max cash. And in the summary line, i can see a number 6. I tried to figure it out how to fix the summary line, but i couldn't do it. Can i get some help?
-
spee__
-
- Posts: 8
- Joined: Thu Apr 18, 2013 12:51 pm
by WhiteRider » Sat Jul 20, 2013 7:11 am
The data displayed in the summary line is determined by the Summary Type(s) of the column(s) used. Where you're adding things up and you want the summary to be a total then the Summary Type of the columns used should be set to "Sum". It sounds like you may have it set to "count" or something.
-
WhiteRider
- Moderator
-
- Posts: 54017
- Joined: Sat Jan 19, 2008 7:06 pm
- Location: UK
by spee__ » Sun Jul 21, 2013 11:47 am
Thank you, I tried to do it at the statistic section the summary not at the columns, it works now !
-
spee__
-
- Posts: 8
- Joined: Thu Apr 18, 2013 12:51 pm
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 21 guests