PDA

View Full Version : couple of noob questions



dugthefish
02-13-2011, 10:37 AM
hey all, thinking about changing to HEM from your competitor. DL'd the trial, imported all my hands, really liking it. i did have a couple of questions tho.

first, is there any way to distinguish between RUSH hands and non-rush hands in the reports? HEM seems to have lumped them all together by stakes.

secondly, in the positions report, it only gives stats for 6 positions. is there any way to show all 9?

thanks in advance for any replies, i'll problably have more questions as i get deeper into using HEM.

dug

fozzy71
02-13-2011, 12:37 PM
You need to import the original hand histories from full tilt. The exported ones from pt3, and the ones from the ftp hh beta request tool, do not contain the info in the original format for us to distinguish them as rush.

Email full tilt support and ask for all your old hand histories and tourney summaries. They send multiple/partial RAR files that will extract to a single large text file. You can then Import File to a new database. You can also try importing the \poker tracker 3\processed folder to a new database as that should contain all the original hands that were auto imported by it.

Here is a FR position report - http://forums.holdemmanager.com/custom-reports/311-position-full-ring.html

dugthefish
02-13-2011, 02:54 PM
thanks for the help. do you know offhand if there is any way to get the positions to sort in order w/o having to do it manually everytime the report pops up?

fozzy71
02-14-2011, 09:18 AM
I don't know of any way, other than possibly editing the .report file layout. I am not familiar with the specifics of creating/editing those files but I would think you can simply edit the order of the lines of code.

There are 10 individual lines of code, one for each position, in between the <Ranges> </Ranges> tags. I hoped I could reorder those but it doesn't seem to affect the default sort order for the report displayed. I moved small blind and big blind to the bottom of the list and saved it as a new report name but it does not seem to change the display.

I will send an email to the tech team to see if any of them know if it is possible. If they don't know I will try to send an email to the head developer that wrote the original report and see if he knows.


<Report Name="Position (FR)" Version="1.1">
<Groupings>
<Grouping FieldExpression="PH.NumberOfPlayers*100+PHMISC.OffTheButton" ColumnName="Position" ColumnHeader="Position" ColumnWidth="120">
<Ranges>
<Range In="300,400,500,600,700,800,900,1000" RangeName="1) Button" />
<Range In="401,501,601,701,801,901,1001" RangeName="2) Cutoff" />
<Range In="502,602,702,802,902,1002" RangeName="3) MP3" />
<Range In="603,703,803,903,1003" RangeName="4) MP2" />
<Range In="704,804,904,1004" RangeName="5) MP1" />
<Range In="805,905,1005" RangeName="6) EP3" />
<Range In="906,1006" RangeName="7) EP2" />
<Range In="1007" RangeName="8) EP1" />
<Range In="200,302,403,504,605,706,807,908,1009" RangeName="Small Blind" />
<Range In="201,301,402,503,604,705,806,907,1008" RangeName="Big Blind" />
</Ranges>
</Grouping></Groupings>
<Stats>
<Stat StatName="Net Amount Won" />
<Stat StatName="Big Blinds per 100" />
<Stat StatName="VPIP" />
<Stat StatName="PFR" />
<Stat StatName="3Bet" />
</Stats></Report>