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 |
---|---|
16 | |
14 | |
8 | |
7 | |
4 |