I want know if it’s possible to use a different dimension’s string attributes as the “alias” used in an ApliqoUX view.
I have a cube with dimensions Benchmark, Accounts, and Measures. In a view, I have accounts as rows and measures as columns. Measures includes elements Source Version, Target Version, and Variance. Benchmark contains elements like Actuals vs October Fcst Archive or Fcst vs Budget. I have a process that loads data from my normal income statement cube to this cube for the respective source and target measures defined by the benchmark.
So if I’m displaying Source Version, Target Version, and Variance as columns and I have Actuals vs October Fcst Archive as a title element , I would want the header title for Source Version to display Actuals and Target Version to display October Fcst Archive.
I’ve heard this may be possible using some custom JavaScript and the columnHeaderUpdate parameter. Has anyone else attempted this or have an example they could share?