Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #36167 All Revisions ] Back to Issue ]
Summary 0036167: Tree view of Tab is not correctly filtered if tab has where clause
Revision 2017-06-02 12:29 by dmiguelez
Description If we enable the Tree view of a Tab with hundreds of records, it should work without any additional configuration (A preference can be created to modify this limit, but we should not need to enable it, we are working with less than 1000 records)

However, it is not working properly, the message:"This query criteria returns a number of nodes larger than the established limit. Please enter a more restrictive filter." is shown

It seems that the query is not being filtered properly.
In the Tab, there is a where clause with an expression containing an OR (something like x OR y). It seems that this may be one of the problems, since when building the query for the Tree, it is not isolating this expression between parenthesis, and the final expression looks like x OR y AND z, which does not match the original intent of the filter (x OR y) AND z
Revision 2017-06-02 10:27 by dmiguelez
Description If we enable the Tree view of a Tab with hundreds of records, it should work without any additional configuration (A preference can be created to modify this limit)

However, it is not working properly, the message:"This query criteria returns a number of nodes larger than the established limit. Please enter a more restrictive filter." is shown

It seems that the query is not being filtered properly


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker