Card filter not showing all options

Hi there

I have a card looking at the email domains of users. I want to filter out public domains like Hotmail and Gmail to look at institutional users.

The filter is only showing me A-H of what is a long list. Is there a way to get access to the rest of block the domains I don't want to see?

Tagged:

Answers

  • @EmilyPK it sounds like Domo is only rendering a subset of the emails you want to see in your filter card. (expected behavior)

    Create a beast mode that only includes (or excludes) the desired emails.

    i.e.

    CASE WHEN email NOT LIKE '%hotmail.com' then email END

    or something like that.

    Jae Wilson
    Check out my 🎥 Domo Training YouTube Channel 👨‍💻

    **Say "Thanks" by clicking the ❤️ in the post that helped you.
    **Please mark the post that solves your problem by clicking on "Accept as Solution"