How do I check if EmpID EE# exists in SupervisorID column and categorize it based on Manager or Individual Contributor in OBIEE.
Here's the table for reference. Currently, consider there are only 2 columns EmpID EE# and SupervisorID. I need a formula to categorize EE's record as "Manager" if EmpID is found in SupervisorID and "Individual Contributor" if EmpID is not found in SupervisorID column.... as shown in column 3.
In Excel I'm using a countif function to verify if the EmpID EE# is found in the SupervisorID field.
i. If the count is greater than zero than we categorize the EE’s record as “Manager”.
ii. If the count is zero then the EE’s is categorized as “Individual Contributor”.