Filter Criteria does not work with [ and ]
Hello guys,
I need to build some Incident views, which should only show work items based on support group, status and most importantly keywords in the title. These keywords are surrounded by brackets [ and ], for example [MES].
Unfortunately the criteria has no effect. It still shows nearly all items which are assigned to the selected support group with the selected status. When I deleted the brackets, the criteria was fullfilled and only incidents with e.g. MES in its title were shown. But this is not what I want.
I also tried to search for an error in the xml editor, but you do not need to escape brackets as far as I know.
Is this a known issue with the cireson view builder or did i do something wrong?
Best Answer
-
Simon_Zeinhofer Customer Ninja IT Monkey ✭✭✭✭
I found the solution, it is the same as with escaping square brackets in SQL.
I just had to add [] after the first bracket and now it works
0
Answers
I found the solution, it is the same as with escaping square brackets in SQL.
I just had to add [] after the first bracket and now it works