Please bear with me I'm very new to SQL / Server and am jumping in to a project.
I'm building a report in MS Report Builder 3.0. In the Dataset Query to assemble the fields I'll use I have to join 4 files / tables (this is on an i5 DB2400 in ODBC). In the database there is one personnel file that has an ID# and a NAME. From a CASE file I will have an Officer and a Supervisor (I work for a PD). I wish to display these only once in a row - ie
OFFicer = DANNO Supervisor = Steve McGarrett when I do the innerjoin to this with an OR I get two rows with the different names for each case. On the report, I only want to have the Officer Name and the Supervisor Name with their ID #s and the other data in one row.
Help?
I'm building a report in MS Report Builder 3.0. In the Dataset Query to assemble the fields I'll use I have to join 4 files / tables (this is on an i5 DB2400 in ODBC). In the database there is one personnel file that has an ID# and a NAME. From a CASE file I will have an Officer and a Supervisor (I work for a PD). I wish to display these only once in a row - ie
OFFicer = DANNO Supervisor = Steve McGarrett when I do the innerjoin to this with an OR I get two rows with the different names for each case. On the report, I only want to have the Officer Name and the Supervisor Name with their ID #s and the other data in one row.
Help?