Question about filter
Posted: Wed Jul 27, 2011 10:29 am
Hello Petko,
I have the following problem with filters:
I defined a new Attribute called 'Status' type 'Category' with a list of items like 'TODO', 'ACTIVE', ... 'DONE'.
I want to filter documents according to Status value so I defined a new filter like this:
Attribute=Status, Condition= is, Value=TODO (selected from popup list)
The filter doesn't work (No documents found).
---
On the other side the filter:
Attribute=Status, Condition= is not empty
is working and I can see all my documents even the ones having Status=TODO
Have you any suggestions ?
Thanks for your help.
-- Alberto
I have the following problem with filters:
I defined a new Attribute called 'Status' type 'Category' with a list of items like 'TODO', 'ACTIVE', ... 'DONE'.
I want to filter documents according to Status value so I defined a new filter like this:
Attribute=Status, Condition= is, Value=TODO (selected from popup list)
The filter doesn't work (No documents found).
---
On the other side the filter:
Attribute=Status, Condition= is not empty
is working and I can see all my documents even the ones having Status=TODO
Have you any suggestions ?
Thanks for your help.
-- Alberto