Print — Summarize

Date summarize

When the target field is a date, the ‘on’ arguments act as filters. On our example we are adding 4 more lines:

QUIZ-112

  • date summarize on customer name on first label “First”
    • the date for the first shipment for each customer prints.
  • amount summarize on customer name on first label “First Sale”
    • the amount for the first shipment for each customer prints.
  • date summarize on customer name on last label “Last”
    • last shipment date for each customer.
  • amount summarize on customer name on last label “Last Sale”
    • last shipment amount for each customer.

and the result:

QUIZ-113

   Page 1 — summarize
   Page 2 — summarize syntax
   Page 3 — numeric summarize
   Page 4 — date summarize
   Page 5 — expression summarize
   Page 6 — text summarize

Next – expression summarize >