I want to use Alteryx to take some raw data and output a pivot table in Excel that shows each line item (student) with two sub line items (Test 1 and Test 2) and their associated score, is this possible?
For example:
| Student | Section | Score |
| Ashley | Test 1 | 100 |
| | Test 2 | 75 |
| Julie | Test 1 | 85 |
| | Test 2 | 90 |
| John | Test 1 | 66 |
| | Test 2 | 70 |
| Natalie | Test 1 | 95 |