Specifying Wild Cards as Selection Criteria
Wild cards for values are allowed in the <filter> element and you specify these in one of two ways:
Wildcard character | Description | Example |
% | Any string of zero or more characters | /Ledger/LedgerLine/Asset Code~=A% 'A%' finds all asset codes starting with 'A'. |
_ (underscore) | Any single character | /Ledger/LedgerLine/Asset Code~=_001 '_001' finds all four-letter asset codes that end with 001 (A001, B001 and so on). |