Skip to content

Horizontal List Field

Replace Supports "," and "." in Function Expressions

The Replace function is optimized and is faster on large selections.

It is now also possible to use comma as decimal separator (e.g., 2.1 and 2,1 will give the same double value 2.1) in a function expression.

Decimal comma or dot without digits behind is also accepted as an integer value (e.g., 2. and 2, will give the same integer value 2).

New Function for Selecting Points Along Line

Multiple lines can be selected in the same operation. The function identifies points in the same layer as the lines (polygons) and that coincide with the line points (vertices in the line).

Example where the red point is outside maximum distance.