Summing up children to its parent
I have a parent member (say, Computer) with store property. It has descendants (computer parts) with 3 levels under it. I want to sum up all all the values of its descendants to their parent. I don't want to use agg or calc dim functions and not even changing its property to dynamic calc. Could this be possible with following formula:
"Computer" = @sum(@descendants("Computer")