Show opportunities only?

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Show opportunities only?

Postby acesjohn » Mon Sep 24, 2018 1:35 pm

Hello, me again :P

With any stat you have the option to "Show opportunities", if this is false it is just the % if its true then its the % + ?/?.

Is there a way to only show the opportunities and not the stats % value?

I'm just trying to format the layout of my pop ups a little.
acesjohn
 
Posts: 134
Joined: Mon Sep 08, 2008 6:21 pm

Re: Show opportunities only?

Postby Flag_Hippo » Mon Sep 24, 2018 3:18 pm

To do that you would need to format your statistic to display this information in the HUD/popup instead of a percentage. For example if you wanted to display the (times/opportunities) for 'CBet Flop' instead of a percentage you would use this expression for the 'Format Type':

Code: Select all
format('({1}/{2})', format_number(cnt_f_cbet,0,false,false), format_number(cnt_f_cbet_opp,0,false,false))
Flag_Hippo
Moderator
 
Posts: 14495
Joined: Tue Jan 31, 2012 7:50 am

Re: Show opportunities only?

Postby acesjohn » Tue Sep 25, 2018 6:30 am

Flag_Hippo wrote:To do that you would need to format your statistic to display this information in the HUD/popup instead of a percentage. For example if you wanted to display the (times/opportunities) for 'CBet Flop' instead of a percentage you would use this expression for the 'Format Type':

Code: Select all
format('({1}/{2})', format_number(cnt_f_cbet,0,false,false), format_number(cnt_f_cbet_opp,0,false,false))


Fantastic as always!
acesjohn
 
Posts: 134
Joined: Mon Sep 08, 2008 6:21 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 15 guests

cron