Re: Multiple Value Filter Dilemma

Hank_Hansen
Level 5

Multiple Value Filter Dilemma

I need to check for 160 or so possible values in a custom field but the filter is limited to checking for a single value. What's the best approach for handling this?

6 REPLIES 6
Anonymous
Not applicable

Re: Multiple Value Filter Dilemma

You should be able to choose the contains filter and make a list of many values

Hank_Hansen
Level 5

Re: Multiple Value Filter Dilemma

Right - I use that elsewhere but it's not an option - maybe because it's an integer field.

Kenny_Elkington
Marketo Employee

Re: Multiple Value Filter Dilemma

If it's a range, then you can use the between filter.

Hank_Hansen
Level 5

Re: Multiple Value Filter Dilemma

Yeah - unfortunately it's not a range so above below or between won't work.

Grégoire_Miche2
Level 10

Re: Multiple Value Filter Dilemma

You could change the field type to string (admin-> field Management).

-Greg

Hank_Hansen
Level 5

Re: Multiple Value Filter Dilemma

Cool - that's what I was wondering. Thx!