在 Data Cloud 的公式字段中指定 NUMBER(08) 或 NUMBER(09) 会导致“无效公式”错误。 这是因为在 NUMBER 函数中指定以零开头的数字时,该数字会被识别为八进制数。
删除 NUMBER 函数中指定数字的前导零后,该数字将被视为十进制数。
若确实需要为 NUMBER 函数中指定的数字添加前导零,且需表示大于或等于 8 的数字,可通过仅添加 7 及以下的数字来避免“无效公式”错误,示例如下。以下公式返回“2008-01-01”。
例如
DATE((2000 + NUMBER(07 + 01)), 01, 01)
此外,您可按如下示例将其指定为八进制数。以下公式也会返回“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.