Get the total purchases by division.
SELECT Divisions.Description AS Division, SUM(PurchaseEntries.AmountFC) AS TotalPurchases FROM PurchaseEntries JOIN Divisions ON PurchaseEntries.Division = Divisions.Code GROUP BY Divisions.Description
Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.