doc1000101
IS-IT--Management
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 joins are available - which pulls no data. I believe I need a right outer here for this to work. When I browse the data it is pulling in as 4 digits, so that part seems to work okay
Any ideas on what to try?
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 joins are available - which pulls no data. I believe I need a right outer here for this to work. When I browse the data it is pulling in as 4 digits, so that part seems to work okay
Any ideas on what to try?