Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants a sales report sorted by product priority instead of alphabetical order. The priority order is: High, Medium, Low.
📊 Data: You have a table with columns: Product Name, Category, Sales Amount, and Priority (High, Medium, Low).
🎯 Deliverable: Create a sorted sales report where rows are ordered by Priority in the custom order High, Medium, Low, then by Sales Amount descending.
Progress0 / 4 steps