{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

StartsWith operator

This operator compares a specified string x with a string y. If x starts with y then it returns True.

Usage:

x startswith y

Returns:

Returns True if the content of x starts with the string specified in y.

Examples:

{persons.FIRSTNAME} startsWith "L"
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - StartsWith operator