Submitted by jimspoon on 2019/10/01 00:30
Is there a way to filter items to show those that are tagged with the selected tag(s) and no other tags?  This would be helpful for finding items that need to be categorized with more tags.  Maybe there could be a "no other tags" tag that could be used to filter items. 
 
The ItemTags grid column is useful for finding such items - it can be visually scanned, sorted, etc. but a filter would be even better. 
 
Sorry if this has already been asked and answered!
 
 

Comments

Just so happens I've been working on organizing items in grids with tag sources. 
 
1) Apply column filter to Tags column: Tag1 (Filter Type = Exact string)
2) All items with the single Tag1 are displayed.
3) Items with Tag1 plus other tags are NOT displayed.
 
Is that what you're looking for?
 
Wayne
 

Hi Jim and Wayne,
 
Another option is to use the ItemTagCount field:
 
e.g. #YourTag and [ItemTagCount]=1
 
Pierre_Admin
IQ Designer
 

 thank you ... both suggestions are very helpful.  I'm really learning the ropes on Tags now, and they're great!  more later.