Problem with report

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Problem with report

Postby leviathan74 » Sat Dec 16, 2017 12:15 pm

I have created a custom M Zone stat so I can check my position stats according to stack depth.

The value expression is val_m

The format type is

if(this = 1, format('0 < M < 1'), if(this = 2, format('1 < M < 2'), if(this = 3, format('2 < M < 3'), if(this = 4, format('3 < M < 4'),if(this = 5, format('4 < M < 5'), if(this = 6, format('5 < M < 6'), if(this = 7, format('6 < M < 7'), if(this = 8, format('7 < M < 8'),if(this = 9, format('8 < M < 10'), if(this = 10, format('10 < M < 15'), if(this = 11, format('15 < M < 20'), if(this = 12, format('20 < M < 50'), if(this = 13, format('50 < M < 700'), format('<700'))))))))))))))

When I got to a custom report, i input various stats based on position. VPIP, PFR, 3bet etc. Then I use an expression filter so I can check a particular stack depth. For example. val_m = 1

So far so good.

But now I want to group the stats along many Mzones. For example, I want to see how I am faring from M Zone 8 or less. I guess I can create a new line on the format of the statistic. But what I am now trying is this. I go the individual report and I try this expression filter:

val_m = 1 OR val_m = 2 OR val_m = 3 OR val_m = 4 OR val_m = 5 OR val_m = 6 OR val_m = 7 OR val_m = 8

However, the resulting report shows position statistic according to each M Zone. So I have Big Blind stats for each M Zone separately instead of grouping them all together. If I replace OR with AND, I get no data.

How can I fix this?
leviathan74
 
Posts: 84
Joined: Sun Sep 14, 2008 2:52 pm

Re: Problem with report

Postby leviathan74 » Sat Dec 16, 2017 3:20 pm

BTW, I found a solution in that you can use a simple filter stack by M size and do exactly what I want.

But just for future reference how should i phrase the expression in order to do what I want?
leviathan74
 
Posts: 84
Joined: Sun Sep 14, 2008 2:52 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 14 guests

cron
highfalutin