Hello,
I have met following situation:
There is LOV in UDT with Delegate Search option checked because of the huge set of data. Next, when I refresh report in Webi, I obtain instructions message:
"Use search criteria to retreive values. The search is case sensitive. Here are examples of search criteria: Search = a* -> retrieves all values starting by "a". Search = *a -> retrieves all values finishing by "a". Search = a*a -> retrieves all values starting and finishing by "a". Search = a*a* -> retrieves all values starting by "a" and containing one more "a"."
Fine, I follow instructions and obtain the result.
However, I would like to produce the case, when:
1. There is a LOV with Delegate search option checked.
2. In Webi, when I click on prompt, I obtain, for example, first 100 results.
3. When I use patterns, webi searches in DB (like in Delegate search does normally).
Is it possible?