Question regarding the use of IIF
Posted: Tue Jan 28, 2014 1:54 pm
Hi,
imagine a textfield with the following content:
The problem now, is that "{MyBusinesObject.PropertyTwo}" doesn't get interpreted anymore. Instead of the actual value of "PropertyTwo" it is the formula "{MyBusinesObject.PropertyTwo}" that appears at runtime...
How can I use variables and/or Businessobjects WITHIN an IIF-construct?
Cheers,
Pascal
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