Problemunvalidated
The List of Criteria can be dynamic as it can contain 1 or more criteria's. — I want to filter Employee List based on this dynamic List of Criteria. Tension: if the type is age then I need to compare age with emp.age and if type is city then i need to compare with emp.city.
4a53f646-18ba-4313-b14f-802e4db228ba
The List of Criteria can be dynamic as it can contain 1 or more criteria's. — I want to filter Employee List based on this dynamic List of Criteria. Tension: if the type is age then I need to compare age with emp.age and if type is city then i need to compare with emp.city.