I currently have a report with a field "Amount". At the report footer, I'd like to have a sum of the amount but only those that are above a particular number. For example, I only want to sum those above 10,000. So, my report should look like this:
AMOUNT
12,000
300
14,000
4,000
9,500
Total: 26,000
Is this possible? I know I can use =Sum(Amount) but it sums all the numbers. By the way, the individual amounts that needs to be summed are already Sum Aggregates. Hopefully my explanation makes sense.
Thanks.
2B||!2B
AMOUNT
12,000
300
14,000
4,000
9,500
Total: 26,000
Is this possible? I know I can use =Sum(Amount) but it sums all the numbers. By the way, the individual amounts that needs to be summed are already Sum Aggregates. Hopefully my explanation makes sense.
Thanks.
2B||!2B