[QODBC-Online] How to run a Balance Sheet Detail Report in QODBC Online
Posted by Jack - QODBC Support on 27 November 2015 11:12 AM
|
|
Typical Balance Sheet Report in QuickBooks Online
Report Displayed in QODBC OnlineStored Procedure CommandWith QODBC, the same report can be generated using stored procedure reports like this: sp_report BalanceSheetDetail show RowData, Amount_1 as Amount Predefined DateMacro Options All the predefined DateMacro options available to you are: |All|Today|Yesterday|ThisWeek|ThisWeekToDate|LastWeek|LastWeekToDate|NextWeek|NextFourWeeks Display in QODBC
sp_report BalanceSheetDetail show RowData, Amount_1 as Jan16,Amount_2 as Feb16, Amount_3 as March16 parameters DateMacro = 'ThisYearToDate', SummarizeColumnsBy = 'Month' where RowType='DataRow' Display in QODBC
Also, Refer How to use the QuickBooks Reporting Engine with QODBC Online List of Reports available in QODBC Online List of Parameters available in BalanceSheetDetail report
Tags: QuickBooks Online, QBO, QODBC Online, report, Balance sheet
| |
|