MicroStrategy ONE

Ends With

Returns TRUE if a text string ends with a specified text pattern.

For the definition and syntax of the EndsWith string function, which can be used to create attribute forms, see EndsWith.

Syntax

Arg1 Ends With Arg2

Where:

Arg1 and Arg2 must be of data type Text.

Example

Employee@[Last Name] Ends with "son"

Returns TRUE for Employees with a last name that ends with son, such as Wilson, Johnson, and so on.