I need to unlock a screen field only for specific users by name. I have a conditional statement with Build Selection List based on Session User Name. I use Type In with the list of users I want to have the condition return true for. I have a list of users, such as: 'karen.a','valerie.c','robert.c','peter.i' in the Value 2 input area to the right of Type In. I know that the Session User Name is correct (used Show Message) but the list is not properly executing the SQL "IN" statement to evaluate the Selection List expression.
Can someone please give me an example of a working selection list? There isn't a single example of a manually typed in list on the Method site or forum. I tried putting my list inside a () but that didn't fix it.
Help!