본문 바로가기

Infomatica

XQuery 중첩 if문

if (util:toInteger($input.IN_DATA/search_count) < 101) then 
      if  (util:toInteger($input.IN_DATA/search_count) > 0) then 1 
      else 0
else 0

이런 식으로 사용이 가능하다