I’m trying to add StdMaterialCost to the Stock Status Report and I’m massively confused. It seems the base StockStatus report references the subreport ‘StockStatus_Activity’. In this subreport there is a dataset called StkActivity which doesn’t seem to grab data from the stkstatus report data definition, but instead queries a stkactivity report table:
="SELECT T1.Company,T1.ExtCost,T1.LegalNumber,T1.MtlBurUnitCost,T1.Multiplier,T1.PartNum,T1.LotNum,T1.TranDate,T1.TranQty,T1.TranType,T1.UnitCost,T1.WarehouseCode
FROM StkActivity_" + Parameters!TableGuid.Value + " T1"
What I think I want to do is to somehow add the StdMaterialCost to this temp table, but I can’ figure out how this temp table is even generated and or managed. The StkStatus RDD mentions the table, but no fields are listed.
I’m so confused… and I miss Crystal.