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 : How to get the SQL query befind the SP reports or Quickbook reportsSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Frequently Asked Questions

 New Topic 
 
 Post Reply 
[1]  
 How to get the SQL query befind the SP reports or Quickbook reports 
 Author   Message 
  njbox 
  
 Group: Members 
 Posts: 3 
 Joined: 2008-02-20 
 Profile
 Posted : 2008-02-27 14:48:35
Hi Tom,
  Thanks for your prompt help on my previous questions. I like the SP reports but I am exporting all the tables into another database (mysql) and then need to write reports based on the tables.

Is there any document which explains the sql construct between tables in order to create similar data extract as the Quickbook reports or the SP reports. Is there a way I can see the SQL behind these reports.

Thanks and regards
Nilesh 

 
<a href="http://www.infocaptor.com">Executive Dashboards</a>
 
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-02-27 22:29:35

Please see: How do I use the QuickBooks Reporting Engine with QODBC? I've heard something about sp_report ? and What are the table relationships used in sp_report reports? 

BTW: You can actually extract/export the data out of any sp_report by using the where RowType = 'DataRow' filter like this:

sp_report ProfitAndLossByClass show Label, Amount
parameters DateMacro = 'ThisYearToDate',
SummarizeColumnsBy = 'Class'
where RowType = 'DataRow'

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to