Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Custom classifications of business objects
Custom grouping of business objects
Custom counting of business objects
Summary
18. Question 3

Instruction

Perfect! On to the last question!

Exercise

Group all orders based on the freight column. Show three columns in your report:

  • low_freight – the number of orders where the freight value is less than 40.0.
  • avg_freight – the number of orders where the freight value is greater than equal to or 40.0 but less than 80.0.
  • high_freight – the number of orders where the freight value is greater than equal to or 80.0.