SSRS - PackSlip add PartLot

I am trying to add the PartLot table to the ShipHeadShipDtl relationship as the third inner join but I am not able to add it in the rdd. I could add a new dataset but then it doesn’t display it in the ShipHeadShipDtl group in the dataset report. It only shows it as the “First” and need to add another inner join so that it is grouped correctly in the ShipHeadShipDtl relationship so that it pulls in the correct Part Lot Number associated to that Part. Trying to pull in the PartLot.MfgDt.

Basically, how do you add another inner join to a default relationship in the rdd?

Are you using a copy of the out of the box PackSlip RDD? You should be able to just uncheck the MfgDt box as excluded.

1 Like

Yes, I am using the out of the box Packslip RDD but I need to add the PartLot.MfgDt to the ShipHeadShipDtl data source since that is what is being grouped on in the rdl report. If I bring in the PartLot dataset into the rdl report, I can’t select it under the ShipHeadShipDtl dataset in the rdl report group, it only allows selecting it as a ‘First’ which I do not want since there could be multiple lots for a part. The issue is adding it to the ShipHeadShipDtl dataset in the rdl.

How do I add it to the current ShipHeadShipDtl dataset?

Edit the ShipHeadShipDtl Dataset Query to include the new table (PartLot) and the new field (MfgDt).

Once you’ve added the new field to the RDD you have to add it to the SSRS query. Right click on the dataset and add it to the query


Then you need to create a field for it under the Dataset Properties>Fields section.