Mixpanel Community Icon

How to Filter Data with Multiple IDs in a Comma-Separated List

·
·

Hi Team, How to add multiple ids for filtering data? I want to add something like comma separated list to filter out specific data. TIA

  • Avatar of Shi H.
    Shi H.
    ·
    ·

    Not sure if there are other quicker way, but you can change the data type for your demand_id from Number to String, then use is operator and paste the list of the id that you want to filter and select all matching.

  • Avatar of Swarup N.
    Swarup N.
    ·
    ·

    Even in string, how do I add multiple values? I need to filter for around 100 values, so I need some way to copy paste the filter string instead of keep selecting multiple values.. TIA

  • Avatar of Shi H.
    Shi H.
    ·
    ·

    I believe u can paste the string of values (comma separated) in the search field

  • Avatar of Swarup N.
    Swarup N.
    ·
    ·

    Yes it worked ! thanks for the help Shi H.