When writing custom consolidation rules in HFM, hs.con is frequently used. Is there a similar function in OneStream?
Answer If there is a consolidate elimination, there is an elimination finance type that can be utilized. You can utilize a set data cell, set data buffer, or api.data.calculate inside the finance rule. The api.data.calculate is similar to hs.con. Sou...