Stop while iterating tasks in a report
Hello,
I'm building a project report and need to display the latest task with the percentage equals to 100%. I'm iterating over tasks however the challenge that I am having is that this method is concatenating all the tasks with percentage equals 100% but what is needed is the name of the last one only.
I need a way to wipe the text and keep only the last task with. This is the "code" I have so far:
displayname=Last stage/task completed
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF({percentComplete}=100,{name})
valueformat=html
Appreciate any help 🙂
