dianemarie
Instructor
Hello, I have a report with two groups. I am summing a detail field on Group 2 (calculated field), and only displaying the Group 2 row, with Group 2 sorted in descending volume by the summed field. The summed field is =sum(Fields!Qty.value). I want to filter the top 20 by this row and field. It seems like it should be easy enough. I Edit Group 2, click on the Filter tab, do an expression for the field sum, select Top N for the operator and 20 for the Value. I tried selecting the detail field first for the expression, then I tried an expression of =Sum(Fields!Qty.value) in the Expression field, and I also tried pulling in the field from the Datasets so that it looks like this: =Sum(Fields!Qty.Value, "DMIReport") I get this error when I run the report: "An error occurred during local report processing. An error occurred during report processing. Failed to evaluate the FilterValue." Does anyone see anything obviously wrong that I'm doing? Is there a way to filter on the Group 2 expression for Top 20 in the SQL query maybe? Thanks much.