Filter editor: Difference between revisions

Jump to navigation Jump to search
m
grammar
No edit summary
m (grammar)
Line 1: Line 1:
Several Resco tools include a functionality that allows you to define conditions that allow you to filter the records used or displayed in the app. For example:
Several Resco tools include a functionality that allows you to define conditions that allow you to filter the records used or displayed in the app. For example:
* In [[Woodford]], when you create a [[view]] you can [[View#Edit_filter|restrict which records should be displayed]].
 
* In [[Sync Filter]] you decide which records should be available in offline mode.
* In [[Woodford]], when you create a [[view]] you can [[View#Edit_filter|restrict which records are displayed]].
* In [[Sync Filter]] you decide which records are available in offline mode.
* When using [[Rules editor]] in various tools, you can define a [[Rules_editor#Using_variables|variable of the type Entity]] and use filter to locate the record.
* When using [[Rules editor]] in various tools, you can define a [[Rules_editor#Using_variables|variable of the type Entity]] and use filter to locate the record.
* In [[Questionnaire Designer]], you can select what answers should be prefilled if you have answer reuse enabled.
* In [[Questionnaire Designer]], you can select what answers are prefilled if you have answer reuse enabled.


Essentially, filter editor allows users to build database queries or fetches without knowing the syntax of [[FetchXML]].
== Overview ==


== Overview ==
These are the main functions of the filter editor:
These are the main functions of the filter editor:
* Define conditions, group them with logical operators AND or OR.
* Define conditions, group them with logical operators AND or OR.
* Define the order of the records.
* Define the order of the records.
* Restrict the maximum number of records.
* Restrict the maximum number of records.
* Export or import filters in XML format.
* Export or import filters in XML format.
Essentially, filter editor allows users to build database queries or fetches without knowing the syntax of [[FetchXML]].


== Define conditions ==
== Define conditions ==

Navigation menu