Sample data demo

Ask a business question and inspect the verified answer.

Choose a sample dataset, watch the analysis path, and review the answer, source query, freshness, confidence, and audit trail.

Prompt box

PromptRetail ERP SalesRead-only

Which branch had the lowest margin this month?

Which branch had the lowest margin this month?Show unpaid fees over 60 days by class.Which products are slow-moving but overstocked?
Understanding questionMetric matchSafe queryChart ready

Source context

Source: Retail ERP SalesMetric: Gross marginRows scanned: 12,480

Verified answer

Verified

Dubai branch has the lowest margin, with the largest discount variance in electronics.

BranchDubai
Margin24.8%
Confidence91%
Branch marginVerified metric
Dubai42%
Sharjah76%
Abu Dhabi63%
Ajman55%
SELECT branch, margin FROM retail_sales WHERE workspace_id = :workspace ORDER BY margin ASC LIMIT 500;
Read-only queryWorkspace filter appliedAudit ID: AUD-2418