Forum Discussion

Sabaritha's avatar
Sabaritha
New Contributor
2 years ago

Introduce a Blank row in-between members in Tree Expansion

Hello All,

I have a reporting requirement, where I need to introduce an empty row between two Sub-Business units. These business hierarchies are displayed using .Tree expansion. In between the Tree hierarchies is it possible to introduce “Blank Rows”. Please let me know. Thank you.

  • ChristianW's avatar
    ChristianW
    Valued Contributor

    Hi Sabaritha

    This will only work if you embed a blank member in the hierarchy of the members. Then you can use a conditional formula to format the blank row accordingly. But I have to admit, I'm not a big fan of changing the metadata for reporting purposes.

    Without changes to the hierarchy, and keeping the drillability in takt, this is the best I get:

    The dimension with the tree command needs to be in the second (or 3rd, or 4th) expansion level and then the you can hide the first expansion level by using this setting:

    The result will look like this:

    If you use conditional formatting smart, you will still be able to create a nice-looking cubeview.

    I hope this helps and cheers

    Christian

  • PeterFu's avatar
    PeterFu
    Contributor II

    Hi Sabaritha,

    You can try E#None:Name(" ") in the row you want to show blank (:Name(" ") will make sure no text is shown). Then you can format that row a bit different if you want to show the blank row as a "separator" row.

    Peter

    • Sabaritha's avatar
      Sabaritha
      New Contributor

      Thank you Peter! I am aware of this method of introducing blank row. What I want to achieve is when I am using .Tree to display the hierarchy, will I be able to introduce blank rows in-between the hierarchy members which is getting dynamically displayed.