imagine a textfield with the following content:
Code: Select all
{IIF(MyBusinesObject.PropertyOne > 0, "Some Text {MyBusinesObject.PropertyTwo} Some more text", null)}
How can I use variables and/or Businessobjects WITHIN an IIF-construct?
Cheers,
Pascal