as integer rounds a value to the nearest whole number.
A typical use of this function would be to format a calculated value. For example, you could define a calcualed value Ratio to have the formula ( ABC / GHI ) as integer and the case would then appear as:
ABC 7.3 5.6 6.1 GHI 2.2 0.5 Ratio 3 12