|
You can reference computed fields in DataWindow functions and in other computed fields. For example, if discount is a computed field that calculates the amount of each customers discount, you could use discount in the Avg function in a computed field to display the average discount for all customers: Avg(discount for all).
|