[QODBC-Desktop] How to run a Profit and Loss Budget Overview Report in QODBC
Posted by Juliet (QODBC Support) on 07 April 2010 07:13 AM
|
|
Typical Profit and Loss Budget Overview Report (for the current Fiscal Year to Date) in QuickBooks
Note: The QuickBooks Sample files set the QuickBooks date to December 15, 2007. Hence the current Fiscal Year shown above is October 1 through December 15, 2007. Report Displayed in QODBCStored Procedure CommandWith QODBC, the same report can be generated using stored procedure reports like this: sp_report ProfitAndLossBudgetOverview show ReportSubtitle, Text, Label, Amount Display in QODBC
Predefined Parameter Options All the predefined parameter values available to you in a report can be found by running: sp_parameters reportname
Typical Profit and Loss Budget Overview Report (by month for the whole year) in QuickBooksSome users prefer to see their Profit & Loss Budget Overview report by month for the whole year. This can only be done for previous fiscal years:
Report Displayed in QODBCStored Procedure CommandWith QODBC, the same report can be generated by setting the Fiscal Year to 2006 like this: sp_report ProfitAndLossBudgetOverview show ReportSubtitle, Text, Label, Display in QODBC
| |
|