CR10
ODBC[RDO]
I am drawing a blank here on something that is very simple. I need to suppress a field that is dependant on another field. If the first number is suppressed, then I need it to suppressed the number that follows it as well. The sample data looks as so....
2 2C32344
If 2C32344 is suppressed, then I need the "2" proceeding it to be suppressed as well. Neither of the two numbers are text fields. They are strings fields that come down from the database.
ODBC[RDO]
I am drawing a blank here on something that is very simple. I need to suppress a field that is dependant on another field. If the first number is suppressed, then I need it to suppressed the number that follows it as well. The sample data looks as so....
2 2C32344
If 2C32344 is suppressed, then I need the "2" proceeding it to be suppressed as well. Neither of the two numbers are text fields. They are strings fields that come down from the database.