Filter not working with multiple lines
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
How do I filter my dataset properly? It seems like my numbers on each line arent being included in the filter?
Is there a quick fix to get them all in order?
thanks.
Green the filter is working fine.
red filters are not working because I think they are not in the same line.
Solved! Go to Solution.
- Labels:
- Custom Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @wonka1234,
Your right the reason they are not being included is that the new line is included in the parameter, eg. its searching for "newline 8211". To get it to work just remove the new line so it just looks for "8211". Alternatively I would just use the join tool instead of a filter here.
Any questions or issues please ask
Ira Watt
Technical Consultant
Watt@Bulien.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ira is right about there shouldn't be a line return between your numbers, it's not like the code from an IF/THEN. Remove the line returns in your "IN" statement list.
Next, How long is your list? Is it always the same list or is it dynamic? If it's very long OR dynamic, then I'd think about having it in a file and doing a join to act as your filter as Ira mentions above. Is there is a shorter list of what it's 'not'? That might also be a consideration to filter on a shorter list. Are there patterns of matches ? For example anything starting with 8? Different approaches depending on exactly what you're working with.
