...
Code Block | ||
---|---|---|
| ||
Average([Test_1], [Test_2], [Test_3]) |
Conditionals (IF)
Code Block | ||
---|---|---|
| ||
IF(Conditional_Expression, Value_If_TRUE, Value_If_FALSE) |
Control Sample Analyses
When a sample type has a control type, it is possible to pull analyses values from a control sample into another sample for calculation. The test name must be in curly brackets { } and a control sample must be associated. An example would be comparing a test to it's standard as a percentage:
...