Skip to content

Exact

Description

Exact compares two text values and returns true when they are exactly the same.

Syntax

Exact(text1, text2)

Parameters

Parameter Required Type Description
text1 Yes String, field, or expression First text value.
text2 Yes String, field, or expression Second text value.

Notes

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

Example

Exact(Status, "Active")

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