Forum Discussion

JakeSteinberg's avatar
JakeSteinberg
New Contributor III
1 month 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
    1 month 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: Unbalanced Math Functions

    Hope this helps!