Se si specifica NUMBER(08) o NUMBER(09) in un campo formula in Data Cloud, si riceve l'errore di "Formula non valida". Questo perché, quando nella funzione NUMBER viene specificato un numero che inizia con zero, il numero viene riconosciuto come numero ottale.
Rimuovendo lo zero iniziale dal numero specificato nella funzione NUMBER, il numero specificato sarà trattato come numero decimale.
Se è assolutamente necessario aggiungere un zero iniziale al numero specificato nella funzione NUMBER e si desidera rappresentare un numero maggiore o uguale a 8, è possibile evitare l'errore "Formula non valida" aggiungendo numeri fino a 7, come indicato di seguito. La formula seguente restituisce "2008-01-01".
ad esempio
DATE((2000 + NUMBER(07 + 01)), 01, 01)
Inoltre, è possibile specificare il numero come numero ottale come indicato di seguito. Anche la formula seguente restituisce "2008-01-01".
ad esempio
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.