Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Paknanarn23
Creator II
Creator II

I want to count employee code

I want to count Employee code that starts with 3, what should I do?

Paknanarn23_0-1683106309144.png

 

1 Solution

Accepted Solutions
BrunPierre
Partner - Master
Partner - Master

=Count(DISTINCT {<EmployeeID= {"=Left(EmployeeID,1) = 3"}>} EmployeeID)

View solution in original post

1 Reply
BrunPierre
Partner - Master
Partner - Master

=Count(DISTINCT {<EmployeeID= {"=Left(EmployeeID,1) = 3"}>} EmployeeID)