I'm a little rusty at Crystal so I am probably missing the obvious. I am trying to create a simple alert based on the sum of total sales by area. The report is grouped by client area with a subtotal of sales for each. I receive an error when I try to save the Alert Condition formula. The formula is:
Sum ({sale.sale_total},{client.client_area}) > 300000.00
The error is:
"One of the previous fields is not constant over group level of this field"
I created a regular formula that is identical, placed it at the group level it works fine...
Sum ({sale.sale_total},{client.client_area}) > 300000.00
The error is:
"One of the previous fields is not constant over group level of this field"
I created a regular formula that is identical, placed it at the group level it works fine...