I am trying to use the Text widget to display totals for a field. That works fine for all records in the field using SUM{NAME} but I'd like to separate the totals by records of another field. An example would be a table with NAME and MONEY.
I want to display the total money each person in the NAME field has. Like:
Bob $25
Jane $30
Pedro $40
Also, if there is a blank (no name) in that field, don't show a total.