View that displays count

How to display Count summary?

I'm making an app that tracks orders the company I work for orders and makes sure they get to us efficiently.

I have three columns: Vendor, Forwarder (they are currently Enum) and Status which includes: Ordered, Warehouse, In Transit, In SVG and Received. (automatically calculated)

I want to create a view that displays:

  • how many active orders are there(Orders that have not bin received yet)
  • how many of those orders are from a specific Vendor
  • How many of those orders are coming through specific forwarder
0 3 104
3 REPLIES 3