diff --git a/docs/8.0/ayanova/docs/home-dashboard.md b/docs/8.0/ayanova/docs/home-dashboard.md index 68591691..f9dc4220 100644 --- a/docs/8.0/ayanova/docs/home-dashboard.md +++ b/docs/8.0/ayanova/docs/home-dashboard.md @@ -60,7 +60,9 @@ 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. 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. + +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. For most work order related widgets you can select the main work order header tags and also the work order item tags independently. diff --git a/docs/8.0/ayanova/docs/img/widget-workorder-overdue-all-list.png b/docs/8.0/ayanova/docs/img/widget-workorder-overdue-all-list.png new file mode 100644 index 00000000..37fa983a Binary files /dev/null and b/docs/8.0/ayanova/docs/img/widget-workorder-overdue-all-list.png differ