Hi,I am in the process of troubleshooting an SSRS expression. I would like to see what values are being evaluated for my field expression, is that possible? Here is the Expression. What I'd like to see is what is the value of the following at runtime.Reportitems!qty_scrapped4.ValueReportitems!PressComplete.ValueandReportitems!QuantityComplete4.Value[code="vb"]=IIF(Fields!Uf_Warehouse.Value = "RAD2" OR Fields!Uf_Warehouse.Value = "RAD2" ,Reportitems!qty_scrapped4.Value/(Reportitems!PressComplete.Value + Reportitems!qty_scrapped4.value),Reportitems!qty_scrapped4.Value/(Reportitems!QuantityComplete4.Value + Reportitems!qty_scrapped4.value))[/code]
↧