This commit is contained in:
@@ -60,11 +60,15 @@ For charting widgets that display a single data set this sets the color of the l
|
||||
|
||||
##### Tags filter
|
||||
|
||||
Many widgets offer filtering by one or more tags. Tags selected here are inclusive of any other existing tags on the records queried. So if you select "yellow" as a tag the record queried has to have a "yellow" tag to match but is allowed to have any number of other tags.
|
||||
Many widgets offer filtering by one or more tags. Where there is more than one tag available the tag picker will also indicate which object is being matched in it's title, e.g. "Tags - Customer", "Tags - Work order", "Tags - Work order item" etc.
|
||||
|
||||
If you select multiple tags then *any* of the selected tags must be present in the work order, i.e. querying for tags "yellow, blue" means that yellow OR blue need to be in the queried object and either tag being present will return that record.
|
||||
If you select a single tag then it must be found in a record to match. Any other tags in that record have no effect on the match because the one tag selected is present.
|
||||
|
||||
For most work order related widgets you can select the main work order header tags and also the work order item tags independently.
|
||||
If you select more than one tag an _And conditions_ / _Or conditions_ option is displayed beneath the tag picker to fine tune how the tags are used to filter the records queried.
|
||||
|
||||
If OR is selected then a match is made if _any_ of the tags entered are found in the record. If AND is selected then a match is made if _all_ of the tags selected are found in the record. In either case any extra tags found in the record do not affect the match.
|
||||
|
||||
For example the selection "red, yellow" with an AND condition would match to a record containing the tags "blue, red, orange, yellow" because _both_ red and yellow are found in that record. The selection "red, yellow" with an OR condition would match to a record containing the tags "blue, yellow, orange" because yellow _or_ red will match any tags found in the record and this record contains "yellow".
|
||||
|
||||
##### Work order status filter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user