compute-string:==EMPTY
@expr
<element>
없음
다음 <compute-string>
요소를 사용하면 XTK 표현식을 기반으로 문자열을 생성하여 여러 값을 기반으로 인터페이스에 "빌드된" 레이블을 표시할 수 있습니다.
없는 경우 <compute-string>
가 정의된 횟수, <compute-string>
요소는 기본적으로 스키마의 기본 키 값과 함께 입력됩니다.
<compute-string expr="@label + Iif(@code='','', ' (' + [folder/@label] + ')')"/>
<compute-string expr="ToString([@centralCatalog-id]) + ',' + ToString([@localOrgUnit-id])" />
수신자에 대해 계산된 문자열 결과: "John Doe(john.doe@aol.com)":
<element name="recipient">
<compute-string expr="@lastName + ' ' + @firstName +' (' + @email + ')'
"/>
...
</element>