Enuma Posted May 19, 2008 Posted May 19, 2008 this maybe is easy but i dont find how to do it i wanna to summ a especific field on each record. any ideas?
Fenton Posted May 19, 2008 Posted May 19, 2008 (edited) You need to create a relationship (or self-relationship). Then you can use that to target the field, and you will get the Sum() of the field for all records which match the relationship (from the context of where it is defined to calculate). For example. If you created a self-relationship using the Cartesian operator (X), it would match all records. To sum all records: Sum ( self_X::number ) This would be independent of the found set. If you want the sum of the field within a found set, then you would just use a regular Summary field, Total of number field. Edited May 19, 2008 by Guest
Enuma Posted May 19, 2008 Author Posted May 19, 2008 hmmm i dont think i can make it work... im pretty new in it lol im sorry can u give more steps pls? will i have to lookup to keept the field updateding? i wanna display the total in each record so.. does the total field need to be the in the self realted table or the field that i want to sum?
Enuma Posted May 19, 2008 Author Posted May 19, 2008 lol nvm the summury type solved my problem....thx anyway im very gratefull for ur help
Recommended Posts
This topic is 6031 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now