on 2015 Apr 30 4:08 AM
When I select the Notes field in OCLG from a query inside SAP B1, the field contents are truncated for certain records. There doesn't seem to be any consistency as far as where it cuts it off. I've tried converting to nvarchar and it still truncates at the same spot. When I query the same directly in SQL I don't have this issue.
SAP B1 9.0. PL6.
What is different with the B1 query that is not returning some of the ntext content?
Alan
Hi Alan,
It is probably maximized for 254 characters within B1 query. If it is over the limits, it will be truncated.
Try to add another column using a formula such as by testing:
SELECT Substring(Notes,255,254) FROM OCLG
WHERE Len(Notes)>254
Thanks,
Gordon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
110 | |
8 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.