Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-14-2005, 07:18 PM
threeonefour threeonefour is offline
Member
 
Join Date: Jul 2004
Posts: 82
Default simple pokertracker question

how do i export my earnings over time from pokertracker.

ie i want to have a column of data that i can put in excel or whatever that show my total profit from poker each day(culmulative). basically i want it to mirror was my online account balance at the end of each day i played.
Reply With Quote
  #2  
Old 04-14-2005, 07:31 PM
OrcaDK OrcaDK is offline
Member
 
Join Date: Nov 2004
Posts: 42
Default Re: simple pokertracker question

Open your poker tracker database using Access. Create a new "View" using Design View. Switch to SQL mode (top left button below file menu) and paste the following:

SELECT session.player_id, session.session_start, session.amount_won
FROM [session]
WHERE (((session.player_id)=4))
ORDER BY session.session_start;

Replace the "4" with your own playerid, it can be found somewhere in the start of the players table. Now save the view, right click it and select "Export...". Then you can save it as an excel document and make all the graphs you want [img]/images/graemlins/smile.gif[/img]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:59 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.