I have a user accessing TM1 through PAfE (Build 2.0.64.3). She received a built report that accesses a single cube with twelve dimensions. Most of the dimensions are set to Control Total (consolidated member) with a few small exceptions for version, account, period, cost center, and currency. Most of the formulas return values with the exception of a single column of data that uses a consolidated member called Budget Variance within the VERSION dimension, which returns an #Value error. The Budget Variance member sits within the VERSION dimension as a consolidated member that contain Actual and Budget elements as children with Actual receiving a -1 weight. The Actual and Budget members, separately, return results in the report.
Since all formulas are firing correctly for my Admin account, I initially leaned toward security settings. However, the user can access the cube and all twelve dimensions for the rest of the formulas. So, I am not sure if I continue to explore this as a security setting, PAfE option, or other.
Code: Select all
=DBRW($D$2,W$2,$D$5,$D$8,$D$6,$D$7,$C25,$D$9,$D$10,$D$11,$D25,W$3,$D$12)
Michael