{ FIXED : MIN(ABS([Select an ID] - [ID]))}
위 계산에서는 세부 수준(LOD) 함수 FIXED를 사용하여 선택된 [Select an ID(ID 선택)] 값과 전체 데이터 집합의 데이터 집합 값 [ID] 사이에서 절대값 차이가 가장 작은 값을 반환합니다.
IF [ID] = [Select an ID]
THEN [ID]
ELSEIF ABS([Select an ID] - [ID]) = [Smallest Difference]
THEN [ID]
END
위 IF 문은 사용자 선택 항목과 일치하는 값이 있는 경우 [ID]의 데이터 집합 값을 반환합니다. 일치하는 값이 없는 경우 IF 문은 전체 데이터 집합에서 절대값 차이가 가장 작은 [ID]의 값을 반환합니다.
{ FIXED : MIN(
IF [ID] = [Select an ID]
THEN [ID]
ELSEIF ABS([Select an ID] - [ID]) = [Smallest Difference]
THEN [ID]
END
)}
001458092
12 KB

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.