Page 1 of 1

Creating a Custom Report

PostPosted: Mon Nov 26, 2012 3:09 pm
by liamus
Hi,

I need some help with creating a custom report - I want to search my database by all players with a specfic stat threshold (e.g VPIP > 50) but only the ones for whom I have a certain number of hands (eg > 150)

Can someone show me how or point me in the direction of a guide?

Re: Creating a Custom Report

PostPosted: Mon Nov 26, 2012 4:41 pm
by kraada
Go to the My Reports tab and click New Report and choose an All Players report and add the normal stats. Click the blue Filters link on the left hand side and choose to add a new Filter Expression.

The Filter Expressions can filter based on the stats of the various players - to insert a stat click the blue Insert link. You can then add inequalities as you like and you'll get something like:

#VPIP# > 50

which you can then save and add a second one: #Hands# > 150

And then you'll see all and only those players in your report.

Re: Creating a Custom Report

PostPosted: Tue Nov 27, 2012 8:19 am
by liamus
Great thanks!