È stato specificato un valore non valido per il parametro della funzione. Nome funzione: Multiply Nome parametro: Value2 Ordinale parametro: 2 Tipo di parametro: Numerico Valore inviato:In questo errore si può vedere che il valore inviato per il secondo parametro della funzione Multiply(1,2) è nullo o vuoto.
| ContactKey (abc) | EmailAddress (@) | OrderNumber (abc) | Price (.00) | DiscountPrice (.00) |
|---|---|---|---|---|
| Example1 | Example1@example.com | 12345 | 100.00 | 80.00 |
| Example2 | Example2@example.com | 23456 | 108.00 |
%%[
Set @price = Lookup("OrderConfirmation","DiscountPrice","ContactKey",_subscriberkey)
Set @tax = "0.08"
]%%
Price: %%=v(@price)=%%
<br><br>
%%[SET @total = FormatNumber(multiply(@price,@tax),"C2", "en-US")]%%
Price with Logic: %%=v(@price)=%%
<br><br>
Your tax is %%=v(@total)=%%
Invalid value specified for function parameter (Valore non valido specificato per il parametro della funzione). Nome funzione: Multiply Nome parametro: Value1 Ordinale parametro: 1 Tipo di parametro: Numerico Valore inviato:
%%[
Set @price = Lookup("OrderConfirmation","DiscountPrice","ContactKey",_subscriberkey)
Set @tax = "0.08"
]%%
Price: %%=v(@price)=%%
<br><br>
%%[IF empty(@price) THEN
SET @price= Lookup("OrderConfirmation","Price","ContactKey",_subscriberkey)
ENDIF]%%
%%[SET @total = FormatNumber(multiply(@price,@tax),"C2", "en-US")]%%
Price with Logic: %%=v(@price)=%%
<br><br>
Your tax is %%=v(@total)=%%
000393055

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.