query data question

dpotts

Registered User.
Local time
Today, 13:31
Joined
Jul 3, 2008
Messages
10
The field looks like this:
DonorRange: LMBDonorRange(Sum([Donation]))

DonorRange being the field name. I understand the Donation field is being added together and put into the DonorRange field, but what I don't get is where is LMBDonorRange coming from?
The field output looks similar to this:
9. $2000+
8. $1000-$1999
7. $500-$999
3. $50-$99
etc.

There are no "LMBDonorRange" objects in the database. So how is it grouping the donations like it is?
 
There should be a Function named LBMDonorRange in a module somewhere.
 
Mmm. Excellent. Thank you.
 

Users who are viewing this thread

Back
Top Bottom