Add Lower function to where clause of cm find
I suggest adding a Lower() (and/or Upper()) function to the where clauses of the cm find function. For example,
cm find branch where attribute = 'Status' and lower(attrvalue) = 'complete'
or
cm find branch where upper(name) like 'TASK%'
3
votes
Nick Kaye
shared this idea