Submitted by WayneK on 2020/08/11 14:44
I think this is a bug but there's always a chance I am doing something wrong.
 
I have a long list of items I want to assign tags to.  To keep track of what's done and not done, I have applied a column filter to the tags column: IsBlank.
 
This should remove all items that have assigned tags, leaving the ones that still need them.
 
Cannot get it to work right.  It repeatedly shows items that have tags.  
 
 
Wayne
0.9.114s

Comments

Thought this might be the source of the problem:
 
But I reset the limit to 9,999 and I still have the problem.
 
Here are filter settings:
 
 
Wayne
 

How about using the ItemTagCount field instead ?
 
(what happens is that the column filter is applied before filling the column, so all items are shown. The Tags column is different from standard columns...)
 
Pierre_Admin
IQ Designer
 

WayneK

2020/08/11 23:26

In reply to by Pierre_Admin

Thanks, Pierre.  Will do.  
 
Wayne

WayneK

2020/08/12 11:33

In reply to by Pierre_Admin

ItemTagCount column does not give the Blanks/NonBlanks option for filtering.  I have to enter a term of some kind.  Is there a way to get it to filter for blanks?
 
Wayne
 

Pierre_Admin

2020/08/12 11:47

In reply to by WayneK

As this is a number, set the column filter for 0
 
or use the Source bar filter: ItemTagCount is null
 
 
Pierre_Admin
IQ Designer
 

WayneK

2020/08/12 12:09

In reply to by WayneK

I can't figure out what's going on.  I set the filter to 0 for ItemTagCount.  All the items with tags disappeared, which is what I want, but then 5 seconds later they all appeared again.  If I refresh the screen, they all disappear again...then a few seconds later they reappear.  I've tried it over and over.
 
 
 
Wayne
9.114s
 

Pierre_Admin

2020/08/12 12:29

In reply to by WayneK

I'll release v116Pre4 which fixes the regular Tags column. Perhaps this other issue is also fixed (as I was not able to reproduce it)
 
 
Pierre_Admin
IQ Designer
 

WayneK

2020/08/12 13:33

In reply to by WayneK

Great.  Thanks.
 
Wayne

In v116Pre4:
  • Fixed: Grid: Column filters were not working correctly for the ItemTags column
 
Pierre_Admin
IQ Designer