The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

JakeSteinberg's avatar
JakeSteinberg
New Contributor III
3 months ago
Solved

DataBuffer Aligning of Dimensions

Hello, I have a question about aligning dimensions of a DataBuffer. I have an unallocated balance that is stored at a specific UD2 base member. This is shown in the log below: The goal is to mu...
  • Ruben_Moya's avatar
    3 months ago

    Hello Jake,

    You can use unbalanced data buffer math functions (e.g. MultiplyUnbalanced (A#OperatingSales, A#DriverAccount:U2#Global, U2#Global)), or the not very recommended one "U2#All * U2#None" calculation script.

    Documentation about unbalanced math: https://documentation.onestream.com/docs/Content/API%20Overview/Finance%20Functions%20APIs/10.3%20-%20Unbalanced%20Math%20Functions.html

    Hope this helps!