Let us know what features not currently in the PT4 should be added.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by Erlebnis » Sun Dec 18, 2011 10:04 am
I think this is pretty much straightforward.
While multitabling, I like to open multiple windows to take notes on different opponents at the same time. Sometimes because I don't want to forget something, sometimes to prevent the opponent from leaving before I manage to make the note.
Is it possible to implement? One can do it in any poker platform but not in PT4.
-
Erlebnis
-
- Posts: 150
- Joined: Tue Mar 15, 2011 9:52 am
by kraada » Sun Dec 18, 2011 10:47 am
It might be at some point, though I don't know how difficult it would be. I'll add it to my list to ask about.
-
kraada
- Moderator
-
- Posts: 54430
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by guitarizt » Sun Dec 18, 2011 8:49 pm
Would love this. Also what's the easiest way to view the auto-notes on players I have the most hands on in PT4? Is there an easy way to do this without accidentally looking at how much I won since I'm trying not to look at results?
-
guitarizt
-
- Posts: 90
- Joined: Fri Mar 07, 2008 5:18 pm
by kraada » Mon Dec 19, 2011 12:19 pm
I just tried creating a custom report for this but it isn't looking like it's working properly.
However if you run the following query against your PT4 database it will give you the list of the top 10 players with the most NoteTracker notes:
select count(notes_auto.id_player), player.player_name from notes_auto, player where notes_auto.id_player = player.id_player group by player.player_name, player.id_player order by count(notes_auto.id_player) desc limit 10;
-
kraada
- Moderator
-
- Posts: 54430
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
Return to PT4 Feature Requests
Users browsing this forum: No registered users and 2 guests