We are trying to add the PartLot.HeatNum to the attached report in the sub-report “Traveler_RawMaterialComponents”. I have added the table using the context listed below. But every time I add anything to this report the subreport just disappears. The subreport doesn’t error or anything.
Can someone please try adding the PartLot table to this report and tell me what results you get?
Custom Report Files:
Traveler_Qty_Titles.rdl (15.6 KB)
Traveler.rdl (474.2 KB)
Traveler_AttributeSetData.rdl (24.5 KB)
Traveler_JobParts.rdl (26.4 KB)
Traveler_ParentAssembly.rdl (21.5 KB)
Traveler_SubComponents.rdl (41.5 KB)
Traveler_Quantities.rdl (13.1 KB)
Traveler_RawMaterialComponents.rdl (114.3 KB)
Traveler_RawMaterialComponents2.rdl (47.6 KB)
Traveler_Shipping_Schedule.rdl (47.7 KB)
RDD:
RDDJobTrav_EANBX.xml (1.4 MB)
Context used for adding Table to SSRS:
LEFT OUTER JOIN PartLot_" + Parameters!TableGuid.Value + " T17
ON T9.[Company] = T17.[Company] AND T9.[PartNum] = T17.[PartNum] AND T9.[LotNum] = T17.[LotNum]
Context for adding field to SSRS:
, T17.HeatNum