Hi, so there's no sort by time of day feature available for cash games, eh?
And there's simple command in the reports section either? Because there's no time variable, only date?
So I wanted to write my own custom program, but I didn't see the commands I was looking for in the guide on this page: http://www.pokertracker.com/guides/PT3/ ... de#filters
The logic of the program I figured would be something like this:
for (2nl zoom)
for (date) between (beginning date) and (end date)
let (count=beginning date)
then (yes) if (date=(beginning date with time>=5pm)and(beginning date with time<=6pm))
end if
let (count=beginning date+1)
end for
I think being able to sort info by time would be incredibly popular because everybody's always looking for better times to play. And in doing a quick search of the net it seems like people have been making requests for this type of feature for years now. But if it doesn't exist, can somebody help me perfect the syntax be for creating a custom report that would output this type of report? Thanks so much!
