Skip to content

Sqrt

Description

Sqrt returns the square root of a number.

Syntax

Sqrt(value)

Parameters

Parameter Required Type Description
value Yes Number, field, or expression Non-negative numeric value.

Notes

Use this function in calculated fields, metric expressions, or query expressions where the function category is supported.

Example

Sqrt(SalesAmount)

The expression returns the calculated result according to the current query context.