Oracle and CR11
I have a parameter = {?Contract} that is set to allow multiple entries
The user could enter * for All or 20203 for only one Contract. This all works fine.
The user could enter a string that may look like 20203;204;2001 (etc.)
and I want Crystal to read this as multiple entries
20203
204
2001
The semi-colon will always be the seperator.
I have a parameter = {?Contract} that is set to allow multiple entries
The user could enter * for All or 20203 for only one Contract. This all works fine.
The user could enter a string that may look like 20203;204;2001 (etc.)
and I want Crystal to read this as multiple entries
20203
204
2001
The semi-colon will always be the seperator.