Newbies kokorota Posted April 20, 2015 Newbies Posted April 20, 2015 Hi I created a field called "days of the week" where I can choose thru check boxes the days a course is taking place. These days belong to a valuelist with monday, tuesdays, wednesday,etc..  I'm trying to make a schedule based on such field but when I try to see if for example "Monday" is part of the text of "days of the week" it doesn't return anything  I've tried patterncount, Filtervalues, valuecount and nothing seems to work...  How can I evaluate if Monday is within such field, let's say the fields "days of the week" has monday, tuesday and saturday. How can I find Monday in such text field???  Thanks in advance
eos Posted April 20, 2015 Posted April 20, 2015 (edited) Your topic should actually read: “Confirming a value's presence within a list”, since a list it what a checkbox-formatted field will hold. Try not IsEmpty ( FilterValues ( "Lunes" ; diasDeLaSemana ) ) Edited April 20, 2015 by eos 1
Newbies kokorota Posted April 20, 2015 Author Newbies Posted April 20, 2015 thank you, I found the answer: Not IsEmpty ( FilterValues ( Dias de la semana ; "Lunes" ) )
Recommended Posts
This topic is 3562 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now