Can you suggest me what changes you did to fix the problem in Avg_Time_Taken_Per_Transaction();I get the output in one output file but when i execute on command line i get those errors.
Thanks
NT
Changed avg_time_taken_in_QnA(@log_paths); to avg_time_taken_in_QnA(@_);. It was ignoring the arguments passed to it by process_summaryreport, referencing an undeclared variable instead. I doubt that was the cause of your problem.