FORMULA LANGUAGE
Examples: @Min
1. This example returns 35.
@Min(35;100)
2. This example returns 5;2;3;3.
@Min(99:2:3;5:6:7:8)
3. This example returns the contents of the field containing the smallest value. If Precinct1 contains 150,000 and Precinct2 contains 100,000, then this formula returns 100,000.
@Min(Precinct1;Precinct2)
4. This example returns 85,000 if 100,000 is the smallest number contained in either of the fields AreaAPopulation or AreaBPopulation, and the field DistrictPopulation contains the value 15,000.
@Min(AreaAPopulation;AreaBPopulation) DistrictPopulation
5. This example returns -3.5;-35;54.
@Min((-3.5):(-35):100;(-2):45:54)
6. This example returns 2.
@Min(99 : 2 : 3)
See Also
@Min
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary