Hello All,
I have 2 nested galleries.
The first gallery to display departments.
The second gallery displays people associated with departments from the first gallery.
Now I want to display a person's details based on the selection of the second gallery. How to achieve this?
For Example, I have this code on default selected items properly of the Combobox. {Result:LookUp('request_all',personid = PL_InnerGal.Selected.personid,FullName)}
This code gives me a blank value.
Any suggestions?
Thanks,