Thank you for your reply. Since I'm joining 2 different databases in Crystal Reports, I cannot edit the SQL statement through Crystal.
I guess a custom view (arrrgh!) is my only solution.
Thanks again,
P Manney
I'd like to report against our company Job-tracking database and JDE OneWorld. The only commonality is our company Job Cost Number (JCN).
Our implementation of JD Edwards OneWorld uses fields which are padded with spaces; our Job Tracking system uses an unpadded field.
When the two tables are...
A memo field can be parsed into 256 byte segments by use of the SQL SUBSTRING function. The resultant field(s) can be tested, concatenated, etc.
The SQL expression is
fn SUBSTRING ({Table.MemoField}, StartChar, EndChar)
This does not work on all systems (depends on the SQL implementation of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.