Get the transaction lines grouped by GL classification.
SELECT g.Description AS GLClassification, COUNT(*) AS LineCount FROM TransactionLines t JOIN GLClassifications g ON t.GLClassificationId = g.GLClassificationId GROUP BY g.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.