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 : Budget Report - By Account/Class/DateSearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Budget Report - By Account/Class/Date 
 Author   Message 
  Damaso 
  
 Group: Members 
 Posts: 2 
 Joined: 2008-07-07 
 Profile
 Posted : 2008-07-07 07:06:02

I am close to getting exactly what I need from the Budget Reports using this query string...

sp_report ProfitAndLossBudgetVsActual show Text, Label, Amount, Budget, Percent parameters FiscalYear = 2008, BudgetCriterion = 'AccountsAndClasses', SummarizeBudgetColumnsBy = 'Date', SummarizeBudgetRowsBy = 'Account'

I am able to get the Budget Info by Month, the problem is that I need to create a report that shows ActualvsBudget by Month and By Class.  Is there any way to  summarize the columns by Date and then by class, or by Class and then a MacroDate like "LastMonth" similar to the "Filters" parameters in QuickBooks. 

 

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-07-08 09:15:47
Sorry, these are the only predefined parameter values available to you to work with in that report:

sp_parameters reportname

The interface provided by Intuit's qbXML SDK within QuickBooks is rather primitive when it comes to working with budget data.

 

  Top 
  Damaso 
  
 Group: Members 
 Posts: 2 
 Joined: 2008-07-07 
 Profile
 Posted : 2008-07-08 13:11:42
I was afraid of that.  Thank you for the prompt reply anyway. 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to