Manufacturing Information Solutions Forum Index Manufacturing Information Solutions
Your Place for Support and Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ODBC Code for Profit and Loss report showing each month

 
Post new topic   Reply to topic    Manufacturing Information Solutions Forum Index -> QuickBooks
View previous topic :: View next topic  
Author Message
mistux
Site Admin


Joined: 25 Jun 2004
Posts: 1042
Location: South Bend, Indiana USA

PostPosted: Mon Dec 29, 2008 1:00 pm    Post subject: ODBC Code for Profit and Loss report showing each month Reply with quote

Here is the ODBC Pass-Through query for a Profit and Loss report showing each month:

Code:
sp_report ProfitAndLossStandard
 show
     AccountNumber, Label, Amount
parameters
   DateFrom= {d'2008-01-01'},  DateTo= {d'2008-12-31'}, SummarizeColumnsBy = 'Month'


You can set the connection information by entering the info on the properties of the query.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Manufacturing Information Solutions Forum Index -> QuickBooks All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group