<< Click to Display Table of Contents >>

표현식


수식 라벨에 표시할 수식

Reference

표현식에는 숫자 값을 계산하는 사칙 연산 뿐만 아니라 데이터 필드 값을 조합하거나 합계, 평균을 가져오는 함수도 설정할 수 있습니다.

데이터 필드를 이용하는 방법은 아래와 같습니다.

구분

사용 방법

사용 예

데이터 값

데이터셋이름.필드이름

customer.total_children

데이터 합계

데이터셋이름.필드이름.sum

customer.total_children.sum

데이터 평균

데이터셋이름.필드이름.avg

customer.total_children.avg

데이터 최대

데이터셋이름.필드이름.max

customer.total_children.max

데이터 최소

데이터셋이름.필드이름.min

customer.total_children.min

ODI 파라미터 값

OZParam.파라미터필드이름

OZParam.CustomerName

폼 패러미터 값

OZFormParam.파라미터필드이름

OZFormParam.ReportTitle

데이터 셋의 ODI 이름은 수식 ODI 이름 속성에서 설정한 값으로 적용됩니다.