I have textfield with datasource binding (from Interface). Those fields are only shown depending on another field "zkz", which holds a 'X' or is empty.
So the value of the fields are only displayed when the zkz field has an 'X' and this works good. But the label description of the fields are still there even when the field is empty. How to hide the description also?