# How to filter duplicate fields?

**URL:** https://community.mp3tag.de/t/how-to-filter-duplicate-fields/13551
**Category:** Support
**Created:** [June 15, 2012, 9:21pm UTC](https://community.mp3tag.de/t/how-to-filter-duplicate-fields/13551 "2012-06-15T21:21:42Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![DetlevD](https://community.mp3tag.de/user_avatar/community.mp3tag.de/detlevd/32/123_2.png) [@DetlevD](https://community.mp3tag.de/u/DetlevD)
#### Post date: [June 16, 2012, 5:33am UTC](https://community.mp3tag.de/t/how-to-filter-duplicate-fields/13551/2 "2012-06-16T05:33:42Z")

</div>

Maybe, if you can reduce the amount of tag-fields to check for being a meta-tag-field to a manageable number.

For one tag-field you can use the Filter with this expression ...

**"$if($neql($meta(TAGFIELDNAME,1),),1,0)" IS 1**

... or ...

**"$if($eql($meta(TAGFIELDNAME,1),),0,1)" IS 1**

... or ...

**"$iflonger($meta(TAGFIELDNAME,1),0,1,0)" IS 1**

You can combine more of such expressions by using the filter operand OR ...  
(expr1) OR (expr2) OR (expr3)

Sure, it would be more simple to do, if the Filter would support a syntax like ...  
%\_tag% HAS META  
%GENRE% HAS META

DD.20120616.0936.CEST

---

_[View the full topic](https://community.mp3tag.de/t/how-to-filter-duplicate-fields/13551)._
