Solved
How to find number of rework activities with PQL?
How to find number of rework activities with PQL?
Best answer by abhishek.chatu14
You can use the following to calculate the rework for a certain activity
CALC_REWORK( ACTIVITY_TABLE.ACTIVITY = 'Activity A')
Taking SUM for the same would give you number of rework activities for all cases
SUM(CALC_REWORK( ACTIVITY_TABLE.ACTIVITY = 'Activity A'))
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.