Product # : | `Item.ItemNum` | Product Name : | `Item.ItemName` |
Order Date | Quantity | Unit Price | Total |
---|---|---|---|
`html-encode(Order.OrderDate:SCREEN-VALUE IN FRAME ReportFrame)` | `html-encode(OrderLine.Qty:SCREEN-VALUE IN FRAME ReportFrame)` | `html-encode(OrderLine.Price:SCREEN-VALUE IN FRAME ReportFrame)` | `html-encode(DailySum:SCREEN-VALUE IN FRAME ReportFrame)` |
TOTAL | `html-encode(TotalQty:SCREEN-VALUE IN FRAME ReportFrame)` | `html-encode(TotalSum:SCREEN-VALUE IN FRAME ReportFrame)` |