-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: None
-
Component/s: None
-
None
For entity attributes you can do this:
entity.hasAttributeRegex(org, '^.*2.*$') |
For rows, do this:
entity.hasRow('affiliation', "hasAttributeRegex(affiliationCode, '^.*f.*$')") |