Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

DS.XML & IN operator in the WHERE clause & Criteria

$
0
0
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

Code:

<whereClause>
requeststatusplanid IN ($criteria.requeststatusplanid)
</whereClause>

Thanks!

Viewing all articles
Browse latest Browse all 4756

Trending Articles