In this tutorial, you will design a report that lists jobs, with the Transaction Types split into different columns.
(Shift+Up), so that JobName is underneath JobCode.Source |
Field Name |
Display Label |
Expression |
Transaction |
TransactionType |
|
|
Summary |
InvoicedSellBs |
Invoiced |
|
Summary |
ExtendedCost |
Total Costs |
|
Calculated |
<Custom> |
Labour |
IIF(Transaction_TransactionType = "T", Summary_ExtendedCost,0) |
Calculated |
<Custom> |
Materials |
IIF(Transaction_TransactionType = "M", Summary_ExtendedCost,0) |
Calculated |
<Custom> |
Disburse |
IIF(Transaction_TransactionType = "D", Summary_ExtendedCost,0) |
Calculated |
InvoiceProfit |
|
|
Calculated |
InvoiceMargin |
|
|
(Alt+R) and run the report to the Screen to view it. You can optionally save your report at this time.