-
- Posts: 3
- Joined: Fri Jun 24, 2022 9:06 pm
I'm not sure if I'm just blanking, but I've been trying to get this custom field to work without success. I have a molecule that has two criteria to meet:
1. Height/Area Ratio must be GTE 85% of the Maximum Height/Area Ratio
2. Peak Area must be GTE one third of the maximum peak area
Is there a way for me to write a custom field that can find the maximum within a result set? Or is this only available to do in an injection report?
Here's an example of a custom field I have prepared for the first criterion:
U%..MAX(Peak1[Height_Area_Ratio])*0.85
U is the label for all samples. Height_Area_Ratio is just Height/Area. Peak1 is a default peak name I'm using for this.
I've been trying to see if there is a way to avoid using Excel and just having Empower calculate the maximums of a result set.