Column search disabled on task table list views

mitzaka
Mega Guru

Hey guys, any idea why the default list views of My Work / My Groups Work would not let you use the column search? Looks greyed out.

find_real_file.png

Thanks!

1 ACCEPTED SOLUTION

Michael Fry1
Kilo Patron

One or more of your conditions are duplicated. In a simple search, I can reproduce it, but if I remove one or the other, the search function works.



zz.jpg



Instead of using OR's, try using is one of, and then add your task types.


View solution in original post

5 REPLIES 5

Chuck Tomasi
Tera Patron

I saw this on another (temporary) instance last week, but didn't have a chance to check it out at the time. I don't think it was the same table/list/view. Can you check the dictionary attributes on task? I can't say for certain, but it could be an attribute on that table, or one of the tables below.



Also, try typing task.list in the application navigator filter on the left and see if the same thing happens.


I tried with task.list and I can freely use the search glass there


Michael Fry1
Kilo Patron

One or more of your conditions are duplicated. In a simple search, I can reproduce it, but if I remove one or the other, the search function works.



zz.jpg



Instead of using OR's, try using is one of, and then add your task types.


That was it - the duplicate conditions. I tried with editing this and it worked fine now. Odd, but I guess it's what it is.


Thank you guys for the quick response!