Query Entity

How to implement NVL() in Appian? Can any one help me how to implement below query using queryEntity().

select * from REQUEST
where XYZ is null
and PQR is null
and NVL(NEW_CD, OLD_CD) IN (1,2,3);

Thanks!

OriginalPostID-233682

  Discussion posts and replies are publicly visible