Page 1 of 1

Time of day filter

PostPosted: Sat Oct 26, 2013 8:53 pm
by shipitholla
Hi is there a filter for time of day? For example what are my results when I play during peak hours vs playing when the games die down.

Re: Time of day filter

PostPosted: Sun Oct 27, 2013 5:11 am
by WhiteRider
That is available in PT4 (More Filters > Game Details > Dates) but not in PT3.

Re: Time of day filter

PostPosted: Fri Nov 08, 2013 4:12 pm
by steve hiam
Hi WhiteRider,
Ive found the time parameter as you mentioned, but have real difficulty inputting or scrolling the numbers, either directly trying to input numbers from a key board is not working and highlighting and scrolling with arrows neither...
Any suggestions ?
Thanks...

Re: Time of day filter

PostPosted: Fri Nov 08, 2013 5:17 pm
by kraada
I just tested and both of those methods are working for me to change the values there. What version of PT4 are you running?

Re: Time of day filter

PostPosted: Wed Nov 13, 2013 9:40 am
by steve hiam
Hi Krada,
Thanks for the reply. Im running 4.10.5 on an imac. I just tried ahain and if i highlite and try to input new didgits it jumps from the highlighted colum (hours) to the minutes without regesting the change :(
Im looking to see if theres a software update, but it happens automatically if i remeber right ?
Thanks for your help.
S.

Re: Time of day filter

PostPosted: Wed Nov 13, 2013 9:51 am
by WhiteRider
That is a known issue on Mac and I have reminded the development team about it. If you want a notification when the fix is released please open a Support Ticket.

Updates don't happen automatically, but you will be notified when you run PT4 if there is a new version available. 4.10.5 is the current version.

Re: Time of day filter

PostPosted: Sat Mar 15, 2014 12:22 pm
by payforview
steve hiam wrote:Hi WhiteRider,
Ive found the time parameter as you mentioned, but have real difficulty inputting or scrolling the numbers, either directly trying to input numbers from a key board is not working and highlighting and scrolling with arrows neither...
Any suggestions ?
Thanks...



Hi I have the same problem on mac.

Re: Time of day filter

PostPosted: Sat Mar 15, 2014 12:56 pm
by WhiteRider
WhiteRider wrote:That is a known issue on Mac and I have reminded the development team about it. If you want a notification when the fix is released please open a Support Ticket.

Re: Time of day filter

PostPosted: Sat Aug 09, 2014 5:53 am
by RenzoBR
1- Create a new column. Example:

Name: date_start_to_char

Expression: to_char(date_start - interval '3 hours', 'HH24:MI')
* I put "- interval '3 hours'" because my local time is GMT -3

Description: any

Save, apply and housekeeping your database.

--------------------------------------------------------------------

2- Go to statistcs menu and create a new statistic.

2.1- Definition Menu

Name: any name

Descriptio: any

Value Expression: date_start_to_char

2.2- Format Menu:

Title: any

Width: between 50-80

Format Expression: format('{1}', date_start_to_char)

Format Summary Expression: format('{1} Tournament(s)', date_start_to_char)

Save and apply.

--------------------------------------------------------------------

I do this at Holdem Tournament - Single Tournament Details Table.

Best Wishes,

Renzo