HI
Currently I am getting the visual cron job summary report in the below format.
Current output(HTML format in mail)
Job name Next run Result Status Last execution Exec. time
1.test job for prepare names in excel 12/24/2018 12:05:00 AM Success Waiting 2018-12-23 00:05:00 10.309
Job name Next run Result Status Last execution Exec. time
1.Command for compress the file job in dfg 12/24/2018 3:05:00 AM Success Waiting 2018-12-23 03:15:00 58.753
Job name Next run Result Status Last execution Exec. time
2.Run high level to low level to move data 12/24/2018 1:00:00 AM Success Waiting 2018-12-23 01:00:00 20.588
Job name Next run Result Status Last execution Exec. time
2. Names not mwntioned in the list for last two hours 12/23/2018 7:15:00 AM Success Waiting 2018-12-23 06:15:00 74.027
But I need the above summary report output format in below format.
Required output: ( I need to display the output in html format in mail)
Requirements:
1. Display the column headers only one time not multiple times (ex: Job name column header repeating for each record in above output)
2. Data has to be wrap under same column section only (If the data is more) and not touches to other column values.
Job name Next run Result Status Last execution Exec. time
1.Test job for 12/24/2018 12:05:00 AM Success Waiting 2018-12-23 00:05:00 10.309
prepare
names
in excel
2.Command for 12/24/2018 3:05:00 AM Success Waiting 2018-12-23 03:15:00 58.753
compress the
file job
in dfg
3.Run high level 12/24/2018 1:00:00 AM Success Waiting 2018-12-23 01:00:00 20.588
to low level
to move data
4.Names not 12/23/2018 7:15:00 AM Success Waiting 2018-12-23 06:15:00 74.027
mentioned in
the list for
last two hours
Please let me know whether it is possible in visual cron or not.
if possible then what are the setting we need to modify to get output in above format (Ex: Format similar to SSRS tabular report)