Lookup on a list of values

Hey, so I have a list of “Patient IDs” which I get by subtracting two lists e.g (list 1 - list 2). Now the resulting list of “Patient IDs” from this expression contains IDs which I want to show in an enum list. Until here it is all fine and I am able to do this.

Now, instead of the patient IDs, I want to show the Patient Names in the Enum list because that will be more readable for the user. I am not able to find a way of doing this.

I was thinking of functionality like a Lookup function which can lookup an entire list of values and returns a list of values instead of just a single value (if that makes sense)

0 7 438
7 REPLIES 7
Top Labels in this Space