Get the sales amount by GL classification.
SELECT GLClassifications.Description AS GLClassification, SUM(SalesEntries.AmountFC) AS TotalSales FROM SalesEntries JOIN GLClassifications ON SalesEntries.GLClassification = GLClassifications.Code GROUP BY GLClassifications.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.