Hello, I need help again. Although trying every idea, that comes to my head all day long, I did not find a solution yet.
I would like to output some data from a record in PDF, but the output should differ, depending to what team the record is related (I have so far four teams). One should have the value A, if its met, the others at the same time the value B.
I tried with IfThenElse, but it does not work. It seems, that also using an operator as
.does not work.
I would like to output some data from a record in PDF, but the output should differ, depending to what team the record is related (I have so far four teams). One should have the value A, if its met, the others at the same time the value B.
I tried with IfThenElse, but it does not work. It seems, that also using an operator as
Code:
{{If team == a}} {{output Text A}} {{else}} {{output text B}}
Comment