My report uses an MDX query as a data source. I have no problems with grouping or showing data on screen. What I wanted to do is use one of the fields returned from Mondrian in a formula, specifically to alter the visibility of the element on canvas. The formula I tried is
=IF([Income Statement].[Account Number] >= 900000; true(); false())
The formula simply does not work. No warnings, no errors, just silently not performing the task. Any guidance towards a solution or method of troubleshooting would be appreciated.
OLAP_and_Formula.jpg
=IF([Income Statement].[Account Number] >= 900000; true(); false())
The formula simply does not work. No warnings, no errors, just silently not performing the task. Any guidance towards a solution or method of troubleshooting would be appreciated.
OLAP_and_Formula.jpg