Hello,
I am trying to create sample data for the Student Support Ticket using Alteryx
based on the following sample table
| TicketID | Student | SupportStatus | DateTime |
| 1 | 1 | To Do | DateandTime |
| 1 | 1 | In Progress | |
| 1 | 1 | Resolved | |
| 2 | 1 | To Do | |
| 2 | 1 | In Progress | |
| 3 | 1 | To Do | |
Each student can have one or more ticket (TicketIDs).
1) Some Ticket have completed their 3 states life cycle
2) Some tickets have To Do and Inprogress status only
3) Some tickets are in To-Do status now.
4) Date-Time for ToDO can be any DateandTime
5) But for In-Progress => ToDO DateTime + any random hours
Resolved => InProgress DateTime + any random hours
* I want to create the above sample data for multiple students