Hi All,
I have created a replacement path variable (query 1) in a Employee Characteristic, then this variable is passed to Query 2 , everything works fine, but here is my situation:
Complete List of Employee:
-
1,2,3,4,5,6
Result Query 1
-
1,2,3 (this result is passed to query 2)
Result Query 2 : I need to generate this result, but i dont know how can i exclude result query 1
-
4,5,6
When i pass the result query from query 1 i need to show all the employee that do not match with that result
Assign point if useful
Regards