Forum Discussion

matthewsb419's avatar
matthewsb419
New Contributor II
3 days ago

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' member expansion but its not working. 

Is there something I'm missing?

 

1 Reply

  • dsebenaler's avatar
    dsebenaler
    New Contributor III

    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.