I have some parameters in a report based on which I would like to show and hide fields. As far as I know, standard expressions are constructed to hide a field.
Because I have multiple parameters, I would like the field to be visible for a certain configuration of parameters. In my opinion, this is better than writing out all the combinations when the field should be invisible (and there are many of these combinations)
Example: I would like field1, to be visible only when parm1="Yes", parm2="No", parm3="No" and parm4="Yes".
Could someone give me a hint on how to solve this problem?