Custom field with standard average area
I wrote custom field for average area of main component (caffein) in standard solution as bellow
S%.%..Ave(Caffein[Area])
For
processing of standard solution (5 injections), for the first time of
processing average area was calculated correctly but for reprocessing of
standard solutions, average area is not correct and old processing is
calculated with new .
please guide me if possible
0
Comments
-
Check the search order of the custom field. If you have it set to Result Set First or Outside First, then each time the set of standards are processed, it will include any previous values in the new calculation. Best to have a search order of Result Set Only then process a sample set to generate a result set and the calculation will only be performed in that result set, no matter how many result sets are generated in the project.0