Example:
For example, if a data object provided wind speed information in the form of the pair of values nwind and ewind (north wind and east wind), you could define the wind speed as:
wind_speed := (nwind*nwind+ewind*ewind)^.5 ## Note that := is provided by the formwhere the "^" operator means "raise to the power". In this case, we need the square root of the sum of the squares of each wind component.
When you have finished entering the formula (or formulas, using successive sets of boxes), click on the 'Go' button. The data will be displayed, with the new field name(s) and values added as new column(s) of data to the right of the existing table.
Rules: