1. Regional Financial Summary
Financial AnalystBackground
An analyst needs to convert a flat JSON export of global sales into a structured report grouped by region.
Problem
Manual grouping and subtotaling in Excel is error-prone and time-consuming for large datasets.
How to use
Input the JSON data, set 'region' as the group, and define 'revenue', 'cost', and 'profit' as metric columns.
groupBy: 'region', valueColumns: 'revenue,cost,profit', includeGrandTotal: trueOutcome
A clean Excel file with regional subtotals and a grand total row, organized under 'Organization' and 'Financials' headers.