Hi to all,
I have a crosstab with a PowerCube as DataSource.
I would like to filter lines where the measure value is /0 (Division by 0), this value came from the cube, I did not calculate this column on the report.
I am using the NOT NULL sentence but it didn't recognized that value as a null neither as a 0.
Is there any way to control the /0 values in RS8 with a cube as datasource,
ThankÃ,´sÃ, ;D
try using the filter() function:
filter([set_exp],currentMeasure = '/0')