Get the total balance amount for each GL classification.
SELECT GLClassifications.ClassificationCode, SUM(ReportingBalance.Balance) AS TotalBalanceAmount FROM ReportingBalance JOIN GLClassifications ON ReportingBalance.GLClassification = GLClassifications.ID GROUP BY GLClassifications.ClassificationCode
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.