The query builder allows users to pick a field and select a value for that field from the set of unique values already in use. When filtering a large number of records, it would be useful if the set of unique values could be based on previous expressions already set.
For example, we have a set of 500k service card records in a standalone table arranged by town and street. We are usually interested in filtering to a few records for any given street but there are thousands of streets across the service territory. If we could pick the town first and then pick the street based on only those records for that town, the pick list would typically be reduced to just a few hundred. This would hopefully make the loading process faster and easier for the user to find the street they are interested in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.