Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Modify default table filter to add '%' to the filter String.

PamelaOct 3 2014 — edited Oct 3 2014

Hello,

I am using Jdev Version 11.1.2.3.0.

I have a table with a default filter. I try to filter by a string and the table is empty after the filtering. I have to add % to the string (string%) to get all results starting with this string.

I want to modify the filter so it automatically adds '%' to the searchString => %searchString%, because the users won't be aware of the %...

Basically I want all results that have this searchString to appear. I saw in some tutorials about table filters that people are searching by the string and not adding % and it is working.

Regards,

Pamela.

This post has been answered by kdario on Oct 3 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 31 2014
Added on Oct 3 2014
1 comment
170 views