Skip to main content
Member
July 2, 2026
Question

Row display Option

  • July 2, 2026
  • 1 reply
  • 20 views

Hi I am pulling in data from UDI dimension that has multiple levels in the hierarchy. My UDI member retrieve is U1#|!ParamUD1!|.Children.Base. 

 

The data is being retrieved as expected however the parent member is displayed in the top instead at the bottom, screenshot below. Has anyone any ideas how to display the parent member at the bottom. 

Thanks

Sam

 

1 reply

Contributor
July 2, 2026

Hi Sam: it will depend on the depth/structure of your hierarchy if you can use out-of-the-box functionality or if you need to create your own Member List function.

Try:

  • U1#|!ParamUD1!|.ChildrenInclusiveR
  • U1#|!ParamUD1!|.TreeDescendantsR

If those don’t work, you can create a custom member list that does the equivalent a ‘children-base-reverse’. We have this exact function to satisfy internal user requirements but check the out-of-box member expansions first.

Cheers, -db