Forum Discussion

5 Replies

  • JackLacava's avatar
    JackLacava
    Community Manager

    You might want to learn how to write XFBR, because they're a lifesaver in a lot of circumstances.

    This said, depending on what you're trying to do, you could be ok with filters, just "the other way around" - instead of filtering on IC members, filter on Entity and then include only IC ones, e.g. E#Group.Base.Where(Text5 StartsWith Equity).Where(IsIC = True). If you're just after a list of names, that will work.