Valor no válido especificado para parámetro de función. Nombre de la función: Multiply Nombre del parámetro: Value2 Ordinal de parámetro: 2 Tipo de parámetro: Numérico Valor enviado:En este error, vemos que el valor enviado para el segundo parámetro en la función Multiply (1,2) es nulo o está vacío.
| 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"
]%%
Precio: %%=v(@price)=%%
<br><br>
%%[SET @total = FormatNumber(multiply(@price,@tax),"C2", "en-US")]%%
Precio con lógica: %%=v(@price)=%%
<br><br>
El impuesto es %%=v(@total)=%%
Valor no válido especificado para parámetro de función. Nombre de la función: Multiply Nombre del parámetro: Value1 Ordinal de parámetro: 1 Tipo de parámetro: Numérico Valor enviado:
%%[
Set @price = Lookup("OrderConfirmation","DiscountPrice","ContactKey",_subscriberkey)
Set @tax = "0.08"
]%%
Precio: %%=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")]%%
Precio con lógica: %%=v(@price)=%%
<br><br>
El impuesto es %%=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.