Show only negative values in the cube view
Hello,
A client recently asked if it’s possible to create an 'exception cube view' based on an existing main one. The main cube view includes both positive and negative amounts across rows and columns. The client specifically wants the exception report to display only the negative values.
To address this, I created a UD8 dynamic calc member that returns the U8#None value if it's negative and returns nothing if U8#None is positive. I then applied this new UD8 member to a copy of the main cube view, ensuring suppression is enabled. While this works well for smaller reports, the performance suffers with larger reports due to the nature of dynamic calculations.
I also applied the classic formatting where positive amounts are transparent but it leaves the report with a lot of rows and columns that have the text transparent.
Any other ideas on how this can be achieved?