on 2020 Jan 21 6:25 AM
Hi,
Is there a way we can use expression binding in XML view 'contains' condition ? Like if I want to check the property whether it contains 'R' in its value.
Below is the one we generally use for equals..
"{= ${Model>/Property} === 1}"
so anything similar like do we have for contains...."{= ${Model>/Property} 'contains' 1}" ??
Request clarification before answering.
hi,
Try this :
{= ${myVariable}.indexOf('R') >= 0}
Regards,
Joseph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.