Page 1 of 1

Editing Preflop Stack Size Statistic

PostPosted: Mon Jul 16, 2012 7:12 pm
by pt4pt4pt4
i don't see where i can set my own ranges if i duplicate this stat.

if(this = 1, format('Stack less than 2 big blinds'), if(this = 2, format('2 bbs < Stack <= 5 bbs'), if(this = 3, format('5 bbs < Stack <= 10 bbs'), if(this = 4, format('10 bbs < Stack <= 15 bbs'), if(this = 5, format('15 bbs < Stack <= 20 bbs'), if(this = 6, format('20 bbs < Stack <= 30 bbs'), if(this = 7, format('30 bbs < Stack <= 40 bbs'), if(this = 8, format('40 bbs < Stack <= 50 bbs'), if(this = 9, format('50 bbs < Stack <= 75 bbs'), if(this = 10, format('75 bbs < Stack <= 100 bbs'), if(this = 11, format('100 bbs < Stack <= 125 bbs'), if(this = 12, format('125 bbs < Stack <= 150 bbs'), if(this = 13, format('150 bbs < Stack <= 200 bbs'), if(this = 14, format('200bbs < Stack <= 250 bbs'), if(this = 15, format('250 bbs < Stack <= 300 bbs'), if(this = 16, format('Stack >= 300 bbs'), format('Error')))))))))))))))))



Summary Type:

format('{1} Stack Size(s)', this)


What if i wanted the first stack size to be:
Stack less than 1 big blinds

and next stack size to be
1 bbs < Stack <= 3 bbs

Don't see what variable the stat is using?

Re: Editing Preflop Stack Size Statistic

PostPosted: Tue Jul 17, 2012 3:57 am
by WhiteRider
You would need to make a copy of the column "val_p_stack_size" which that stat uses (click Duplicate), and change the way the ranges are defined there.
Then make a copy of the stat too, and change the "Value Expression" to use your new column.

(Note: because the format expression is so long you may need to make the window a bit taller in order to see the Value Expression of the stat.)

Re: Editing Preflop Stack Size Statistic

PostPosted: Tue Jul 17, 2012 7:32 am
by pt4pt4pt4
Didn't know that you had too extend the window to see the missing stat that PT4 was using.

Makes sense now. Was editing and changing things before and yet same stack size every time :?

TY

highfalutin