Hi All
I have a requirement of displaying the longest running jobs for which my sql server query is :
"Select Top 5 JOB_NAME,REPOSITORY_NAME,EXECUTION_TIME ,STATUS from [dbo].[COMP_HIS_TBL]where STATUS = 'Failure' order by EXECUTION_TIME DESC "
In SAP-BO I have used the following formula:
However the output displayed in not as desired:(
Pls provide a solution to this:(