It's all about the answers!

Ask a question

How to escape a character in a query parameter?


Simon Washbrook (67216) | asked Oct 12 '12, 4:04 a.m.
I have built a query to search on a field of a work item. This field may contain commas.
In the query I specify that the value will be given when the query is run.
When I run the query I give a value such as 73414,130,702
The query then splits this value on the commas so the search fails.
How can I get the query to search for the full string 73414,130,702?

Thanks,

Be the first one to answer this question!


Register or to post your answer.