Is there any doc on IIF usage?
Hi I am looking for a doc on using IIF at Adobe campaign.
Does anyone know a good reference?
Hi I am looking for a doc on using IIF at Adobe campaign.
Does anyone know a good reference?
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:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.