Visualize Values that Enter Expression

  • 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.Value

    Reportitems!PressComplete.Value

    and

    Reportitems!QuantityComplete4.Value

    =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))

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply