Hi Everyone,
I have created two tables
1. employee table with EID(text type) & CertID(lookup column)
2.Certificate table with CertID(text type) & CertName(text type)
Here I want to display the data of EID ,CertID and CertName in a gallery.
I have tried via Addcolumn Function AddColumns(Employee,"CertificateName",LookUp(Certification,CertID=CertID).CertName))
helpful if anybody clears this query and also can a lookup column be used in Filtering Vloopup function nad how?