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 : Do we have ProfitAndLossDetailByClass report?Search Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Do we have ProfitAndLossDetailByClass report? 
 Author   Message 
  Piyush Varma 
  
 Group: Members 
 Posts: 66 
 Joined: 2006-04-06 
 Profile
 Posted : 2008-08-14 05:07:43
HI,

I am looking for a ProfitAndLossDetailByClass report.

Where would I find one or a script to retrieve the information please?

Thank you,

Piyush 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-08-14 09:13:40
Sorry there's no such report, try using the ProfitAndLossDetail with Class:-

sp_report ProfitAndLossDetail show Class, Text, Blank, TxnType, Date, RefNumber,
Name, Memo, ClearedStatus, SplitAccount, Debit, Credit, RunningBalance
parameters DateMacro = 'ThisYearToDate'

Or a CustomTxnDetail report with Class instead like this:-

sp_report CustomTxnDetail show Text, Blank, TxnType, Date, RefNumber, Name, Memo,
Account, ClearedStatus, SplitAccount, Class, Debit, Credit, RunningBalance
parameters DateMacro = 'ThisMonthToDate', SummarizeRowsBy = 'TotalOnly',
OpenBalanceAsOf = 'Today'

You can also filter by Class. See: How do I run a CustomTxnDetail Report? and How do I use the QuickBooks Reporting Engine with QODBC? I've heard something about sp_report ? for more.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to