thank you jcl i ve read all but i cant explain this:
if i print the date of cycle's last bar with this code
Code
NumYears=5;
NumWFOCycles = NumYears*2;
......
if(is(EXITRUN))
{
print(TO_ANY,"DATEEND: %d/%d/%d",day(),month(),year());
}


the test cycle in performance report start in Feb 2018 and the enddate of the first cycle is 25/5/2016
i dont get why???
if the performance report is the result of the sum of all wfo cycle OSS test it should be show a test form april or may 2016 no?
[img]https://ibb.co/NYL2L0F[/img]