Hi, I am creating an employee saved search to pul...
# administration
n
Hi, I am creating an employee saved search to pull the field below. I am not able to pull this into the search. This is a standard field. I tried with employee id, enitity id, ID, but they are not pulling the employee id value.
t
Try Name?
n
name pulls the name value. Does it also pulls Name/ID?
u
Copy code
REGEXP_SUBSTR({firstname},'[^ ]+') ||' ' || {lastname}
Formula Text
n
ok, thank you