Forum Discussion
EaglesTony
Post Prodigy
1 year agoHow can I get a datediff based off the next logical row ?
I have the following table: IssueKey Status FirstTransitionTo ABC Backlog 1/1/2024 ABC In Progress 1/15/20...
- 1 year ago
I could try this.
What I ended up doing was replicating the original table to other tables based off Status and then did a group by the IssueKey and seems to work.
EaglesTony
Post Prodigy
1 year agoI could try this.
What I ended up doing was replicating the original table to other tables based off Status and then did a group by the IssueKey and seems to work.