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:
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |