Filter criteria in Alerts Composer is ignored
Summary
Multiple filter criteria in a resource alertContent
Hello Folks,
We had a requirement to report on all learnings due soon (within 2 months) for a particular Legal Employer. While we were designing the filter conditions involved in the requirement we noticed that if we used another filter on a child resource, that filter condition was being ignored. We created the main filter criteria using "learnerLearningRecords" resource and another filter criteria to restrict the population for a specific legal Employer using "learnerLearningRecords/assignedToPersonDetails" resource. This filter had a condition: ${legalEmployerName} = 'XYZ'.
However while running simulation we noticed that the LE filter criteria is ignored and all learners are returned. We also added a 1=2 condition to the above filter just to be certain but even with that, the alert was bringing data which means that the filter is being ignored. Has anyone faced this issue before? Does multiple filter criteria using different child resources work ?