You need to sign in to do that
Don't have an account?
jacek2jacek
roll-up on formula field
Hi,
I have detail object with formula field RokNow (Number) =YEAR( TODAY() )
I want to use RokNow field on roll-up sum but RokNow field does not appear on the list of field to aggergate on master object.
did anybody faced similar problem ?
First thing the formula field we can't able do that roll-up
Only way to roll-up the formula field is it must and should referenced to the Another Number field or Currency field.
But your writng the Formula Here , Your are not referencing any Field.
So Roll-up doesn't calculate that formula.
Prem
All Answers
I have tested it It's coming. There is no problm
May be you have done some mistake
Steps-
-> create master detail
--> create child formula field with Number Type.
-->Goto parant object crate Roll-up field It will appear by selecting on child object
-->goto sum radio type , Then it will appear
It will
Prem
did you use YEAR( TODAY() ) in formula field?
Now i have tested that Date also
It does not giving , Why Because , By default it takes the data type as Date.
I mean the the formula field reference to where ,,,, That's what only it consider.
So doesn't return that.
Prem
but YEAR is type NUMBER, not Date
First thing the formula field we can't able do that roll-up
Only way to roll-up the formula field is it must and should referenced to the Another Number field or Currency field.
But your writng the Formula Here , Your are not referencing any Field.
So Roll-up doesn't calculate that formula.
Prem
thank you for replies. you are right