Hey. Hey,
I have a table:
Order_Cost, where I keep track of expenses:
Date | Price | Supplier | YYYY-MM
I have a table:
Dashboard, where I display summary data by month:
YYYY-MM | Count of Orders |,… | Order_Cost Rel
I need to figure out how to display summary data (Price) for each supplier separately in the Dashboard table.
Thank you for ideas!