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?
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?