Our application displays tons of valuable information to our users in a table. We have a filtering capablity that is based on boolean/logic searches. Even after coaching, users still tend to not understand how to use filters because AND OR > >= etc are foreign to them. This filter is easy for programmers since it is easily translated into code. Any examples on how this can be made more user-friendly and less prone to error?
Our application displays tons of valuable information to our users in a table. We
Share
In web applications, telerik had a good idea with their grid, you should be able to do that in desktop applications too.