Hi All,
I have the following requirement.
I have a table called TestPlan
with n number of testcases, each plan has a execution time and a over headtime.
I have to display as below in a cross tab
totaltests plantime overheadtime
Plan name 10 10.15 23
Note there are many tests per plan , so I have to find out the count of tests per plan, but plantime and overheadtime are unique per plan.
Please let me know how to achieve that.
Thanks
Saran
I have the following requirement.
I have a table called TestPlan
with n number of testcases, each plan has a execution time and a over headtime.
I have to display as below in a cross tab
totaltests plantime overheadtime
Plan name 10 10.15 23
Note there are many tests per plan , so I have to find out the count of tests per plan, but plantime and overheadtime are unique per plan.
Please let me know how to achieve that.
Thanks
Saran