on ‎2024 Jun 24 1:59 PM
I have data, where one row, show one case, with a date for received, settled and finished:
| CaseID | Date received | Date settled | Date finished |
| 1 | 12/6/2024 | 14/6/2024 | 15/6/2024 |
I would rather have a single date variable like so:
| CaseID | Received/settled/finished | Date |
| 1 | Received | 12/6/2024 |
| 1 | Settled | 14/6/2024 |
| 1 | Finished | 15/6/2024 |
Is this possible and if so, how to?
Request clarification before answering.
use cross table
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.