Skip to main content
Newcomer
January 25, 2024
Solved

CubeView Row Collapse

  • January 25, 2024
  • 2 replies
  • 0 views

I have a cubeview with 1 Row = A#NetIncome.TreedescendantsInclusiveR. I would like to have the accounts collapsed, so that the report doesn't have all the accounts/rows expanded.

I have set RowExpansionMode = CollapseAll, but it did not change anything and all rows are still expanded.

bjornliow_0-1706203650596.png

Am I missing some other configurations?

Best answer by JakeSteinberg

Hello,

The RowExpansionMode = CollapseAll will work with the ".Tree" expansion, not the expansion currently being used.

2 replies

Contributor
January 25, 2024

Hello,

The RowExpansionMode = CollapseAll will work with the ".Tree" expansion, not the expansion currently being used.

Newcomer
February 25, 2025

I was having the same issue! thanks for the post!