Created a view to show filtered names a dropdown menu (1 = active 0 = inactive) Only want to show active names.
I need to show active names from a column named SWACTV within a table ARPP. The other two columns are codeslsp(people initials) and nameempl (employee name)
SELECT ((Form = “ARPP”))
can someone help me with a way to only show the “1’s”(active)
The formula I gave you is for a view selection formula. This is the formula which is placed into the “view selection” area of a Notes view. This is not used in a form/document to display data. Where exactly are you placing this formula?
I created a view called ARSAP1. This is exactly the same as the original view ARSAP except I added a column SWACTV which holds the values 1 or 0 for active or inactive.