Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to retrieve all employees

EmployeeIDPassportNo
145783
278142
439874
556874
612457
874871
95471

I have totally 10 Employees. here i have entered only who are all having passport those employee id only entered. and i want entered employee id status = 'yes' and not entered  employee id status = 'no' how to write expression ??????

2 Replies
dsharmaqv
Creator III
Creator III

do you want to enter manually or you have satus information stored in some other table

Anonymous
Not applicable
Author

Hi,

Try this: count(Distinct {<Status = {'yes'}>} EmployeeID)