Hi,
I have a report that shows accounts in rows and entities in columns. The row axis is my balance sheet and is defined as the top BS account with member&descendants in the report and hides empty rows. The column axis shows all entities for my group (group is hardcoded with member&base in the report) and hides empty columns.
The requirement is to scale the data by giving the user a cell in the report where they can enter or select the scale. Typically I would create a dropdown with the values 1 and 1000 and the user could select what scale they want.
I thought I would use EPMScaleData but I cannot fget it to work. In a simple report with only one column I can make EPMScaleData work as a local member. However in a report with an undefined number of columns I cannot.
Is what I try to do possible and if so, could someone help me on how to do it?
Thanks,
Arnold