TO_FLOAT() converts strings to float

You can now use TO_FLOAT() to convert numbers from text-based fields to float in Calculated Fields. These can then be used in arithmetic operations, comparisons, or filters.

For a Calculated Field to convert a text field, wrap the field with TO_FLOAT().

available fields

string to float formula

Text fields must only contain numbers. Fields including text will return an invalid result.

24, 0.25: Valid field values.

24fps, 75%: Invalid and generates an error in the table.

Calculated fields already using TO_FLOAT() before this change remain unaffected.

Documentation

To learn more about Calculated Fields, check out our documentation here.

Release Information

Version:

8.84

Release Date:

March 2026