Forum Discussion
EverettPatterso
6 years agoQrew Captain
Try it like this
------------------------------
Everett Patterson
------------------------------
ToText([ID]) & " of " & ToText([Supervisor])
------------------------------
Everett Patterson
------------------------------
- Lightning01146 years agoQrew CadetThank you.
Still, it returns the ID of the agent instead of the agent's supervisor in that specific record.
------------------------------
Ma. Isabel Gumanid
------------------------------- EverettPatterso6 years agoQrew CaptainThen just change the ID field to be the Supervisor ID
ToText([Supervisor ID]) & " of " & ToText([Supervisor])
------------------------------
Everett Patterson
------------------------------- Lightning01146 years agoQrew CadetThanks for getting back to this.
We don't have "Supervisor ID" field as we only have the "ID" field which is the ID of everyone regardless of their position. So, for each record, we have the agent's full name and the ID would reflect that of the agent's. In that same record, the agent has the Supervisor name and I wanna add a formula field "Supervisor ID" beside Supervisor that should show the ID of the Supervisor. Is that possible?
------------------------------
Ma. Isabel Gumanid
------------------------------