You need to sign in to do that
Don't have an account?
Bhola Vishwakarma
rollupsummary vs formula field
how can we use advance formula even if i have the rollup summary field
can i get any help
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
how can we use advance formula even if i have the rollup summary field
can i get any help
For what purpose you want "advanced formula" section? I think filter criteria "Only records meeting certain criteria should be included in the calculation" should be enough to fulfill your requirement.
tanks for ur rpl
yes i just want to filter
my formula will look like if($recordtype.name='stock',currentvalue*quantity,if($recordtype.name='mutualfund',nav*quantity))
your help will do a lot of goods to me
Do you really need a rollup-summary field?
As per ur expected formula
"if($recordtype.name='stock',currentvalue*quantity,if($recordtype.name='mutualfund',nav*quantity))"
seems you want to perform calculation on object's fields not child records fields.
Rollup-Summary fields are used to get advantage of master-detail relationship field.
i have a custom object as InvestmentAsset__c in which i have custom field as
in this i have formula field called as
and i have another custom object called as GoalInvestmentAssetAssociation__c
in which i have the following field
so ur help will be greatly app how to go about it