{{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
Diese Anwendung verwendet Cookies um das Einloggen zu ermöglichen. Durch die weitere Nutzung dieser Anwendung stimmen Sie der Verwendung von Cookies zu.


Hilfe - StartsWith operator