Data Cloud の数式項目で NUMBER(08) または NUMBER(09) を指定すると「Invalid Formula」(無効な式) と表示されます。 これは、NUMBER 関数で 0 で始まる数値が指定されている場合、それが 8 進数として認識されるためです。
NUMBER 関数で指定した数値から先頭の 0 を削除すると、指定した数値が 10 進数として処理されるようになります。
NUMBER 関数で指定された数値の先頭に 0 を必ず追加する必要があり、8 以上の数値を表す必要がある場合は、次のように 7 までの数値を加算することで「Invalid Formula」(無効な式) エラーを回避できます。次の式では「2008-01-01」が返されます。
例:
DATE((2000 + NUMBER(07 + 01)), 01, 01)
また、次のように 8 進数として指定できます。次の式でも「2008-01-01」が返されます。
例:
DATE((2000 + NUMBER(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.