I need help with a view.
I have this one employee showing up twice right now because he has two work locations listed.
How can I put something into the view so it selects one location instead of both?
Example of data
EMPLID Location
120032 NYC
120032 LAX
120021 NYC
120034 CHI
I want 120032
to only show his NYC
when the view is executed.
Is putting something in the field formula better in app designer?