The documentation is not very clear about conditional layouts in a cube view.
I added a special column ‘conditional_layout_ind’ in a view for conditional formatting. The values of this column can be 1, 2 or 3. For the cube field of this column, I specified summary type ‘Minimum’. Now I want to have a conditional layout on the cube field ‘quantity’ based on the (minimum) value of cube field ‘conditional_layout_ind’ (e.g. Equal to 1).
This does not always work well and I don't know why. But if I drag the cube field ‘conditonal_layout_ind’ into the values area, I get more cells colored.
The problem is, I don't want to have the ‘conditional_layout_ind’ in the cube view.
How can I achieve conditonal formatting for this cube view?