Non showdown winnings in reports

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Non showdown winnings in reports

Postby Nite » Mon Oct 01, 2012 7:32 pm

Hi,

where do i find the non-showdown winnings in reports ?
I'm looking for something like "My currency non sd won".

Thanks,

Nite.
Nite
 
Posts: 16
Joined: Fri Sep 21, 2012 6:42 pm

Re: Non showdown winnings in reports

Postby rapmaster_c » Mon Oct 01, 2012 9:37 pm

Hi,
the fastest/easiest way is to just select "My Currency Won" - which is already in the standard stat report.
- Then click on "More Filters..."
- Add Filter
- Hand Details --> click on(activate) "Hands Went to Showdown" --> then click on Add to Filter
- now you should be back on the main filters screen. here you click(mark) on the filter you just added
- the button " 'NOT' Selected " will be visible(after you clicked on the filter) - click on it
- The filtername will change into NOT ( Hands Went to Showdown )
- click on save & apply filters
- done

If you want to build a custom stat, "chps.flg_showdown" is the column you can check if you want to know if there was a showdown at any point in the hand.
And "amt_won_curr_conv" is the stat where currency won is stored.

cheers
rapmaster_c
 
Posts: 14
Joined: Tue Aug 28, 2012 2:37 pm

Re: Non showdown winnings in reports

Postby Nite » Tue Oct 02, 2012 4:23 am

Hi,

Thanks, i managed to get the filter working.

I' m having troubles with the custom stat, i don't actually know how to even begin :), could you be a little more specific ?

Ty,

Nite.
Nite
 
Posts: 16
Joined: Fri Sep 21, 2012 6:42 pm

Re: Non showdown winnings in reports

Postby rapmaster_c » Tue Oct 02, 2012 11:53 am

Hi,
if you haven't checked out the custom stat guide yet pls do so: https://www.pokertracker.com/guides/PT4 ... tics-guide
- First open the statistics-window.
- select cashgame mode(since its a stat u want to create for cg I assume)
- then go to columns
- click on "new" to create a new column: here you create your own piece of code. (sidenote: there are a bunch of other columns - check them out if you want to improve your columns-creating-knowledge)
- in the expression field, paste this in:
sum( if[ cash_hand_player_statistics.flg_showdown is false, cash_hand_player_statistics.amt_won, 0 ])
- the first parameter in the if-statement selects all situations where player is not(is false) in a showdown, the second parameter sums up all of the chips/$(since its cg chips equals money I guess) won or lost in those situations(parameter 1)
- give it a name like amt_nosd_won
-next go to "stats" - click on new and use the column you ve just created. just write amt_nosd_won(or the name u ve chosen) in the value expression field - fill out the other fields then click on save - assign it to a category - save again then the new stat is available in the "available stat"-panel

I have just compared the result from the stat and the result from the "filter"-method and noticed small differences... maybe I missed something - don't know... perhaps a moderator can help us :)
rapmaster_c
 
Posts: 14
Joined: Tue Aug 28, 2012 2:37 pm

Re: Non showdown winnings in reports

Postby kraada » Tue Oct 02, 2012 1:04 pm

I'm not sure if using the "is" notation results in any difference; I would have done it as:

sum( if[ not(cash_hand_player_statistics.flg_showdown), cash_hand_player_statistics.amt_won, 0 ])

Which filter were you using to compare?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Non showdown winnings in reports

Postby rapmaster_c » Tue Oct 02, 2012 2:59 pm

yeah I have tried with "is false", "= false", "= 'false'" and also your method, kraada.
I get the same result.
The filter option is " NOT ( Hands Went to Showdown ) "
Lets just see if Nite can confirm those differences.
rapmaster_c
 
Posts: 14
Joined: Tue Aug 28, 2012 2:37 pm

Re: Non showdown winnings in reports

Postby Nite » Tue Oct 02, 2012 3:35 pm

hi,

thanks again for help, i made the custom stat and those are the results :

If i filter the hands with the filter suggested in post #2, both the "my C won" and "w$woSD"(the custom stat) have the same values.
If i clear the filters, the "w$woSD" increases significantly (with the filter i have something like -$1400 (as sum of all positions), and without it i have -$2400 (as sum of all positions))

*edit
i just compared the results of the custom stat of pt4 with the stat w$woSD of HEM1 on a random day, and the values shown are exactly the same. So i guess it works and its the filter wrong
Last edited by Nite on Tue Oct 02, 2012 3:45 pm, edited 1 time in total.
Nite
 
Posts: 16
Joined: Fri Sep 21, 2012 6:42 pm

Re: Non showdown winnings in reports

Postby kraada » Tue Oct 02, 2012 3:45 pm

Try filter for Went to Showdown then looking to see if that stat is nonzero. If it is and we can pinpoint a hand where you did get to showdown that's triggering this stat it would be really useful to see what happened.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Non showdown winnings in reports

Postby Nite » Tue Oct 02, 2012 3:47 pm

kraada wrote:Try filter for Went to Showdown then looking to see if that stat is nonzero. If it is and we can pinpoint a hand where you did get to showdown that's triggering this stat it would be really useful to see what happened.


Its non zero, simply because of multiway pots in which i fold and the other players get to showdown.
Nite
 
Posts: 16
Joined: Fri Sep 21, 2012 6:42 pm

Re: Non showdown winnings in reports

Postby kraada » Tue Oct 02, 2012 4:46 pm

Then you're using the wrong filter - if you use Actions and Opportunities -> River -> Saw Showdown it'll give you all and only hands where you saw showdown - this stat should give you no data from those hands and all of your winnings come from the hands where it is false; ie- not(saw showdown).
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Next

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 11 guests

cron
highfalutin