vikassharma
Technical User
Hi all,
I have a user requirement which goes like this. In one table I have 3
fields which contains Spec_Code,Param_name,Param_priority,Result.
Spec_Code,Param_name,Param_priority these three fields make a unique
record. I have to generate a report on the basis of Spec_Code. User
will first choose a Spec_code and the report will have the following
Headings.
parameter_name,Yield (%), Total_In_records
In this report based on the priority (which is a number field) I have
to calculate the yield percentage.For priority number 1 I have to
calculate the total records passed which will come under the heading
Total_In_records for that parameter and for that spec.
for priorty number 2 the value for Total_In_records will be based on
the passed records (consider pass=0 in the table) from the parameter
where priority was 1. It means Total Pass from first priority becomes
Total_In_Records for the next priority.
Can anybody help me in creating the metrics for this report.
Vikas
I have a user requirement which goes like this. In one table I have 3
fields which contains Spec_Code,Param_name,Param_priority,Result.
Spec_Code,Param_name,Param_priority these three fields make a unique
record. I have to generate a report on the basis of Spec_Code. User
will first choose a Spec_code and the report will have the following
Headings.
parameter_name,Yield (%), Total_In_records
In this report based on the priority (which is a number field) I have
to calculate the yield percentage.For priority number 1 I have to
calculate the total records passed which will come under the heading
Total_In_records for that parameter and for that spec.
for priorty number 2 the value for Total_In_records will be based on
the passed records (consider pass=0 in the table) from the parameter
where priority was 1. It means Total Pass from first priority becomes
Total_In_Records for the next priority.
Can anybody help me in creating the metrics for this report.
Vikas