> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qoder.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Case 8: 10K-Row Sales Data Analysis

## Pain Point

Large Excel datasets are slow to filter and analyze. Switching dimensions (by rep, by month, by client) is cumbersome. You need analysis by rep (clients, case types, sales) and more.

## After QoderWork

Upload the sales report. One prompt handles multi-dimensional analysis and can output in another language.

## Prompt Example

```plaintext theme={null}
Analyze this sales report Excel (10,634 rows):
1. By rep: client count, case type mix, total sales, sales per rep
2. By month: monthly sales trend, month-over-month growth
3. By client: Top 20 clients by contribution, concentration
4. Produce an analysis report with tables and trend charts
5. Translate the report to another language (e.g., Japanese, Spanish)
```

## Key Metrics

| Metric      | Result                                                |
| ----------- | ----------------------------------------------------- |
| Scale       | 10,634 rows, multi-dimensional analysis in one prompt |
| Language    | Multilingual output supported                         |
| Flexibility | Easy to switch analysis dimensions                    |
