Or, list here some of the calculations you are trying to work
> out so you can get more feedback on this.
>

I have a table which shows Points owned by particular users.  These
have an attribute of "type".
I need to display back to the user how many of each type of points they
own.

For instance, taking  the example table below  I would need to show
that UserID 1 has 280 "REG" points and 150 ZZZ points.

User ID-- Points ---- Points_Type
1             200          Reg
1               80          Reg
1              100         zzz
1                50         zzz
2              100         Reg
2              100         xyz

Cheers

MerMer


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to