Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfAggrLikeEx (aggrIdOrModelId : GENERIC;
enityIdOrEntityName : GENERIC;
attributeName : STRING;
pattern : STRING;
options : INTEGER;
VAR numberOfMatchingInstances : INTEGER)
matchingInstanceOrInstances : GENERIC;
|
This function uses comparison as xpxLike comparing aggregate elements..
Arguments
...
Type | Name | Comment |
GENERIC | aggrIdOrModelId | comments |
GENERIC | enityIdOrEntityName | |
STRING | attributeName | |
STRING | pattern | |
INTEGER | options | |
INTEGER | numberOfMatchingInstances |
Return Value
...
<arguments missing>
Type | Name | Comment |
GENERIC | matchingInstanceOrInstances | comments |
Options
...
Option | Comment |
CASE_INSENSITIVE |
...
...
Case insensitive comparison |
|
...
All defined pattern matching characters will be treated as ordinary (not pattern matching) characters | |
XPXIGNORE_ALL_PATTERN_MATCHING_CHARS_EXCEPT_STAR |
...
Example
...
Only the star “*” will be a pattern matching character, all other characters will be normal (not pattern matching) characters. |
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
Code Block | ||||
---|---|---|---|---|
| ||||
|