I have 3 tables; Techs, Work Tickets & W/T Log. When a Tech checks into a Work Ticket on main table it is copied to the Log table. I can get the useremail to show on the Log but canโt figure out how to get the Techโs name to fill the Tech Name column of the Log. The Techโs Email is the key for the Tech table.
Solved! Go to Solution.
Maybe LOOKUP? for the initial value of tech name column of the Log Table, like:
LOOKUP(USEREMAIL(), โTechsโ, โTechโs Emailโ,โTech Nameโ)
Maybe LOOKUP? for the initial value of tech name column of the Log Table, like:
LOOKUP(USEREMAIL(), โTechsโ, โTechโs Emailโ,โTech Nameโ)
Thanks Heru. It works perfect
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |