loveyoursite
Technical User
CRV10. I have a numeric field (EMPLOYEE.NBR) that could contain up to 9 digits. I need to select only the employee numbers that end with either 3 or 8. Could someone possibly help me with the formula? Thanks!
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.
Right(ToText({employee.nbr},'#'),1) in ['3','8']