Skip to main content
Nintex Community Menu Bar

Update multiple items filter contains

  • September 12, 2019
  • 2 replies
  • 8 views

Forum|alt.badge.img+6

My filter looks like this: 

<Field> contains managementsystem.

What if the value is Managementsystem? Will I hit my results? Or is this case sensitive?

I cannot find any clear documentation.

Must I use fn-ToLower(managementsystem)?

(SharePoint 2013 On-Premise)

2 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • September 13, 2019
Hi,
My testing shows that the filter is not case sensitive.
If you filter by : Managementsystem
Both Managementsystem and managementsystem will match the filter.

Forum|alt.badge.img+12
  • Scholar
  • September 25, 2019

Most of the time it's not case sensitive, if it's case sensitive then you will have two options:

  1. Contains
  2. Contains (ignoring case)