There are a few formulas in qaclwise that return the information regarding a workflow history:
- StateFirstEnterDate(state)
- StateLastEnterDate(state)
- StateFirstResponsible(state)
- StateFirstLeaveDate(state)
- StateLastLeaveDate(state)
- StateLastResponsible(state)
For example =StateFirstEnterDate(‘Acceptance’) returns a date of the first enter to Acceptance state.
0 Comments