I would like to create a lookup for a table in sql server based on an employee id. The table I want to pull the information from will have and return multiple rows based on the employee id.
The table is basically monitoring which project and what percentage of time the employee will be devoting to it. So for example employee 1 may spend 50% time on project A and 50% on Project B.( attached example screen shot)
The "allocation_code" is the employee id, the "an_org" is the project/department and "an_allocation_pct" is the percentage of time allotted to each.
I would like to pull every project and percentage for a given employee and put it into a multiline field on the form. However when I try to create a lookup rule to query the table I don't get any results. I have other lookups for single values that work just fine.
Is what I am trying to do even possible?