Skip to content

Bool

Description

Bool converts a value to a Boolean value.

Syntax

Bool(value)

Parameters

Parameter Required Type Description
value Yes Any Value to convert.

Notes

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

Example

Bool(IsActive)

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