Hello All,
Is it possible to just replace the second date with something that will read today's date().
I have this as an operation. The below is the SQL statement.
sp_report TrialBalance show AccountFullName, AccountHasChildren, AccountListID, AccountName, AccountNumber, AccountSpecialType, AccountType, Credit, Debit, Label, NumColTitleRows, NumColumns, NumRows, ReportBasis, ReportSubtitle, ReportTitle, RowData, RowDataType, RowNumber, RowType Parameters DateFrom = {d'2012-01-01'}, DateTo = {d'2012-04-10'}
John
Bookmarks