Good day!
Can i use Criteria() for create list of values in "WHERE value IN (value1,value2,...)" ?
I tried to use an array, but it did not give the desired effect
Thanks!
Can i use Criteria() for create list of values in "WHERE value IN (value1,value2,...)" ?
I tried to use an array, but it did not give the desired effect
Code:
<whereClause>
requeststatusplanid IN ($criteria.requeststatusplanid)
</whereClause>