You need to sign in to do that
Don't have an account?
Dan_try_zero
Multiple Formula field calculation
I have a question regarding the formula field:
Can I calculate (for example) the total of more field of different custom objects? and how can I do that?
thanks in advance.
Go with Parent object filds
Create new Custom field --> with --> select data type as Roll-up summary->next
Then select which object and which field you want to summarize then go on next like that
check it there
http://login.salesforce.com/help/doc/en/fields_about_roll_up_summary_fields.htm
http://login.salesforce.com/help/doc/en/fields_defining_summary_fields.htm
All Answers
Using Trigger or Apex class only it's possible.
using UI it's not possible at all.
i make an example for be more clear:
I have an field called "billing" and a field called "id" on the custom object called "x"
I need to make a sum of all the currecies of the "billing" field based on the id field of the object "x" on an object called "y"
Can i do that on a simple formula field? if not i must do an apex class?
If there is master-detail relationship between the x and y means, We can do it.
By using Roll-up summary from parent.
Clearly explain what is your requirement and which field belongs to which object, and tell me relation between two objects.
Yes there is a master detail beteween the 2 objects, and the Roll-Up Summary is something that I have never tried to do.
any advice?
Thanks for the replies
Go with Parent object filds
Create new Custom field --> with --> select data type as Roll-up summary->next
Then select which object and which field you want to summarize then go on next like that
check it there
http://login.salesforce.com/help/doc/en/fields_about_roll_up_summary_fields.htm
http://login.salesforce.com/help/doc/en/fields_defining_summary_fields.htm