Hello,
I have a report with a "Total" column that is a running total based on a formula, and the "Grand Total" is also a running total based on a formula. Basically, the report lists employees from a certain location, and the total number of a specific item that was sold by them. I have three groups in the report, Region(#1), Sitename (#2), and Employee name (#3). Here's a very simplified example of the part of the report that I'm having trouble with:
Sitename#1
Employee#1 57
Employee#2 120
Employee#3 3
Grand Total 180
What I need to do is exclude any records from the report that have a total of less than 20. So Employee#3 wouldn't show up, and the Grand Total would be 177. The problem is I can't put it in a record selection formula because it's a running total. I was able to exclude Employee#3, but then it doesn't exclude it from the Grand Total.
Is there any way to make this happen by just making changes in the report? Or do I have to make the changes in the stored procedure?
Thanks!
I have a report with a "Total" column that is a running total based on a formula, and the "Grand Total" is also a running total based on a formula. Basically, the report lists employees from a certain location, and the total number of a specific item that was sold by them. I have three groups in the report, Region(#1), Sitename (#2), and Employee name (#3). Here's a very simplified example of the part of the report that I'm having trouble with:
Sitename#1
Employee#1 57
Employee#2 120
Employee#3 3
Grand Total 180
What I need to do is exclude any records from the report that have a total of less than 20. So Employee#3 wouldn't show up, and the Grand Total would be 177. The problem is I can't put it in a record selection formula because it's a running total. I was able to exclude Employee#3, but then it doesn't exclude it from the Grand Total.
Is there any way to make this happen by just making changes in the report? Or do I have to make the changes in the stored procedure?
Thanks!