Scope: Signal
Type: Double
Find the Amount field at the Peak or group level (Compound_Amount)
Use the ByName function to access the impurity amount (Signal.PeakOrGroupByName)
Use the Sum function under Common functions > Aggregate to compute the total amount (Sum("Compound_Amount",CurrentSignal.AllIdentifiedPeaks))
Formula |
|---|
|
Alternatively:
Scope: Signal
Type: Double
Find the Amount field at the Peak or group level (Compound_Amount)
Use the ByName function to access the impurity amount (Signal.PeakOrGroupByName)
Use the ByName function to access the signal where impurity is identified (SignalByName("VWD1A"))
Use the Sum function under Common functions > Aggregate to compute the total amount (Sum("Compound_Amount",CurrentInjection.AllIdentifiedPeaks))
Formula |
|---|
|
base-id: 9502518411
id: 9502518411