Hey guys,
I'm having a bit of trouble with a Crystal Report.
There is a string in the report which is supposed to show 22 characters.
I have confirmed in both the database table and the stored procedure (which generates data from the aforementioned table) that the string that gets passed should show 22 characters.
When I execute the stored procedure in SQL Server, the string shows all 22 characters.
But when I run the report in Crystal Reports, it however shows only 20.
What should I do to make the string show all of the characters?