Completely stumped on this one.
Table 1 layout:
PO Job Suffix
123 123456 001
456 123456 000
987 123456 010
Table 2 layout:
Job Suffix Due Date
123456 001 12/12/2018
123456 000 12/10/2018
123456 010 11/11/2018
I need to group by job due date where the suffix...
Pervasive Version 11.31
Working on a crystal report and I need to link two tables, however the data types on one of the fields is different. I think the easiest way for me to deal with this is to create a new view and change the data type.
For simplicity we'll say:
Table A, field 1 is integer...
Ive got 3 tables I need in this report and one of the fields I need to link in 2 of the tables are different
table1 = 001
table2 = 0010
I have tried creating a command that uses RIGHT('0000'+ISNULL(FIELDNAME,''),4) to add a leading 0 to table1. But when I try to link only inner and left...
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.