Nesting Functions


This article is outdated. Please see our Expression Guide for updated and additional information.

The majority of functions in OpenGround Cloud can be nested. For example the expression below says "take the sample top depth, report it to 1DP, turn it into text and add 'm' on the end.

Text(fixed([SampleInformation.DepthTop],1,false)) + 'm'