Hi, I have following expression in SSRS expression builder for a calculated field within a report. The report has several different datasets. Sum(IIF(Fields!Flag2.Value = "SD" , AVG (Fields!NUM.Value), 0)It errors because it requires a dataset name. Question is, where in the expression do I add "Dataset1"Thanks in advance
↧