the condition i want to create is that if the summary field contains the text development but not sure how to create that expression some guidance would be appreciated
{Summary}=/?Development?/
I was trying to search for the word Development and this seemed to work
{Summary}= /(Development.*)/
If you want the summary to begin with "(Development" and have a closing parenthesis, this works. If thye word should only appear somewhere in the summary, try {Summary}=/.*Development.*/ instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
are your trying to include or force the word Development?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.