change text object to point different column
Hello,
i have to change text object to point different column according to the value of another column
What is the best way of doing this?
Thanks in advance
i have to change text object to point different column according to the value of another column
What is the best way of doing this?
Thanks in advance
Comments
Put the following text in the Text object:
MyTable.MyColumn] == true ? [MyTable.MyColumn1] : [MyTable.MyColumn2