PositiveParrot
Technical User
I have an itemised phone bill database which includes the fields PhoneNumber (phone being billed) and CallCost. I'm trying to get itemised bills but only for phones whose total phone cost is greater than £25.
My first try was to use the condition in the record selection
Sum({CallCost}, {PhoneNumber}) > 25
but I got the messages
The summary/running total field could not be created.
There must be a group that matches this field.
So then I set up the field PhoneNumber as a group field but I got the message
This function cannot be used because it must be evaluated later
which made some sense when I read the 'WhileReadingRecords' help notes but now I'm stuck.
Any ideas would be much appreciated.
I'm using version 7.0.2.200
Thanks
PP
My first try was to use the condition in the record selection
Sum({CallCost}, {PhoneNumber}) > 25
but I got the messages
The summary/running total field could not be created.
There must be a group that matches this field.
So then I set up the field PhoneNumber as a group field but I got the message
This function cannot be used because it must be evaluated later
which made some sense when I read the 'WhileReadingRecords' help notes but now I'm stuck.
Any ideas would be much appreciated.
I'm using version 7.0.2.200
Thanks
PP