The following article provides an example of how to create a report using the Report Wizard.
Report
The Transaction Code Usage Report can help with finding when specific Transaction Codes were used in the PMS. It will show when the code was used, whom the posting was made by, and what reservation it posted to.
This report will be Based On Transactions.
Filter
The filter expression is set to search for a specific Transaction Code that will need to be entered when this report is run. It will then filter based on the date the transaction was posted.
Transactions.[Tran Date] >= '{d|Date From:}' AND Transactions.[Tran Date] <= '{d|Date To:}' AND Transactions.[Tran Code] = '{s|Enter Transaction Code:}'