Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Hi I am looking for a doc on using IIF at Adobe campaign.
Does anyone know a good reference?
¡Resuelto! Ir a solución.
Vistas
Respuestas
Total de me gusta
Hi
There is no good manual for this function, but it is very basic and intuitive.
It looks like Iif(<expression>,<if expression truly, do this>,<otherways do that>)
Expressions can be any valid XTK expression, for example:
Iif(@myValue=1 and [nested/@value] >=2, "YES". "NO")
The following comparison operators are supported:
=, >, <, >=, <=, !=, IN, LIKE, NOT, IS NULL
Actions also can be anything, even another Iif() function. Ultimately, Iif will be converted to SQL expression CASE WHEN ... THEN ... ELSE ... END
p.s here are some resources:
Vistas
Respuestas
Total de me gusta
Hi,
The Iif() sql expression? It's documented in its call:
This is analogous to decode() in Oracle:
Thanks,
-Jon
Vistas
Respuestas
Total de me gusta
Thanks for the page wodnicki,
before I write here I saw that page.
The page does not provide real-life use cases and syntax for Adobe campaign.
Do you know any resource that shows various codes?
Vistas
Respuestas
Total de me gusta
Hi
There is no good manual for this function, but it is very basic and intuitive.
It looks like Iif(<expression>,<if expression truly, do this>,<otherways do that>)
Expressions can be any valid XTK expression, for example:
Iif(@myValue=1 and [nested/@value] >=2, "YES". "NO")
The following comparison operators are supported:
=, >, <, >=, <=, !=, IN, LIKE, NOT, IS NULL
Actions also can be anything, even another Iif() function. Ultimately, Iif will be converted to SQL expression CASE WHEN ... THEN ... ELSE ... END
p.s here are some resources:
Vistas
Respuestas
Total de me gusta
Thanks DimaKudryavtsev
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas