CR 8.5
what im trying to do is make a formula where the following is true
NOT emp.div in ["mtk", "DB", "FD"] and Not EMP.ID in [1000,2000,3000]
now can do emp.div <> "mtk" but that will take to long as there are many more keys
is it possible or is the a better way on solving this
thanks for your help
what im trying to do is make a formula where the following is true
NOT emp.div in ["mtk", "DB", "FD"] and Not EMP.ID in [1000,2000,3000]
now can do emp.div <> "mtk" but that will take to long as there are many more keys
is it possible or is the a better way on solving this
thanks for your help