Data Cloud의 수식 필드에서 NUMBER(08) 또는 NUMBER(09)를 지정하면 결과가 "유효하지 않은 수식"으로 바뀝니다. 이것은 NUMBER 함수에 0으로 시작하는 숫자가 지정된 경우. 8진수로 인식되기 때문입니다.
NUMBER 함수에 지정된 숫자에서 선행 0을 제거하면, 지정된 숫자가 소수 숫자로 취급됩니다.
NUMBER 함수에 지정된 숫자에 선행 0을 추가해야 하고 숫자가 8보다 크거나 같은 경우, 아래와 같이 숫자를 최대 7까지 추가하여 "유효하지 않은 수식" 오류를 피할 수 있습니다. 다음 수식은 "2008-01-01"을 반환합니다.
예:
일자((2000 + 숫자(07 + 01)), 01, 01)
또한, 아래과 같이 8진수로 지정할 수 있습니다. 다음 수식은 "2008-01-01"도 반환합니다.
예:
일자((2000 + 숫자(010)), 01, 01)
002573266

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.