Custom field for GPV test
How can I calculate GPV test results using custom calculation?
Formula= peak 2 height / peak 1 height *100
Formula= peak 2 height / peak 1 height *100
0
Best Answer
-
Hello. This would be a peak custom field, data type real. Assuming you have named the peaks, the syntax would simply be:
Peak 2 Name[Height]/Peak 1 Name[Height]*1001
Answers
-
Or, to make the custom field more flexible and universal, change the formula to CCompRef1[Height]/CCompRef2[Height]*100 and set your desired peak ratios in the CCompRef1 and CCompRef2 fields of the processing method. You can then use this for different combinations of peaks.0