Quick Filter on a Card to include in the report

Hello, I have a card and one quick filter. I want that filter to bring back a list of IDs (numeric) . I want to paste IDs into the filter separated by commas and have the card just bring back those IDs. I cannot find a way to have the filter accept more than one ID. Can you help?

 

 

 

Comments

  • Hi @user027022 

    Currently this isn't possible as the UI doesn't function this way as you'd have to do each ID one at a time to find in your filter list, select the checkbox and then search for another ID. This would be great product feedback for your CSM as I think it'd be a great enhancement to automatically split a search term based on commas.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • if you have a consistent list of IDs you could make a beast mode

     

    CASE WHEN id in (<list> ) then 'keep' else 'toss' end

     

    OR maintain a list in a webform and then JOIN your webform to your dataset.

    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"
This discussion has been closed.