I am trying to display data containing the "\" character.
This text data is stored in one only database field as ' PN\abc123PN\def234PN\hij345 '
The PN\ is the identifier for each new instance of a PartNumber. Each PartNumber is always in the alph-numeric format of abc123
When the field is added to the report only the first PartNumber displays i.e. "PN\abc123"
The rest of the string is ignored.
I think the "\" character is somehow 'to blame' for this strange behavior.
Any thoughts on what may be causing this condition or work arounds are apprecaited.
KMD
This text data is stored in one only database field as ' PN\abc123PN\def234PN\hij345 '
The PN\ is the identifier for each new instance of a PartNumber. Each PartNumber is always in the alph-numeric format of abc123
When the field is added to the report only the first PartNumber displays i.e. "PN\abc123"
The rest of the string is ignored.
I think the "\" character is somehow 'to blame' for this strange behavior.
Any thoughts on what may be causing this condition or work arounds are apprecaited.
KMD