Adding Transactiontype from Journals into Detailed sales report

Jul 20, 2005 4 Replies

I am trying to build up a customised active report, and require the transactiontype identified for each transaction. I cant seem to find a link to the Journal table where this info is stored. Any Ideas



Try this:

LEFT JOIN Journal WITH(NOLOCK) ON Journal.CustomerID = Customer.ID

Begin Column FieldName = "Journal.TransactionType" DrillDownFieldName = "" DrillDownReportName = "" Title = "Transaction Type" VBDataType = vbString Formula = "" ColHidden = False ColNotDisplayable = False FilterDisabled = False ColWidth = 2000 GroupMethod = groupmethodNone ColFormat = "" ColAlignment = flexAlignLeftTop End Column

~Rizza "D> I am trying to build up a customised active report, and require the

Don,

If there is no customer for a transaction this will not work, you will want to include the TenderEntry table which can be linked using TenderEntry.TransactionNumber against the [Transaction] table, then get the type of transaction using TenderEntry.Description. Take a look at the Misc - Tender Summary.qrp report.

Rob

LEFT JOIN .. not JOIN

antonio

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required