We have some filters set on a location attribute in Incident.
The rules don't seem to fire correctly.
- Rule 1 - Display "All Locations" when "disable location filter" attirbute (boolean - default is false) is checked (true).
- Rule 2 - Displays "No Locations" when "disable location filter" attirbute is not ticked (false).
Rule 1 works if the "disable location filter" attribute is checked before selecting a location - I get all locations, if I then untick this attirbute I still get all locations.
Rule 2 works if I select the location first, i.e. i dont get any locations, if I check the attribute "disable location filter" i still get no locations.
Does the filter rule only trigger once?