Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : QODBC doesn't pull QuickBooks accounts that have no transactionsSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v8 Forum

 New Topic 
 
 Post Reply 
[1]  
 QODBC doesn't pull QuickBooks accounts that have no transactions 
 Author   Message 
  Tim 
  
 Group: Members 
 Posts: 2 
 Joined: 2008-03-15 
 Profile
 Posted : 2008-03-15 04:45:19

I have a simple Crystal Reports budget that pulls account number, name, and transactions from QuickBooks and pulls the budget amounts for those accounts from an Access database (link=account #) since QB's doesn't have a budget format that will work for us.

My problem is that all the accounts have a respective budget in Access but not all the accounts in QuickBooks have transactions. If I insert a running total field to total the YTD expenditures for all filtered account transactions (filtered for the fiscal year dates and account number range), my accounts with no activity in QB's are removed from the report. It looks as though we have a smaller account list and budget than we actually do. When in actuality it has removed them from the list along with their data.

Is there a way to have those accounts remain so that their budgeted amounts can be viewed?

Any help would be greatly appreciated.

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-03-15 08:48:28
You will need to change your link to use a LEFT OUTER JOIN on your Budget table. 

  Top 
  Tim 
  
 Group: Members 
 Posts: 2 
 Joined: 2008-03-15 
 Profile
 Posted : 2008-03-18 09:19:36

I changed the link of the budget table to "left outer join" and it worked fine. I then used the select expert to select those 'transaction dates' in this fiscal year (between 7/1/07 and 6/30/08) and it truncated my report to include only those accounts that have transactions. I tried to force none...to...from...and both to no avail. The moment I delete the cherry picker, it works like one would expect.

I'm sure I'm missing something simple. 

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to