cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Query for Datatable using 'Like' constraint

ptc-6292144
3-Visitor

Query for Datatable using 'Like' constraint

Hello,


I am looking to use the QueryDataTableEntries snippet however, I want the input from the user to be searched as a 'Like' string instead of an exact case match. For example, if the user searches 'TC' I want results containing 'TC1', 'TC2', 'TC3', etc. to be returned. Using the default snippet only returns results if they are entered exactly.


Thank you,


Mike



3 REPLIES 3

Take a look at section 03.14.06.01, Query Parameter for Query Services, of the wiki. It may help



Hi David,

Can you provide the link to access the wiki 03.14.06.01 section?

Since that Wiki no longer exists, go to the Help Documentation into the Java Doc and search for EQ or 'Query Parameter for Query Services' will work as well.

Top Tags