DATEDIFF("d", First(Fields!CurrentEffDate.Value, "dstvwGMDEntryDetails"), Now())
have this as an expression it works perfectly but before it does this i need
Fields!IsTempProduct.Value, "dstvwProductDetails")=1
this if a product is a temporary product then show "BLANK" else run
DATEDIFF("d", First(Fields!CurrentEffDate.Value, "dstvwGMDEntryDetails"), Now())
i have tried this
=IIF(Sum(Fields!IsTempProduct.Value, "dstvwProductDetails")=1,"",DATEDIFF("d", First(Fields!CurrentEffDate.Value, "dstvwGMDEntryDetails"), Now())
but its moaning about them being in a separate datascope and its summing temp product temp product is like a flag so for normal products temp product =0 temp =1