Can MultiplyUnbalanced function take more than 2 components
Hello OneStream experts:
Thank you for the helps in the past. I found this forum is very helpful.
I feel the MultiplyUnbalanced function is very nice and wonder if it can take more than 2 components to multiply. They give an example:
If I want to do
A#UnbalancedMultiplication=A#60000 x A#41000:U2#Parts I can use the following:
api.Data.Calculate("A#UnbalancedMultiplication = MultiplyUnbalanced(A#60000, A#41000:U2#Parts, U2#Parts)")
But, if I want to do multiply three components
A#UnbalancedMultiplication=A#60000 x A#41000:U2#Parts x A#51000:U2#Material
how to use the MultiplyUnbalanced function?
Thank you in advance for any answers.
