PDA

View Full Version : List of all available variables



titoufred
07-08-2010, 08:25 AM
Hello.

Anybody knows where to find a list of all available variables (such as ph.NetAmountWon, phmisc.PostAMountPreflop, pkh.numberofplayers, Flop.Betamount...) to create custom stats for reports ?

Thank you for your help.

The Minder
07-08-2010, 08:51 PM
How about the sticky at the head of this forum?

http://forums.holdemmanager.com/custom-reports/3595-formulas-every-hm-stat-updated-nov-12-2009-a.html

titoufred
07-09-2010, 07:53 PM
That's not the answer to my question.

AJzero
07-16-2010, 06:53 AM
titoufred, you can see a full list of stat and the names you need to make custom reports at

Reports > Stat Selection > Add Stats

Example -

Under Default Stats you'll see "Postflop Aggression"

you can add this to your custom report (open one from the reports folder in the HEM install directory to see format) with


<Stat StatName="Postflop Aggression" />

and so on for the other stats.

titoufred
07-20-2010, 04:42 AM
Thank you, but that's not the answer to my question.

TheZepper
08-06-2010, 01:58 AM
Open pgAdmin III and your DB then Schemas > Public > Tables. Open a table and expand Columns. These are the variables u can use in custom stats. U are (technically) limited in number of tables u can use - I believe the list is in sticky at beginning of this forum - Report Building 101 - Part I.