NPI- Custom
I have a requirement to create a new product A, whose forecast depends on two other products B and C.
Forecast of A = x% of Forecast-B + (1-x)% of Forecast- C.
New product model has characteristics similar to B&C but more aligned to C.
Is there a process to attain this without using chaining.
Thanks