Hi All,
I looking for some help as I can't get a forumla together without an error.
I have three tables
Helpdesk - It holds details of fault tickets.
Engineer Assignments - A table that holds which engineers have been assigned to a helpdesk ticket.
Engineers - Holds the name a details of the engineer
Each table is has a CDS lookup, Helpdesk to Engineer Assigment and Engineer Assigment to Engineers
I have a canvass app that I've created that has a gallery that shows Open Helpdesk tickets.
I can retrieve the Engineers Name from my table but only the first record, even if its inactive.
What I want to be able to do is change the formula below to either show Status=Active records from Engineer Assignments or show the last record from Engineer Assignment which would also be the active record, but I still need to retrieve the engineer name. I just don't seem to be able to cover both objectives.
LookUp('Engineer Assignments',Ticket.Helpdesk= ThisItem.Helpdesk, Engineer.Name)
Thanks