I created a Crystal report based on a BW Query. The user enter a comment about a sales order in SAP. This field has only a key but no text in BW.
So the text is the key. The whole comment can be seen when I run the query with Bex Analyzer. The key is displayed on the report.
However Crystal report cuts the length of this field although I use the key in the Crystal report as well. Only 143 characters can be seen.
I adjusted the font or can grow option of the field but it doesn't work.
I tried this formula as well but it did not work.
- Stringvar s1:={field} [1 to 100];
- Stringvar s2:={field} [102 to 200];
- S1&s2;
Can somebody help me about this issue?
I will be very thankful.
Deniz