lesleycampbell
Technical User
I have a report that groups by the employee ID. I need the records returned to be in alphabetical order based on the employee name field. Help?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
{Table.Employee_LastName} + '/' + {Table.Employee_FirstName} + '/' + {Table.Employee_ID}