Latest Execution Result in RPE
Accepted answer
You can do it without using any scripting. Sort on executionresult/endtime in Ascending direction and assign the result to a variable. After the iteration, the variable holds the latest result and you can just print the variable.
Another option is to use an internal variable _isPrinted (with default value 0). Sort on endtime (Descending) and print the result only when _isPrinted="0" as in the screenshot.
Another option is to use an internal variable _isPrinted (with default value 0). Sort on endtime (Descending) and print the result only when _isPrinted="0" as in the screenshot.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Dec 05 '16, 11:29 a.m.How should I ask a question in the Forum if I want to receive useful answers?