Forum Discussion

matthewsb419's avatar
matthewsb419
New Contributor II
5 months ago
Solved

How to use the 'Remove' member expansion in a button 'Select Member' type

Hi, I have a member that I want to reference and pull in the tree underneath it but eliminate a few of the base memeber as options for my users to click on them.  I'm trying to use the 'Remove' mem...
  • dsebenaler's avatar
    5 months ago

    Try using a .treedescendants or .treedescendantsinclusive member expansion instead of the .tree expansion. I can't remember the reason offhand, but I think the .tree doesn't work nicely with .remove for some reason while the others I suggested do.