nilsbinnemans
Programmer
Hi,
I'm using CR 2011.
I have a table containing a string field with comma separated values.
Data could look like this:
Record
I want to suppress all records where {Table.String} contains 'StringA'.
I can't use 'StringA' in {Table.String} because record 4 with string 'StringAB' must be kept.
Desired outcome:
Record
Which formula could help me out here?
Thanks,
Nils
I'm using CR 2011.
I have a table containing a string field with comma separated values.
Data could look like this:
Record
String
1StringA
2String A, String AB
3null
4StringAB
5StringB
I want to suppress all records where {Table.String} contains 'StringA'.
I can't use 'StringA' in {Table.String} because record 4 with string 'StringAB' must be kept.
Desired outcome:
Record
String
3null
4StringAB
5StringB
Which formula could help me out here?
Thanks,
Nils