Hi,
it seems to be easy, but it doesnt work:
There are two fields in a record, a and b.
If a has a specific value ('x'), I want to disblay b, otherwise nothing.
I tried:
<td>
[daten.b;if daten.a='x';]
</td>
|
Is there a wrong syntax or is it not possible this way?
Many thanks
Horst