I am trying to supress multiple text fields in my page header using formulas simular to:
NOT({ado.Code} in ["025","030","031","032","033","034","035","036"])
there are for different text fields, each with their own group of codes.
In testing this I found that only the code in the first record was evaluated for the supression. How do I set suppression to evaluate all of the codes in the report before suppressing the field?
NOT({ado.Code} in ["025","030","031","032","033","034","035","036"])
there are for different text fields, each with their own group of codes.
In testing this I found that only the code in the first record was evaluated for the supression. How do I set suppression to evaluate all of the codes in the report before suppressing the field?