Jump to content

Search a string within a string


This topic is 3287 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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

checkboxes.PNG

Link to comment
Share on other sites

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 by eos
  • Like 1
Link to comment
Share on other sites

This topic is 3287 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.