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.